mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.5.2
- Add WITHOUT_CXX knob to disable C++ wrapper library
This commit is contained in:
parent
98abfad6df
commit
32e98c797b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174933
@ -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 "
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user