pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Avoid pulling in pkgtools/posix_headers when bootst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbebe1c92ee2
branches:  trunk
changeset: 541181:dbebe1c92ee2
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Apr 16 12:28:48 2008 +0000

description:
Avoid pulling in pkgtools/posix_headers when bootstrapping on HP-UX.

diffstat:

 mk/bsd.prefs.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d34f18ebec8b -r dbebe1c92ee2 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Wed Apr 16 12:15:28 2008 +0000
+++ b/mk/bsd.prefs.mk   Wed Apr 16 12:28:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.280 2008/02/21 04:23:58 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.281 2008/04/16 12:28:48 tnn Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -496,7 +496,8 @@
 .if defined(FIX_SYSTEM_HEADERS) && ${FIX_SYSTEM_HEADERS} == "yes" && \
     empty(PKGPATH:Mpkgtools/*) && empty(PKGPATH:M*/nbsed) && \
     empty(PKGPATH:M*/nawk) && empty(PKGPATH:M*/bmake) && \
-    empty(PKGPATH:M*/install-sh) && \
+    empty(PKGPATH:M*/install-sh) && empty(PKGPATH:M*/tnftp) && \
+    empty(PKGPATH:M*/pax) && \
     exists(../../pkgtools/posix_headers/buildlink3.mk)
 .  include "../../pkgtools/posix_headers/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index