diff options
author | grant <grant@pkgsrc.org> | 2003-08-12 11:39:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-12 11:39:46 +0000 |
commit | e484a046d00acf5a48b1809433cb944abcc86434 (patch) | |
tree | 28d9d2b08c835957c8169a769221cdd39d6d1966 /mk | |
parent | f669643c4b4bb29e01030e8f78c9f429a93367d6 (diff) | |
download | pkgsrc-e484a046d00acf5a48b1809433cb944abcc86434.tar.gz |
mark sed on Solaris as having a suitable replacement, eliminating the
circular dependency on GNU sed until this is addressed properly.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index 987e400ecb6..f6993c991fd 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -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 @@ _TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-* # 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. |