Index: head/security/gnupg/Makefile =================================================================== --- head/security/gnupg/Makefile (revision 409189) +++ head/security/gnupg/Makefile (revision 409190) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= gnupg PORTVERSION= 2.1.11 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libksba.so:${PORTSDIR}/security/libksba \ libnpth.so:${PORTSDIR}/devel/npth BUILD_DEPENDS= libgpg-error>=1.16:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry GNU_CONFIGURE= YES USES= cpe gmake iconv pkgconfig tar:bzip2 USE_LDCONFIG= YES # libreadline.so.8 is placed in /lib, but --with-readline argument # will be treated as $value/lib, so try using /usr instead. # Otherwise, $PREFIX/lib/libreadline.so.6 will be linked when # devel/readline is installed. CONFIGURE_ARGS+= --disable-ntbtls --enable-symcryptrun --with-readline=/usr CONFLICTS= gnupg-2.0.* dirmngr-* CPE_VENDOR= gnupg OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON KDNS NLS DOCS SUID_GPG LDAP_DESC= LDAP keyserver interface SCDAEMON_DESC= Enable Smartcard daemon (with libusb) KDNS_DESC= Use DNS CERT helper SUID_GPG_DESC= Install GPG with suid OPTIONS_DEFAULT= GNUTLS NO_OPTIONS_SORT= YES OPTIONS_SUB= YES # In jail, SUID is required to avoid warning (security.bsd.unprivileged_mlock sysctl is not used in jail). DOCS_CONFIGURE_ENABLE= doc DOCS_INFO= gnupg GNUTLS_CONFIGURE_ENABLE=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls KDNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns KDNS_CONFIGURE_ON= --with-adns=${LOCALBASE} LDAP_CONFIGURE_ENABLE= ldap LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE} LDAP_LIBS= -L${LOCALBASE}/lib LDAP_USE= OPENLDAP=yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls SCDAEMON_CONFIGURE_ENABLE= scdaemon verify: checksum gpg2 --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig .include Index: head/security/gnupg/files/patch-dirmngr_Makefile.am =================================================================== --- head/security/gnupg/files/patch-dirmngr_Makefile.am (nonexistent) +++ head/security/gnupg/files/patch-dirmngr_Makefile.am (revision 409190) @@ -0,0 +1,11 @@ +--- dirmngr/Makefile.am.orig 2016-02-19 16:13:57 UTC ++++ dirmngr/Makefile.am +@@ -143,7 +143,7 @@ t_ldap_parse_uri_SOURCES = \ + t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 + t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) + +-t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 ++t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_FLAGS) + t_dns_stuff_SOURCES = t-dns-stuff.c dns-stuff.c + t_dns_stuff_LDADD = $(t_common_ldadd) $(DNSLIBS) + Property changes on: head/security/gnupg/files/patch-dirmngr_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gnupg/files/patch-dirmngr_Makefile.in =================================================================== --- head/security/gnupg/files/patch-dirmngr_Makefile.in (nonexistent) +++ head/security/gnupg/files/patch-dirmngr_Makefile.in (revision 409190) @@ -0,0 +1,11 @@ +--- dirmngr/Makefile.in.orig 2016-02-19 16:14:54 UTC ++++ dirmngr/Makefile.in +@@ -652,7 +652,7 @@ t_ldap_parse_uri_SOURCES = \ + + t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 + t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) +-t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 ++t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_CFLAGS) + t_dns_stuff_SOURCES = t-dns-stuff.c dns-stuff.c + t_dns_stuff_LDADD = $(t_common_ldadd) $(DNSLIBS) + all: $(BUILT_SOURCES) Property changes on: head/security/gnupg/files/patch-dirmngr_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property