diff --git a/security/libxcrypt/Makefile b/security/libxcrypt/Makefile index 1f6185e61c01..411c684ff057 100644 --- a/security/libxcrypt/Makefile +++ b/security/libxcrypt/Makefile @@ -1,20 +1,24 @@ PORTNAME= libxcrypt DISTVERSIONPREFIX= v DISTVERSION= 4.4.26 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others LICENSE= LGPL21 USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= besser82 GNU_CONFIGURE= yes USE_LDCONFIG= yes +CFLAGS+= -Wno-gnu-statement-expression +CONFIGURE_ARGS= --disable-static + .include diff --git a/security/libxcrypt/pkg-plist b/security/libxcrypt/pkg-plist index be5de7b3c85a..a3109f971d62 100644 --- a/security/libxcrypt/pkg-plist +++ b/security/libxcrypt/pkg-plist @@ -1,17 +1,16 @@ include/crypt.h -lib/libcrypt.a lib/libcrypt.so lib/libcrypt.so.2 lib/libcrypt.so.2.0.0 libdata/pkgconfig/libcrypt.pc libdata/pkgconfig/libxcrypt.pc man/man3/crypt.3.gz man/man3/crypt_checksalt.3.gz man/man3/crypt_gensalt.3.gz man/man3/crypt_gensalt_ra.3.gz man/man3/crypt_gensalt_rn.3.gz man/man3/crypt_preferred_method.3.gz man/man3/crypt_r.3.gz man/man3/crypt_ra.3.gz man/man3/crypt_rn.3.gz man/man5/crypt.5.gz