pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc AUTOMAKE_REQD should only be set to 1.4 in the few cas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69fa628bef12
branches:  trunk
changeset: 480291:69fa628bef12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 04 23:40:43 2004 +0000

description:
AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.

diffstat:

 graphics/cal3d/Makefile.common |  3 +--
 net/quagga/Makefile            |  3 +--
 net/zebra/Makefile             |  3 +--
 security/kth-krb4/Makefile     |  7 +------
 www/php4/Makefile.module       |  3 +--
 5 files changed, 5 insertions(+), 14 deletions(-)

diffs (89 lines):

diff -r c0227c786757 -r 69fa628bef12 graphics/cal3d/Makefile.common
--- a/graphics/cal3d/Makefile.common    Sat Sep 04 23:29:42 2004 +0000
+++ b/graphics/cal3d/Makefile.common    Sat Sep 04 23:40:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/09/04 23:40:43 wiz Exp $
 #
 
 DISTNAME=              cal3d-${CAL3D_VERSION}
@@ -15,7 +15,6 @@
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-AUTOMAKE_REQD=         1.8
 #AUTOMAKE_OVERRIDE=    NO
 
 .include "../../mk/autoconf.mk"
diff -r c0227c786757 -r 69fa628bef12 net/quagga/Makefile
--- a/net/quagga/Makefile       Sat Sep 04 23:29:42 2004 +0000
+++ b/net/quagga/Makefile       Sat Sep 04 23:40:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/25 07:38:04 snj Exp $
+# $NetBSD: Makefile,v 1.13 2004/09/04 23:40:43 wiz Exp $
 # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
 #
 
@@ -13,7 +13,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-AUTOMAKE_REQD=         1.6.2
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         # defined
 PKG_SYSCONFSUBDIR?=    zebra
diff -r c0227c786757 -r 69fa628bef12 net/zebra/Makefile
--- a/net/zebra/Makefile        Sat Sep 04 23:29:42 2004 +0000
+++ b/net/zebra/Makefile        Sat Sep 04 23:40:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2004/04/25 07:49:56 snj Exp $
+# $NetBSD: Makefile,v 1.63 2004/09/04 23:40:43 wiz Exp $
 # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
 #
 
@@ -14,7 +14,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-AUTOMAKE_REQD=         1.8
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         # defined
 PKG_SYSCONFSUBDIR?=    zebra
diff -r c0227c786757 -r 69fa628bef12 security/kth-krb4/Makefile
--- a/security/kth-krb4/Makefile        Sat Sep 04 23:29:42 2004 +0000
+++ b/security/kth-krb4/Makefile        Sat Sep 04 23:40:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/05/10 02:10:14 snj Exp $
+# $NetBSD: Makefile,v 1.34 2004/09/04 23:40:44 wiz Exp $
 #
 
 DISTNAME=              krb4-1.2.1
@@ -11,11 +11,6 @@
 HOMEPAGE=              http://www.pdc.kth.se/kth-krb/
 COMMENT=               Kerberos IV distribution from KTH
 
-# enable this once our autoconf has been upgraded to autoconf>=2.52:
-# (don't forget to also add automake.mk (see bottom))
-#AUTOCONF_REQD=                2.52
-#AUTOMAKE_REQD=                1.7
-
 CONFLICTS+=            zephyr-[0-9]*
 CONFLICTS+=            libdes-[0-9]*
 
diff -r c0227c786757 -r 69fa628bef12 www/php4/Makefile.module
--- a/www/php4/Makefile.module  Sat Sep 04 23:29:42 2004 +0000
+++ b/www/php4/Makefile.module  Sat Sep 04 23:40:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.module,v 1.26 2004/09/04 23:29:42 kim Exp $
+# $NetBSD: Makefile.module,v 1.27 2004/09/04 23:40:44 wiz Exp $
 #
 # This Makefile is provided to ease creating PHP4 packages for the extension
 # modules distributed in the PHP4 sources.
@@ -12,7 +12,6 @@
 PKGNAME?=              php-${MODNAME}-${PHP_BASE_VERS}
 PKGREVISION?=          # empty
 
-AUTOMAKE_REQD?=                1.9
 .include "../../mk/automake.mk"
 
 PKGMODNAME?=           ${MODNAME:S/-/_/}



Home | Main Index | Thread Index | Old Index