pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Don't skip the pax dependency. It has been re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b5e5c034055
branches:  trunk
changeset: 553986:1b5e5c034055
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 05 18:44:43 2009 +0000

description:
Don't skip the pax dependency. It has been registered as part of the
bootstrap for a long time. As it is no longer a bootstrap part, the
dependency is required.

diffstat:

 mk/tools/replace.mk |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r ceecd01d9584 -r 1b5e5c034055 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Thu Feb 05 17:22:19 2009 +0000
+++ b/mk/tools/replace.mk       Thu Feb 05 18:44:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.217 2008/12/23 22:34:26 dsl Exp $
+# $NetBSD: replace.mk,v 1.218 2009/02/05 18:44:43 joerg Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -746,11 +746,7 @@
 .  if !empty(PKGPATH:Marchivers/pax)
 MAKEFLAGS+=                    TOOLS_IGNORE.tar=
 .  elif !empty(_TOOLS_USE_PKGSRC.tar:M[yY][eE][sS])
-#
-# This is installed by pkgsrc bootstrap, and is never registered, so
-# comment out the dependency on it.
-#
-#TOOLS_DEPENDS.tar?=           pax>=20040802:../../archivers/pax
+TOOLS_DEPENDS.tar?=            pax>=20040802:../../archivers/pax
 TOOLS_CREATE+=                 tar
 TOOLS_FIND_PREFIX+=            TOOLS_PREFIX.tar=pax
 TOOLS_PATH.tar=                        ${TOOLS_PREFIX.tar}/bin/tar



Home | Main Index | Thread Index | Old Index