pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Remove ${SED} check that no longer works.
details: https://anonhg.NetBSD.org/pkgsrc/rev/085873900194
branches: trunk
changeset: 516391:085873900194
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jul 20 13:19:29 2006 +0000
description:
Remove ${SED} check that no longer works.
diffstat:
mk/platform/SunOS.mk | 20 +-------------------
1 files changed, 1 insertions(+), 19 deletions(-)
diffs (34 lines):
diff -r ce6ee2be49fd -r 085873900194 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk Thu Jul 20 12:32:02 2006 +0000
+++ b/mk/platform/SunOS.mk Thu Jul 20 13:19:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.24 2006/04/12 21:01:15 joerg Exp $
+# $NetBSD: SunOS.mk,v 1.25 2006/07/20 13:19:29 jlam Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -91,24 +91,6 @@
@false
.endif
-.if !exists(${SED}) || ${SED} == "/usr/xpg4/bin/sed"
-.BEGIN:
- @echo ""
- @echo "==========================================================================="
- @echo ""
- @echo "ERROR: pkgsrc now requires a more functional sed(1) than Solaris provides."
- @echo "you can satisfy this requirement by running:"
- @echo ""
- @echo " cd ${PKGSRCDIR}/textproc/nbsed; ${MAKE} install"
- @echo ""
- @echo "this will install ${LOCALBASE}/bin/nbsed and eliminate this message."
- @echo "(nbsed is already installed by recent bootstrap-pkgsrc)."
- @echo ""
- @echo "==========================================================================="
- @echo ""
- @false
-.endif
-
LOCALBASE?= ${DESTDIR}/usr/pkg
.if exists(${LOCALBASE}/sbin/pkg_info)
Home |
Main Index |
Thread Index |
Old Index