pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Remove LIBNBCOMPAT_STYLE for nbsed, it is no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5583a3d8b63
branches:  trunk
changeset: 553987:b5583a3d8b63
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 05 18:53:03 2009 +0000

description:
Remove LIBNBCOMPAT_STYLE for nbsed, it is not used anywhere.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1b5e5c034055 -r b5583a3d8b63 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Feb 05 18:44:43 2009 +0000
+++ b/bootstrap/bootstrap       Thu Feb 05 18:53:03 2009 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.140 2009/02/04 07:44:58 joerg Exp $
+# $NetBSD: bootstrap,v 1.141 2009/02/05 18:53:03 joerg Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -1039,7 +1039,7 @@
 yes)   build_package "lang/nawk";;
 esac
 case "$need_sed" in
-yes)   build_package "textproc/nbsed" "LIBNBCOMPAT_STYLE=inplace";;
+yes)   build_package "textproc/nbsed";;
 esac
 case "$need_extras" in
 yes)   build_package "pkgtools/bootstrap-extras";;



Home | Main Index | Thread Index | Old Index