pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Rename 'submangle' to 'sub-mangle'
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d2a2ed7a843
branches: trunk
changeset: 466606:8d2a2ed7a843
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jan 21 07:54:50 2004 +0000
description:
Rename 'submangle' to 'sub-mangle'
diffstat:
mk/buildlink3/bsd.buildlink3.mk | 12 ++++++------
mk/buildlink3/gen-transform.sh | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (64 lines):
diff -r 8f3eda9cf477 -r 8d2a2ed7a843 mk/buildlink3/bsd.buildlink3.mk
--- a/mk/buildlink3/bsd.buildlink3.mk Wed Jan 21 07:37:32 2004 +0000
+++ b/mk/buildlink3/bsd.buildlink3.mk Wed Jan 21 07:54:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink3.mk,v 1.51 2004/01/21 07:37:32 jlam Exp $
+# $NetBSD: bsd.buildlink3.mk,v 1.52 2004/01/21 07:54:50 jlam Exp $
#
# An example package buildlink3.mk file:
#
@@ -728,8 +728,8 @@
# Protect -I/usr/include/* and -L/usr/lib/* from transformations (these
# aren't part of the normal header or library search paths).
#
-_BLNK_TRANSFORM+= submangle:-I/usr/include:-I${_BLNK_MANGLE_DIR./usr/include}
-_BLNK_TRANSFORM+= submangle:-L/usr/lib:-L${_BLNK_MANGLE_DIR./usr/lib}
+_BLNK_TRANSFORM+= sub-mangle:-I/usr/include:-I${_BLNK_MANGLE_DIR./usr/include}
+_BLNK_TRANSFORM+= sub-mangle:-L/usr/lib:-L${_BLNK_MANGLE_DIR./usr/lib}
#
# Change any buildlink directories in runtime library search paths into
# the canonical actual installed paths.
@@ -786,11 +786,11 @@
# Protect any remaining references to ${PREFIX}, ${LOCALBASE}, or ${X11BASE}.
#
.if ${PKG_INSTALLATION_TYPE} == "pkgviews"
-_BLNK_TRANSFORM+= untransform:submangle:${PREFIX}:${_BLNK_MANGLE_DIR.${PREFIX}}
+_BLNK_TRANSFORM+= untransform:sub-mangle:${PREFIX}:${_BLNK_MANGLE_DIR.${PREFIX}}
.endif
-_BLNK_TRANSFORM+= untransform:submangle:${LOCALBASE}:${_BLNK_MANGLE_DIR.${LOCALBASE}}
+_BLNK_TRANSFORM+= untransform:sub-mangle:${LOCALBASE}:${_BLNK_MANGLE_DIR.${LOCALBASE}}
.if defined(USE_X11)
-_BLNK_TRANSFORM+= untransform:submangle:${X11BASE}:${_BLNK_MANGLE_DIR.${X11BASE}}
+_BLNK_TRANSFORM+= untransform:sub-mangle:${X11BASE}:${_BLNK_MANGLE_DIR.${X11BASE}}
.endif
#
# Add any package specified transformations (l:, etc.)
diff -r 8f3eda9cf477 -r 8d2a2ed7a843 mk/buildlink3/gen-transform.sh
--- a/mk/buildlink3/gen-transform.sh Wed Jan 21 07:37:32 2004 +0000
+++ b/mk/buildlink3/gen-transform.sh Wed Jan 21 07:54:50 2004 +0000
@@ -1,6 +1,6 @@
#!@BUILDLINK_SHELL@
#
-# $NetBSD: gen-transform.sh,v 1.15 2004/01/19 10:09:36 jlam Exp $
+# $NetBSD: gen-transform.sh,v 1.16 2004/01/21 07:54:50 jlam Exp $
transform="@_BLNK_TRANSFORM_SEDFILE@"
untransform="@_BLNK_UNTRANSFORM_SEDFILE@"
@@ -9,7 +9,7 @@
# equivalents:
#
# mangle:src:dst mangles the directory "src" into "dst"
-# submangle:src:dst mangles "src/*" into "dst/*"
+# sub-mangle:src:dst mangles "src/*" into "dst/*"
# rpath:src:dst translates the directory "src" into "dst"
# in rpath options
# abs-rpath removes all rpath options that try to add
@@ -64,7 +64,7 @@
;;
esac
;;
- submangle)
+ sub-mangle)
case "$action" in
transform|untransform)
@CAT@ >> $sedfile << EOF
Home |
Main Index |
Thread Index |
Old Index