diff options
author | novel <novel@FreeBSD.org> | 2006-10-08 21:46:32 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-10-08 21:46:32 +0800 |
commit | ed21c3e01f7d2d837804666f445b9249d985c327 (patch) | |
tree | 430c21bb11a6c1509ec903dfa94821f9c297bbd5 /security | |
parent | 8a004e78d1aa5307ecdb8c06699730258f1cfa5d (diff) | |
download | freebsd-ports-gnome-ed21c3e01f7d2d837804666f445b9249d985c327.tar.gz freebsd-ports-gnome-ed21c3e01f7d2d837804666f445b9249d985c327.tar.zst freebsd-ports-gnome-ed21c3e01f7d2d837804666f445b9249d985c327.zip |
- Update to 1.5.2
- Add WITHOUT_CXX knob to disable C++ wrapper library
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls-devel/Makefile | 9 | ||||
-rw-r--r-- | security/gnutls-devel/distinfo | 6 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-plist | 5 |
3 files changed, 16 insertions, 4 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 9f9c071b12a5..224620ca954c 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -51,6 +51,13 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo" .endif +.if defined(WITHOUT_CXX) +CONFIGURE_ARGS+= --disable-cxx +PLIST_SUB+= CXX="@comment " +.else +PLIST_SUB+= CXX="" +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo index b112e51495c3..ca6fab73f429 100644 --- a/security/gnutls-devel/distinfo +++ b/security/gnutls-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnutls-1.5.1.tar.bz2) = 2cd5dc47ff4e9cfd05050ded260a104b -SHA256 (gnutls-1.5.1.tar.bz2) = 10978e584ba07734ae3f0d76e4ab8cca9d7bc18f238e5f979b55aa9acd696139 -SIZE (gnutls-1.5.1.tar.bz2) = 4192117 +MD5 (gnutls-1.5.2.tar.bz2) = 3cfdb59d0193e4b6c4e2ba0263af0bac +SHA256 (gnutls-1.5.2.tar.bz2) = 846720d151aa7f32d471ad363566ecd1bfe9915dbd13be6414333ce3c58a6a19 +SIZE (gnutls-1.5.2.tar.bz2) = 4197414 diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist index 265ec10e1f1e..28459923e383 100644 --- a/security/gnutls-devel/pkg-plist +++ b/security/gnutls-devel/pkg-plist @@ -14,6 +14,11 @@ include/gnutls/openpgp.h include/gnutls/openssl.h include/gnutls/pkcs12.h include/gnutls/x509.h +%%CXX%%include/gnutls/gnutlsxx.h +%%CXX%%lib/libgnutlsxx.so.14 +%%CXX%%lib/libgnutlsxx.so +%%CXX%%lib/libgnutlsxx.la +%%CXX%%lib/libgnutlsxx.a lib/libgnutls-extra.a lib/libgnutls-extra.la lib/libgnutls-extra.so |