pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PERL5_REQD is now a list of values, so append to its v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f463f5c8ccab
branches:  trunk
changeset: 468057:f463f5c8ccab
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 10 02:22:49 2004 +0000

description:
PERL5_REQD is now a list of values, so append to its value instead of
setting it.

diffstat:

 comms/esms/Makefile                    |  4 ++--
 devel/autoconf/Makefile                |  4 ++--
 devel/automake/Makefile                |  4 ++--
 devel/automake17/Makefile              |  4 ++--
 devel/p5-subversion/Makefile           |  4 ++--
 mail/courier-auth/Makefile.authdaemond |  4 ++--
 mail/courier-maildirmake/Makefile      |  4 ++--
 mail/maildrop/Makefile                 |  4 ++--
 mail/spamassassin/Makefile             |  4 ++--
 mail/sympa/Makefile                    |  4 ++--
 net/mrtg/Makefile                      |  4 ++--
 net/p5-Net-DNS/Makefile                |  4 ++--
 net/smokeping/Makefile                 |  4 ++--
 pkgtools/pkgdiff/Makefile              |  4 ++--
 textproc/eperl/Makefile                |  3 +--
 textproc/p5-XML-Xerces/Makefile        |  4 ++--
 www/ap-perl/Makefile                   |  4 ++--
 www/ap2-perl/Makefile                  |  4 ++--
 18 files changed, 35 insertions(+), 36 deletions(-)

diffs (truncated from 315 to 300 lines):

diff -r 158da6f56124 -r f463f5c8ccab comms/esms/Makefile
--- a/comms/esms/Makefile       Tue Feb 10 02:18:04 2004 +0000
+++ b/comms/esms/Makefile       Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:26:40 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/10 02:22:49 jlam Exp $
 
 DISTNAME=      esms-0.9.5
 CATEGORIES=    comms
@@ -15,7 +15,7 @@
 GNU_CONFIGURE= YES
 
 USE_PERL5=     YES
-PERL5_REQD?=   5.6.1
+PERL5_REQD+=   5.6.1
 REPLACE_PERL=  esms
 
 .include "../../mk/bsd.pkg.mk"
diff -r 158da6f56124 -r f463f5c8ccab devel/autoconf/Makefile
--- a/devel/autoconf/Makefile   Tue Feb 10 02:18:04 2004 +0000
+++ b/devel/autoconf/Makefile   Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/01/05 23:20:29 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2004/02/10 02:22:50 jlam Exp $
 
 DISTNAME=              autoconf-2.59
 CATEGORIES=            devel
@@ -25,7 +25,7 @@
 
 INFO_FILES=            autoconf.info standards.info
 
-PERL5_REQD=            5.6
+PERL5_REQD+=           5.6
 TEXINFO_REQD=          4.0
 
 AUTOMAKE_OVERRIDE=     NO
diff -r 158da6f56124 -r f463f5c8ccab devel/automake/Makefile
--- a/devel/automake/Makefile   Tue Feb 10 02:18:04 2004 +0000
+++ b/devel/automake/Makefile   Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2004/02/07 17:05:38 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2004/02/10 02:22:50 jlam Exp $
 #
 
 DISTNAME=      automake-1.8.2
@@ -29,7 +29,7 @@
 TEXINFO_REQD=          4.5
 INFO_FILES=            automake.info
 
-PERL5_REQD=            5.5
+PERL5_REQD+=           5.5
 
 TEST_TARGET=           check
 
diff -r 158da6f56124 -r f463f5c8ccab devel/automake17/Makefile
--- a/devel/automake17/Makefile Tue Feb 10 02:18:04 2004 +0000
+++ b/devel/automake17/Makefile Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/12/12 19:39:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/10 02:22:50 jlam Exp $
 #
 
 DISTNAME=      automake-1.7.9
@@ -29,7 +29,7 @@
 TEXINFO_REQD=          4.0
 INFO_FILES=            automake17.info
 
-PERL5_REQD=            5.5
+PERL5_REQD+=           5.5
 
 TEST_TARGET=           check
 
diff -r 158da6f56124 -r f463f5c8ccab devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile      Tue Feb 10 02:18:04 2004 +0000
+++ b/devel/p5-subversion/Makefile      Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/21 10:09:09 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/10 02:22:50 jlam Exp $
 
 PKGNAME=       p5-subversion-${SVNVER}
 COMMENT=       Perl bindings for Subversion
@@ -7,7 +7,7 @@
 
 CONFIGURE_ENV+=                PERL=${PERL5}
 
