pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/flavor/pkg Remove preserve packages for make update...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f03e5c64697d
branches: trunk
changeset: 558869:f03e5c64697d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat May 16 01:34:22 2009 +0000
description:
Remove preserve packages for make update with -N -f -f and therefore do
not depend on the behavior of older pkg_delete to allow the removal with
simple force.
diffstat:
mk/flavor/pkg/deinstall.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c58c8f5705d8 -r f03e5c64697d mk/flavor/pkg/deinstall.mk
--- a/mk/flavor/pkg/deinstall.mk Sat May 16 01:27:30 2009 +0000
+++ b/mk/flavor/pkg/deinstall.mk Sat May 16 01:34:22 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deinstall.mk,v 1.8 2008/03/20 20:02:29 agc Exp $
+# $NetBSD: deinstall.mk,v 1.9 2009/05/16 01:34:22 joerg Exp $
# Set the appropriate flags to pass to pkg_delete(1) based on the value
# of DEINSTALLDEPENDS (see pkgsrc/mk/install/deinstall.mk).
@@ -19,7 +19,7 @@
.if defined(PKG_PRESERVE)
. if defined(_UPDATE_RUNNING) && !empty(_UPDATE_RUNNING:M[yY][eE][sS])
-_PKG_ARGS_DEINSTALL+= -N -f # update w/o removing any files
+_PKG_ARGS_DEINSTALL+= -N -f -f # update w/o removing any files
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index