svn commit: r409190 - in head/security/gnupg: . files

Pietro Cerutti gahr at FreeBSD.org
Fri Feb 19 16:38:37 UTC 2016


Author: gahr
Date: Fri Feb 19 16:38:36 2016
New Revision: 409190
URL: https://svnweb.freebsd.org/changeset/ports/409190

Log:
  security/gnupg: fix build when NLS is disabled

Added:
  head/security/gnupg/files/patch-dirmngr_Makefile.am   (contents, props changed)
  head/security/gnupg/files/patch-dirmngr_Makefile.in   (contents, props changed)
Modified:
  head/security/gnupg/Makefile

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Fri Feb 19 16:30:23 2016	(r409189)
+++ head/security/gnupg/Makefile	Fri Feb 19 16:38:36 2016	(r409190)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	2.1.11
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig

Added: head/security/gnupg/files/patch-dirmngr_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gnupg/files/patch-dirmngr_Makefile.am	Fri Feb 19 16:38:36 2016	(r409190)
@@ -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)
+ 

Added: head/security/gnupg/files/patch-dirmngr_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gnupg/files/patch-dirmngr_Makefile.in	Fri Feb 19 16:38:36 2016	(r409190)
@@ -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)


More information about the svn-ports-all mailing list