pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk The security/kth-krb4 package does not install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee04f1b409d0
branches:  trunk
changeset: 507978:ee04f1b409d0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Feb 12 05:00:33 2006 +0000

description:
The security/kth-krb4 package does not install bin/ftp anymore (since
February 2004), so it doesn't conflict with bootstrap-pkgsrc.

diffstat:

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

diffs (19 lines):

diff -r f55339af2d94 -r ee04f1b409d0 mk/bulk/pre-build
--- a/mk/bulk/pre-build Sun Feb 12 03:10:11 2006 +0000
+++ b/mk/bulk/pre-build Sun Feb 12 05:00:33 2006 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: pre-build,v 1.59 2006/02/11 23:54:25 rillig Exp $
+# $NetBSD: pre-build,v 1.60 2006/02/12 05:00:33 rillig Exp $
 #
 # Clean up system to be ready for bulk pkg build
 #
@@ -254,7 +254,7 @@
 
 if [ x"$BMAKE" = x"bmake" ]; then
        for pkg in archivers/pax devel/bmake devel/mk-files net/tnftp \
-           security/kth-krb4 textproc/nbsed; do
+           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