Subject: CVS commit: pkgsrc/textproc/gsed
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 07/09/2003 08:07:11
Module Name: pkgsrc
Committed By: grant
Date: Wed Jul 9 08:07:10 UTC 2003
Modified Files:
pkgsrc/textproc/gsed: buildlink2.mk
Log Message:
enhancements to gracefully handle packages which require a non-broken
sed, or perhaps GNU sed.
packges should define USE_GNU_SED if GNU sed is really required,
otherwise we provide ${SED} in the buildlink/bin dir, unless the sed
provided on a given platform is known to be severely broken.
[one could argue Solaris' xpg4 sed falls in the "broken" category, but
for almost all intents and purposes, it is acceptable - define
USE_GNU_SED if a package still fails.]
XXX IRIX is currently listed in _INCOMPAT_SED - this should be removed
if sed on IRIX is known to be good.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/textproc/gsed/buildlink2.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.