-PERL5_REQD=            5.8
+PERL5_REQD+=           5.8
 PERL_DIR=              ${WRKSRC}/subversion/bindings/swig/perl
 ALL_TARGET=            swig-pl-lib
 INSTALL_TARGET=                install-swig-pl-lib
diff -r 158da6f56124 -r f463f5c8ccab mail/courier-auth/Makefile.authdaemond
--- a/mail/courier-auth/Makefile.authdaemond    Tue Feb 10 02:18:04 2004 +0000
+++ b/mail/courier-auth/Makefile.authdaemond    Tue Feb 10 02:22:49 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.authdaemond,v 1.5 2004/01/11 19:41:39 cjep Exp $
+# $NetBSD: Makefile.authdaemond,v 1.6 2004/02/10 02:22:50 jlam Exp $
 
 .include "../../mail/courier-auth/Makefile.common"
 
-PERL5_REQD=            5.6.0
+PERL5_REQD+=           5.6.0
 USE_PERL5?=            build
 
 WRKSRC_FILES=          config.guess config.sub configure               \
diff -r 158da6f56124 -r f463f5c8ccab mail/courier-maildirmake/Makefile
--- a/mail/courier-maildirmake/Makefile Tue Feb 10 02:18:04 2004 +0000
+++ b/mail/courier-maildirmake/Makefile Tue Feb 10 02:22:49 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2003/08/30 22:51:20 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/10 02:22:50 jlam Exp $
 
 PKGNAME=       courier-maildirmake-${BASE_VERS}
 PKGREVISION?=  1
 COMMENT=       Courier Maildir utilities
 
-PERL5_REQD=    5.6.0
+PERL5_REQD+=   5.6.0
 USE_PERL5=     build
 REPLACE_PERL=  sysconftool
 
diff -r 158da6f56124 -r f463f5c8ccab mail/maildrop/Makefile
--- a/mail/maildrop/Makefile    Tue Feb 10 02:18:04 2004 +0000
+++ b/mail/maildrop/Makefile    Tue Feb 10 02:22:49 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2003/05/29 23:14:09 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/10 02:22:50 jlam Exp $
 
 DISTNAME=      maildrop-1.3.9
 COMMENT=       Courier mail delivery agent with filtering abilities
 HOMEPAGE=      http://www.flounder.net/~mrsam/maildrop/
 
-PERL5_REQD=    5.6.0
+PERL5_REQD+=   5.6.0
 USE_PERL5=     build
 DEPENDS+=      courier-maildirmake>=0.37.1:../../mail/courier-maildirmake
 
diff -r 158da6f56124 -r f463f5c8ccab mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Tue Feb 10 02:18:04 2004 +0000
+++ b/mail/spamassassin/Makefile        Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/01/26 15:25:00 cube Exp $
+# $NetBSD: Makefile,v 1.42 2004/02/10 02:22:50 jlam Exp $
 
 DISTNAME=      Mail-SpamAssassin-${PKGVERSION}
 PKGNAME=       spamassassin-2.63
@@ -19,7 +19,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PERL5_REQD=    5.6.0   # MakeMaker >= 5.45 needed
+PERL5_REQD+=   5.6.0   # MakeMaker >= 5.45 needed
 
 DEPENDS+=      p5-Net-DNS>=0.29:../../net/p5-Net-DNS
 DEPENDS+=      p5-HTML-Parser>=3.29:../../www/p5-HTML-Parser
diff -r 158da6f56124 -r f463f5c8ccab mail/sympa/Makefile
--- a/mail/sympa/Makefile       Tue Feb 10 02:18:04 2004 +0000
+++ b/mail/sympa/Makefile       Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/12 09:46:04 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/10 02:22:50 jlam Exp $
 #
 
 DISTNAME=      sympa-3.4.2
@@ -31,7 +31,7 @@
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --with-piddir=/var/run
 
-PERL5_REQD=    5.005
+PERL5_REQD+=   5.005
 
 PKG_GROUPS?=   sympa
 PKG_USERS?=    sympa:sympa
diff -r 158da6f56124 -r f463f5c8ccab net/mrtg/Makefile
--- a/net/mrtg/Makefile Tue Feb 10 02:18:04 2004 +0000
+++ b/net/mrtg/Makefile Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2003/12/17 14:22:48 martti Exp $
+# $NetBSD: Makefile,v 1.47 2004/02/10 02:22:50 jlam Exp $
 
 DISTNAME=      mrtg-2.10.11
 PKGREVISION=   1
