pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk mark sed on Solaris as having a suitable replacemen...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fbba2b22f0b9
branches: trunk
changeset: 459936:fbba2b22f0b9
user: grant <grant%pkgsrc.org@localhost>
date: Tue Aug 12 11:39:46 2003 +0000
description:
mark sed on Solaris as having a suitable replacement, eliminating the
circular dependency on GNU sed until this is addressed properly.
diffstat:
mk/tools.mk | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 2d37f6643a5e -r fbba2b22f0b9 mk/tools.mk
--- a/mk/tools.mk Tue Aug 12 11:35:03 2003 +0000
+++ b/mk/tools.mk Tue Aug 12 11:39:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.3 2003/08/02 05:07:35 grant Exp $
+# $NetBSD: tools.mk,v 1.4 2003/08/12 11:39:46 grant Exp $
#
# handle platforms with broken tools in the base system, such as sed
# and awk.
@@ -35,11 +35,7 @@
# is available.
_TOOLS_OPSYS_INCOMPAT.awk+= # empty
_TOOLS_OPSYS_INCOMPAT.grep+= # empty
-
-# Solaris includes a less broken sed in /usr/xpg4/bin, which is mostly
-# adequate for pkgsrc internal use, but pkg builds have shown they
-# demand more, so mark it incompatible.
-_TOOLS_OPSYS_INCOMPAT.sed+= SunOS-*-*
+_TOOLS_OPSYS_INCOMPAT.sed+= # empty
# a suitable alternative version is available in the base system, as
# eg. ${AWK}, ${SED}, ... refer to defs.*.mk for the definitions.
Home |
Main Index |
Thread Index |
Old Index