pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Add lang/perl5 early, but not specifically as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51faf4f11813
branches:  trunk
changeset: 501739:51faf4f11813
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 27 13:04:54 2005 +0000

description:
Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so that
it is available at tflat time.

diffstat:

 mk/bulk/bsd.bulk-pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 111c4e98cff9 -r 51faf4f11813 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Thu Oct 27 13:00:03 2005 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Thu Oct 27 13:04:54 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.bulk-pkg.mk,v 1.87 2005/10/26 16:54:04 tv Exp $
+#      $NetBSD: bsd.bulk-pkg.mk,v 1.88 2005/10/27 13:04:54 tv Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -163,7 +163,7 @@
 # xpkgwedge only become DEPENDS if it is installed
 bulk-cache:
        @${ECHO_MSG} "BULK> Installing BULK_PREREQ packages"
-.for __prereq in ${BULK_PREREQ}
+.for __prereq in ${BULK_PREREQ} lang/perl5
        cd ${PKGSRCDIR}/${__prereq} && ${MAKE} bulk-install
 .endfor
        ${RM} -f ${BULK_DBFILE}



Home | Main Index | Thread Index | Old Index