Received: by mail.netbsd.org (Postfix, from userid 605) id 773E784DE8; Sun, 5 Apr 2020 23:36:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F293884DC8 for ; Sun, 5 Apr 2020 23:36:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id D9g4kF4T4aMD for ; Sun, 5 Apr 2020 23:36:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 58D1284D5E for ; Sun, 5 Apr 2020 23:36:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4DF97FB27; Sun, 5 Apr 2020 23:36:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586129762160970" MIME-Version: 1.0 Date: Sun, 5 Apr 2020 23:36:02 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/security/gnupg2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200405233602.4DF97FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586129762160970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Apr 5 23:36:02 UTC 2020 Modified Files: pkgsrc/security/gnupg2: Makefile Log Message: gnupg2: continue the OPSYS-specific -lintl cargo cult This probably has nothing to do with OPSYS ... To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/security/gnupg2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586129762160970 Content-Disposition: inline Content-Length: 673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnupg2/Makefile diff -u pkgsrc/security/gnupg2/Makefile:1.110 pkgsrc/security/gnupg2/Makefile:1.111 --- pkgsrc/security/gnupg2/Makefile:1.110 Sat Mar 21 07:24:30 2020 +++ pkgsrc/security/gnupg2/Makefile Sun Apr 5 23:36:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2020/03/21 07:24:30 adam Exp $ +# $NetBSD: Makefile,v 1.111 2020/04/05 23:36:02 tnn Exp $ DISTNAME= gnupg-2.2.20 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} @@ -33,6 +33,7 @@ CONFIGURE_ARGS.SunOS+= ac_cv_func_getadd TEST_TARGET= check +LDFLAGS.NetBSD+= -lintl LDFLAGS.Darwin+= -lintl -lresolv LDFLAGS.FreeBSD+= -lintl LDFLAGS.SunOS+= -lintl -lsocket --_----------=_1586129762160970--