pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security replace deprecated USE_GMAKE with USE_GNU_TOO...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4abc8d00425c
branches: trunk
changeset: 466926:4abc8d00425c
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 24 15:00:22 2004 +0000
description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
diffstat:
security/PAM/Makefile | 4 ++--
security/cyrus-sasl/Makefile.common | 4 ++--
security/dropbear/Makefile | 4 ++--
security/gnupg/Makefile | 4 ++--
security/kssh/Makefile | 4 ++--
security/otpcalc/Makefile | 4 ++--
security/seahorse/Makefile | 4 ++--
security/skey/Makefile | 4 ++--
security/ssldump/Makefile | 4 ++--
security/zebedee/Makefile | 4 ++--
10 files changed, 20 insertions(+), 20 deletions(-)
diffs (180 lines):
diff -r c89d1ab93a46 -r 4abc8d00425c security/PAM/Makefile
--- a/security/PAM/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/PAM/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/12 04:31:09 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= Linux-PAM-0.77
@@ -18,7 +18,7 @@
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_DB185= yes
GNU_CONFIGURE= yes
diff -r c89d1ab93a46 -r 4abc8d00425c security/cyrus-sasl/Makefile.common
--- a/security/cyrus-sasl/Makefile.common Sat Jan 24 14:59:27 2004 +0000
+++ b/security/cyrus-sasl/Makefile.common Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/07/17 22:52:52 grant Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/01/24 15:00:22 grant Exp $
#
# This Makefile fragment should be included _below_ and SASL_PLUGIN
# definition and _above_ any CONFIGURE_ARGS definitions.
@@ -21,7 +21,7 @@
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
diff -r c89d1ab93a46 -r 4abc8d00425c security/dropbear/Makefile
--- a/security/dropbear/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/dropbear/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 15:00:22 grant Exp $
DISTNAME= dropbear-0.38
CATEGORIES= security
@@ -10,7 +10,7 @@
COMMENT= SSH2 server, aimed at embedded market
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
MAKEFLAGS+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}
diff -r c89d1ab93a46 -r 4abc8d00425c security/gnupg/Makefile
--- a/security/gnupg/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/gnupg/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2003/12/25 14:05:02 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2004/01/24 15:00:22 grant Exp $
DISTNAME= gnupg-1.2.4
CATEGORIES= security
@@ -20,7 +20,7 @@
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --enable-tiger --with-static-rnd=auto
TEST_TARGET= check
diff -r c89d1ab93a46 -r 4abc8d00425c security/kssh/Makefile
--- a/security/kssh/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/kssh/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= kssh-0.7
@@ -12,7 +12,7 @@
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../net/kdenetwork3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c89d1ab93a46 -r 4abc8d00425c security/otpcalc/Makefile
--- a/security/otpcalc/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/otpcalc/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/13 13:53:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= otpCalc-0.96
@@ -11,7 +11,7 @@
COMMENT= OTP and S/Key calculator for X
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES
ALL_TARGET= otpCalc otpCalc.1
diff -r c89d1ab93a46 -r 4abc8d00425c security/seahorse/Makefile
--- a/security/seahorse/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/seahorse/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/24 15:00:22 grant Exp $
DISTNAME= seahorse-0.7.3
PKGREVISION= 8
@@ -14,7 +14,7 @@
DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
diff -r c89d1ab93a46 -r 4abc8d00425c security/skey/Makefile
--- a/security/skey/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/skey/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/22 00:56:48 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= skey-1.1.5
@@ -14,7 +14,7 @@
USE_PERL5= build
USE_BUIDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff -r c89d1ab93a46 -r 4abc8d00425c security/ssldump/Makefile
--- a/security/ssldump/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/ssldump/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= ssldump-0.9b3
@@ -12,7 +12,7 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+=--with-pcap-inc=${BUILDLINK_PREFIX.libpcap}/include \
--with-pcap-lib=${BUILDLINK_PREFIX.libpcap}/lib \
diff -r c89d1ab93a46 -r 4abc8d00425c security/zebedee/Makefile
--- a/security/zebedee/Makefile Sat Jan 24 14:59:27 2004 +0000
+++ b/security/zebedee/Makefile Sat Jan 24 15:00:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= zebedee-2.3.1
@@ -12,7 +12,7 @@
COMMENT= Simple tunneling program for TCP or UDP with encryption
USE_PERL5= build
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= # defined
MAKE_ENV+= PERL5=${PERL5}
Home |
Main Index |
Thread Index |
Old Index