@@ -29,7 +29,7 @@
 
 USE_BUILDLINK2=        YES
 USE_PERL5=     YES
-PERL5_REQD=    5.6.1
+PERL5_REQD+=   5.6.1
 USE_X11=       YES
 GNU_CONFIGURE= YES
 BUILD_DEFS+=   USE_INET6
diff -r 158da6f56124 -r f463f5c8ccab net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Tue Feb 10 02:18:04 2004 +0000
+++ b/net/p5-Net-DNS/Makefile   Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/25 16:56:27 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/10 02:22:50 jlam Exp $
 #
 
 DISTNAME=              Net-DNS-0.45
@@ -20,7 +20,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                YES
-PERL5_REQD=            5.6.0
+PERL5_REQD+=           5.6.0
 MAKE_PARAMS=           --online-tests
 
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/DNS/.packlist
diff -r 158da6f56124 -r f463f5c8ccab net/smokeping/Makefile
--- a/net/smokeping/Makefile    Tue Feb 10 02:18:04 2004 +0000
+++ b/net/smokeping/Makefile    Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:11:16 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/10 02:22:50 jlam Exp $
 
 DISTNAME=      smokeping-1.19
 CATEGORIES=    net
@@ -14,7 +14,7 @@
 DEPENDS+=      p5-libwww>=5.64:../../www/p5-libwww
 
 USE_PERL5=     YES
-PERL5_REQD=    5.6.0
+PERL5_REQD+=   5.6.0
 USE_PKGINSTALL=        yes
 
 PKG_SYSCONFSUBDIR?=     smokeping
diff -r 158da6f56124 -r f463f5c8ccab pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Tue Feb 10 02:18:04 2004 +0000
+++ b/pkgtools/pkgdiff/Makefile Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2004/01/20 12:23:57 agc Exp $
+# $NetBSD: Makefile,v 1.46 2004/02/10 02:22:50 jlam Exp $
 #
 
 DISTNAME=      pkgdiff-0.113
@@ -12,7 +12,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-PERL5_REQD=    5.6.0
+PERL5_REQD+=   5.6.0
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes
diff -r 158da6f56124 -r f463f5c8ccab textproc/eperl/Makefile
--- a/textproc/eperl/Makefile   Tue Feb 10 02:18:04 2004 +0000
+++ b/textproc/eperl/Makefile   Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 22:54:14 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/10 02:22:50 jlam Exp $
 
 DISTNAME=      eperl-2.2.14
 CATEGORIES=    lang perl5 textproc
@@ -9,7 +9,6 @@
 COMMENT=       Interpreter/preprocessor for Perl embedded in text documents
 
 USE_BUILDLINK2=        YES
-LIBPERL5_REQD= ${PERL5_REQD}
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist
 
 GNU_CONFIGURE=         YES
diff -r 158da6f56124 -r f463f5c8ccab textproc/p5-XML-Xerces/Makefile
--- a/textproc/p5-XML-Xerces/Makefile   Tue Feb 10 02:18:04 2004 +0000
+++ b/textproc/p5-XML-Xerces/Makefile   Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/24 15:13:20 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/10 02:22:50 jlam Exp $
 #
 
 DISTNAME=      XML-Xerces-1.7.0-3
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK2=        YES
 USE_GNU_TOOLS+=        make
-PERL5_REQD=    5.6.0
+PERL5_REQD+=   5.6.0
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist
 
 MAKE_ENV+=     XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
diff -r 158da6f56124 -r f463f5c8ccab www/ap-perl/Makefile
--- a/www/ap-perl/Makefile      Tue Feb 10 02:18:04 2004 +0000
+++ b/www/ap-perl/Makefile      Tue Feb 10 02:22:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/07/17 22:55:26 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/10 02:22:50 jlam Exp $
 #
 # NOTE:        Versions 1.27 and 1.28 cause apache to dump core,
 #      so this packages has been left at version 1.25
@@ -23,7 +23,7 @@
 
 USE_BUILDLINK2=                YES
 APACHE_MODULE=         YES
-LIBPERL5_REQD=         ${PERL5_REQD}
+LIBPERL5_REQD=         ${_PERL5_REQD}
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/mod_perl/.packlist
 
 MAKE_PARAMS+=          USE_APXS=1
diff -r 158da6f56124 -r f463f5c8ccab www/ap2-perl/Makefile
--- a/www/ap2-perl/Makefile     Tue Feb 10 02:18:04 2004 +0000
+++ b/www/ap2-perl/Makefile     Tue Feb 10 02:22:49 2004 +0000



Home | Main Index | Thread Index | Old Index