diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index c6b26e44744f..3b0cb8729b63 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -1,31 +1,32 @@ # Created by: Manuel Creach # $FreeBSD$ PORTNAME= libnfs PORTVERSION= 4.0.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net MAINTAINER= snoe925@gmail.com COMMENT= Client library for accessing NFS shares over a network LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING PLIST_SUB= SHLIB=${SHLIB} SHLIB= 13 GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= sahlberg CONFIGURE_ARGS= --disable-werror post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ ${WRKSRC}/Makefile.am .include diff --git a/net/libnfs/files/patch-include_nfsc_libnfs-zdr.h b/net/libnfs/files/patch-include_nfsc_libnfs-zdr.h new file mode 100644 index 000000000000..965642f82460 --- /dev/null +++ b/net/libnfs/files/patch-include_nfsc_libnfs-zdr.h @@ -0,0 +1,10 @@ +--- include/nfsc/libnfs-zdr.h.orig 2020-07-26 21:16:08 UTC ++++ include/nfsc/libnfs-zdr.h +@@ -92,7 +92,6 @@ struct ZDR { + typedef struct ZDR ZDR; + + +-typedef uint32_t u_int; + typedef uint32_t enum_t; + typedef uint32_t bool_t; +