pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Unfortunately, BULK_PREREQ doesn't shield ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53c9d4fc8ce3
branches:  trunk
changeset: 491474:53c9d4fc8ce3
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 24 16:21:48 2005 +0000

description:
Unfortunately, BULK_PREREQ doesn't shield its prerequisites from being
deleted because one of *their* dependencies are deleted.  So add the
dependencies of lang/gawk and sysutils/coreutils to BULK_PREREQ too.

diffstat:

 mk/platform/Interix.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 249d4ba80cfe -r 53c9d4fc8ce3 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk    Thu Mar 24 16:20:20 2005 +0000
+++ b/mk/platform/Interix.mk    Thu Mar 24 16:21:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.28 2005/03/22 15:40:06 tv Exp $
+# $NetBSD: Interix.mk,v 1.29 2005/03/24 16:21:48 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -33,6 +33,7 @@
 #   (main lib) 0x48000000
 # zsh          *
 
+BULK_PREREQ+=  converters/libiconv devel/gettext-lib pkgtools/pkg_install-info
 BULK_PREREQ+=  lang/gawk sysutils/coreutils
 
 # "catinstall" not yet supported as there's no shipped [gn]roff



Home | Main Index | Thread Index | Old Index