pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Remove inclusion of pkgtools/posix_headers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7bc4d52e960
branches:  trunk
changeset: 531558:e7bc4d52e960
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 02 00:11:45 2007 +0000

description:
Remove inclusion of pkgtools/posix_headers/buildlink3.mk. This was
useful for initial testing, but here is not the proper place to include it.
For now the recommended way is to include the buildlink3.mk in mk.conf.

diffstat:

 mk/platform/HPUX.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (20 lines):

diff -r 30c2fc9ce09d -r e7bc4d52e960 mk/platform/HPUX.mk
--- a/mk/platform/HPUX.mk       Thu Aug 02 00:04:53 2007 +0000
+++ b/mk/platform/HPUX.mk       Thu Aug 02 00:11:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPUX.mk,v 1.6 2007/07/29 05:19:44 jlam Exp $
+# $NetBSD: HPUX.mk,v 1.7 2007/08/02 00:11:45 tnn Exp $
 #
 # Variable definitions for the HP-UX operating system.
 
@@ -78,10 +78,5 @@
 PREFER.openssl?=       pkgsrc
 PREFER.zlib?=          pkgsrc
 
-.if defined(OS_VERSION) && ${OS_VERSION} == "11.11" && \
-    !defined(BUILDING_POSIX_HEADERS) && !make(bootstrap-register)
-.include "../../pkgtools/posix_headers/buildlink3.mk"
-.endif
-
 _STRIPFLAG_CC?=                ${_INSTALL_UNSTRIPPED:D:U}      # cc(1) option to strip
 _STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U}      # install(1) option to strip



Home | Main Index | Thread Index | Old Index