pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Delete comment about bmake not accepting ....
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e0b9526a670
branches: trunk
changeset: 537797:8e0b9526a670
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Jan 16 03:09:48 2008 +0000
description:
Delete comment about bmake not accepting .SHELL, that PR was fixed long
ago ...
XXX: I would enable /bin/ksh as bmake's default shell but it fails on
one of the bmake unit tests. Will need to figure out why ...
Maybe some day we can provide a posixly correct shell as part
of the bootstrap process.
diffstat:
mk/platform/OSF1.mk | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diffs (30 lines):
diff -r 2ff7d9673f5d -r 8e0b9526a670 mk/platform/OSF1.mk
--- a/mk/platform/OSF1.mk Wed Jan 16 03:05:57 2008 +0000
+++ b/mk/platform/OSF1.mk Wed Jan 16 03:09:48 2008 +0000
@@ -1,15 +1,7 @@
-# $NetBSD: OSF1.mk,v 1.21 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: OSF1.mk,v 1.22 2008/01/16 03:09:48 tnn Exp $
#
# Variable definitions for the OSF1 operating system.
-# current bmake is broken, see pkg/25559
-
-#.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \
-# check="set -e" ignore="set +e" \
-# echo="set -v" quiet="set +v" filter="set +v" \
-# echoFlag=v errFlag=e
-
-CPP?= /usr/bin/cpp
ECHO_N?= ${SETENV} CMD_ENV=bsd /usr/bin/echo -n
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR= share
@@ -47,6 +39,9 @@
IMAKE_MANNEWSUFFIX= 1
IMAKE_MANINSTALL?= maninstall catinstall
+# Fix broken system headers by using pkgtools/posix_headers
+FIX_SYSTEM_HEADERS?= yes
+
_OPSYS_EMULDIR.osf1= # empty
.if exists(/usr/include/netinet/ip6.h)
Home |
Main Index |
Thread Index |
Old Index