pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Mark shells/pdksh as broken so it doesn't get ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdac71194554
branches:  trunk
changeset: 543227:bdac71194554
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Jun 10 08:17:47 2008 +0000

description:
Mark shells/pdksh as broken so it doesn't get removed part-way through the
build and kill bmake.  This isn't really a great solution as it means it
won't get built on any platform, maybe we should just make pdksh a bmake
dependancy on every OS.

diffstat:

 mk/bulk/pre-build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 72073deed4d2 -r bdac71194554 mk/bulk/pre-build
--- a/mk/bulk/pre-build Tue Jun 10 08:05:21 2008 +0000
+++ b/mk/bulk/pre-build Tue Jun 10 08:17:47 2008 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: pre-build,v 1.73 2008/06/09 12:51:41 sketch Exp $
+# $NetBSD: pre-build,v 1.74 2008/06/10 08:17:47 sketch Exp $
 #
 # Clean up system to be ready for bulk pkg build
 #
@@ -275,7 +275,7 @@
        for pkg in archivers/pax devel/bmake devel/mk-files lang/nawk \
            net/tnftp pkgtools/bootstrap-mk-files pkgtools/bootstrap-extras \
            pkgtools/tnftp pkgtools/pax pkgtools/pkg_install \
-           sysutils/install-sh textproc/nbsed; do
+           shells/pdksh sysutils/install-sh textproc/nbsed; do
                mkdir -p "${BULKFILESDIR}/${pkg}"
                echo "Don't blow away bootstrap-pkgsrc stuff!" \
                > "${BULKFILESDIR}/${pkg}/${BROKENF}"



Home | Main Index | Thread Index | Old Index