Thu Dec 2 16:16:17 2021 UTC ()
gnupg2: gmake is not required to build as of 2.2.33


(ryoon)
diff -r1.127 -r1.128 pkgsrc/security/gnupg2/Makefile

cvs diff -r1.127 -r1.128 pkgsrc/security/gnupg2/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnupg2/Makefile 2021/11/25 14:42:19 1.127
+++ pkgsrc/security/gnupg2/Makefile 2021/12/02 16:16:17 1.128
@@ -1,35 +1,35 @@ @@ -1,35 +1,35 @@
1# $NetBSD: Makefile,v 1.127 2021/11/25 14:42:19 ryoon Exp $ 1# $NetBSD: Makefile,v 1.128 2021/12/02 16:16:17 ryoon Exp $
2 2
3DISTNAME= gnupg-2.2.33 3DISTNAME= gnupg-2.2.33
4PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} 4PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ 6MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
7MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/ 7MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= ada@netbsdfr.org 10MAINTAINER= ada@netbsdfr.org
11HOMEPAGE= https://www.gnupg.org/ 11HOMEPAGE= https://www.gnupg.org/
12COMMENT= GnuPG with OpenPGP and S/MIME capabilities 12COMMENT= GnuPG with OpenPGP and S/MIME capabilities
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15DEPENDS+= pinentry-[0-9]*:../../security/pinentry 15DEPENDS+= pinentry-[0-9]*:../../security/pinentry
16 16
17CONFLICTS+= dirmngr-[0-9]* 17CONFLICTS+= dirmngr-[0-9]*
18SUPERSEDES+= dirmngr-[0-9]* 18SUPERSEDES+= dirmngr-[0-9]*
19 19
20BUILD_DEFS+= VARBASE 20BUILD_DEFS+= VARBASE
21USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
22USE_TOOLS+= gmake pkg-config makeinfo 22USE_TOOLS+= pkg-config makeinfo
23USE_LIBTOOL= yes 23USE_LIBTOOL= yes
24INFO_FILES= yes 24INFO_FILES= yes
25GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
26CONFIGURE_ARGS+= --disable-ntbtls 26CONFIGURE_ARGS+= --disable-ntbtls
27CONFIGURE_ARGS+= --enable-g13 27CONFIGURE_ARGS+= --enable-g13
28CONFIGURE_ARGS+= --enable-gpg-is-gpg2 28CONFIGURE_ARGS+= --enable-gpg-is-gpg2
29CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 29CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
30CONFIGURE_ARGS+= --localstatedir=${VARBASE} 30CONFIGURE_ARGS+= --localstatedir=${VARBASE}
31# SunOS does have getaddrinfo() and the code knows how to use it 31# SunOS does have getaddrinfo() and the code knows how to use it
32CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes 32CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
33 33
34TEST_TARGET= check 34TEST_TARGET= check
35 35