diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-25 15:02:34 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-25 15:02:34 +0000 |
commit | 232590eb6980c20a2388eddf67a1b8f14e3c63f5 (patch) | |
tree | af7d57de81dc4622c976d8c337fadff8820fb397 | |
parent | dad1bace93301588a31eba9feaed996f6943092b (diff) | |
download | ports-232590eb6980c20a2388eddf67a1b8f14e3c63f5.tar.gz ports-232590eb6980c20a2388eddf67a1b8f14e3c63f5.zip |
Notes
-rw-r--r-- | security/gnutls3/Makefile | 8 | ||||
-rw-r--r-- | security/gnutls3/pkg-plist | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile index 2cfe398103bc..d57c9e342155 100644 --- a/security/gnutls3/Makefile +++ b/security/gnutls3/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnutls PORTVERSION= 3.1.23 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/ PKGNAMESUFFIX= ${GNUTLS_SUFFIX} @@ -10,7 +11,6 @@ PKGNAMESUFFIX= ${GNUTLS_SUFFIX} MAINTAINER= bdrewery@FreeBSD.org COMMENT= GNU Transport Layer Security library -BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \ libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ @@ -19,9 +19,7 @@ LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \ GNUTLS_SUFFIX= 3 -USES= gmake iconv pkgconfig tar:xz -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack +USES= gmake iconv libtool:keepla pkgconfig tar:xz USE_LDCONFIG= ${PREFIX}/lib/gnutls3 CPPFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS= -L${LOCALBASE}/lib @@ -49,6 +47,8 @@ LIBDANE_DESC= DNSSEC support for DANE (danetool3 --check) LIBDANE_LIB_DEPENDS= libunbound.so:${PORTSDIR}/dns/unbound LIBDANE_CONFIGURE_OFF= --disable-libdane +DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo + CXX_CONFIGURE_ENABLE= cxx .include <bsd.port.options.mk> diff --git a/security/gnutls3/pkg-plist b/security/gnutls3/pkg-plist index a4b6047bdae8..0421ac6b5ba8 100644 --- a/security/gnutls3/pkg-plist +++ b/security/gnutls3/pkg-plist @@ -46,22 +46,27 @@ info/gnutls3/pkcs11-vision.png %%LIBDANE%%lib/gnutls3/libgnutls-dane.la %%LIBDANE%%lib/gnutls3/libgnutls-dane.so %%LIBDANE%%lib/gnutls3/libgnutls-dane.so.0 +%%LIBDANE%%lib/gnutls3/libgnutls-dane.so.0.0.0 lib/gnutls3/libgnutls-openssl.a lib/gnutls3/libgnutls-openssl.la lib/gnutls3/libgnutls-openssl.so lib/gnutls3/libgnutls-openssl.so.27 +lib/gnutls3/libgnutls-openssl.so.27.0.2 lib/gnutls3/libgnutls-xssl.a lib/gnutls3/libgnutls-xssl.la lib/gnutls3/libgnutls-xssl.so lib/gnutls3/libgnutls-xssl.so.0 +lib/gnutls3/libgnutls-xssl.so.0.0.0 lib/gnutls3/libgnutls.a lib/gnutls3/libgnutls.la lib/gnutls3/libgnutls.so lib/gnutls3/libgnutls.so.28 +lib/gnutls3/libgnutls.so.28.21.3 %%CXX%%lib/gnutls3/libgnutlsxx.a %%CXX%%lib/gnutls3/libgnutlsxx.la %%CXX%%lib/gnutls3/libgnutlsxx.so %%CXX%%lib/gnutls3/libgnutlsxx.so.28 +%%CXX%%lib/gnutls3/libgnutlsxx.so.28.1.0 libdata/pkgconfig/gnutls3.pc %%LIBDANE%%libdata/pkgconfig/gnutls3-dane.pc %%LIBDANE%%man/man1/danetool3.1.gz |