From owner-svn-ports-head@freebsd.org Fri Feb 19 16:38:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB52AAE173; Fri, 19 Feb 2016 16:38:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7320710BD; Fri, 19 Feb 2016 16:38:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JGca2p055235; Fri, 19 Feb 2016 16:38:36 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JGcaNw055232; Fri, 19 Feb 2016 16:38:36 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602191638.u1JGcaNw055232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 19 Feb 2016 16:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409190 - in head/security/gnupg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 16:38:37 -0000 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)