pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Fix error in previous that turned off all t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39247c755641
branches:  trunk
changeset: 487167:39247c755641
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 10 17:16:35 2005 +0000

description:
Fix error in previous that turned off all transformations in all
wrappers.  "Oops".  We now do transformations by default, and turn
them off explicitly for wrappers that don't want them, e.g. IMAKE.

diffstat:

 mk/wrapper/bsd.wrapper.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 48ca209a1550 -r 39247c755641 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Mon Jan 10 17:11:36 2005 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Mon Jan 10 17:16:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.16 2005/01/10 03:40:25 jlam Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.17 2005/01/10 17:16:35 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -195,7 +195,7 @@
 _WRAP_REORDERLIBS?=            ${WRAPPER_TMPDIR}/reorderlibs
 _WRAP_SCAN?=                   ${WRAPPER_TMPDIR}/scan
 _WRAP_SHELL_LIB?=              ${WRAPPER_TMPDIR}/shell-lib
-_WRAP_SKIP_TRANSFORM?=         yes
+_WRAP_SKIP_TRANSFORM?=         no
 _WRAP_TRANSFORM?=              ${_WRAP_EMPTY_FILE}
 _WRAP_TRANSFORM_SED?=          # empty
 _WRAP_TRANSFORM_SEDFILE?=      ${WRAPPER_TMPDIR}/transform.sed
@@ -272,7 +272,7 @@
 .endif
 
 _WRAP_CMD_SINK.LD=             ${WRAPPER_TMPDIR}/cmd-sink-ld
-_WRAP_TRANSFORM_SED.IMAKE=     # empty
+_WRAP_SKIP_TRANSFORM.IMAKE=    no
 
 # XXX
 # XXX This section is ${OPSYS}-specific and shouldn't be here.



Home | Main Index | Thread Index | Old Index