pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Convert all packages using REPLACE_INTERPRETER to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a578c5d8e396
branches:  trunk
changeset: 509533:a578c5d8e396
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Mar 11 10:07:49 2006 +0000

description:
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.

diffstat:

 cad/geda-utils/Makefile               |   8 ++++----
 converters/fribidi/Makefile           |   8 ++++----
 devel/kdesdk3/Makefile                |   8 ++++----
 editors/TeXmacs/Makefile              |  30 +++++++++++++++---------------
 editors/ce/Makefile                   |   8 ++++----
 games/orbital_eunuchs_sniper/Makefile |   8 ++++----
 geography/gpsdrive/Makefile           |   8 ++++----
 geography/gpspoint/Makefile           |   8 ++++----
 graphics/aview/Makefile               |   8 ++++----
 graphics/netpbm/Makefile              |  24 ++++++++++++------------
 inputmethod/gcin/Makefile             |  14 +++++++-------
 lang/python/application.mk            |   8 ++++----
 net/kdenetwork3/Makefile              |   8 ++++----
 parallel/openpbs/Makefile             |  22 +++++++++++-----------
 sysutils/atitvout/Makefile            |   8 ++++----
 sysutils/tob/Makefile                 |   8 ++++----
 textproc/antiword/Makefile            |   8 ++++----
 wm/ratpoison/Makefile                 |   8 ++++----
 x11/xteddy2/Makefile                  |   8 ++++----
 19 files changed, 105 insertions(+), 105 deletions(-)

diffs (truncated from 477 to 300 lines):

diff -r 2621bbde73ab -r a578c5d8e396 cad/geda-utils/Makefile
--- a/cad/geda-utils/Makefile   Sat Mar 11 08:35:08 2006 +0000
+++ b/cad/geda-utils/Makefile   Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/02/05 23:08:21 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2006/03/11 10:07:49 ghen Exp $
 #
 
 DISTNAME=              geda-utils-${PKGVERSION}
@@ -26,9 +26,9 @@
 EVAL_PREFIX+=          PYDIR=python
 
 REPLACE_INTERPRETER+=   python
-_REPLACE.python.old=   .*/bin/python
-_REPLACE.python.new=   ${PYDIR}/bin/python
-_REPLACE_FILES.python= scripts/tragesym
+REPLACE.python.old=    .*/bin/python
+REPLACE.python.new=    ${PYDIR}/bin/python
+REPLACE_FILES.python=  scripts/tragesym
 
 REPLACE_PERL+=         scripts/pads_backannotate \
                        scripts/gschupdate \
diff -r 2621bbde73ab -r a578c5d8e396 converters/fribidi/Makefile
--- a/converters/fribidi/Makefile       Sat Mar 11 08:35:08 2006 +0000
+++ b/converters/fribidi/Makefile       Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.12 2006/03/11 10:07:49 ghen Exp $
 #
 
 DISTNAME=              fribidi-0.10.4
@@ -12,9 +12,9 @@
 COMMENT=               Free Implementation of the Unicode Bidirectional Algorithm
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     /bin/bash
-_REPLACE.bash.new=     ${SH:Q}
-_REPLACE_FILES.bash=   run.tests
+REPLACE.bash.old=      /bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    run.tests
 
 USE_LIBTOOL=            yes
 GNU_CONFIGURE=         yes
diff -r 2621bbde73ab -r a578c5d8e396 devel/kdesdk3/Makefile
--- a/devel/kdesdk3/Makefile    Sat Mar 11 08:35:08 2006 +0000
+++ b/devel/kdesdk3/Makefile    Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2006/02/07 19:59:21 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2006/03/11 10:07:49 ghen Exp $
 
 DISTNAME=      kdesdk-${_KDE_VERSION}
 PKGREVISION=   1
@@ -49,9 +49,9 @@
                scripts/rc2kcfgxt.pl
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     /bin/bash
-_REPLACE.bash.new=     /bin/sh
-_REPLACE_FILES.bash=   scripts/cvs2dist scripts/makeobj \
+REPLACE.bash.old=      /bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    scripts/cvs2dist scripts/makeobj \
                scripts/package_crystalsvg
 
 .include "../../mk/bsd.prefs.mk"
diff -r 2621bbde73ab -r a578c5d8e396 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Sat Mar 11 08:35:08 2006 +0000
+++ b/editors/TeXmacs/Makefile  Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2006/03/09 14:20:59 ghen Exp $
+# $NetBSD: Makefile,v 1.56 2006/03/11 10:07:49 ghen Exp $
 
 DISTNAME=              TeXmacs-1.0.6-src
 PKGNAME=               ${DISTNAME:S/-src//}
@@ -25,20 +25,20 @@
 SUBST_SED.init=                -e 's,@PYTHONBIN@,${PYTHONBIN},g'
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     /bin/bash
-_REPLACE.bash.new=     /bin/sh
-_REPLACE_FILES.bash+=  plugins/dratex/bin/tm_dratex
-_REPLACE_FILES.bash+=  plugins/eukleides/bin/tm_eukleides
-_REPLACE_FILES.bash+=  plugins/gnuplot/bin/tm_gnuplot
-_REPLACE_FILES.bash+=  plugins/lisp/bin/tm_lisp
-_REPLACE_FILES.bash+=  plugins/lush/bin/tm_lush
-_REPLACE_FILES.bash+=  plugins/matlab/bin/tm_matlab
-_REPLACE_FILES.bash+=  plugins/maxima/bin/maxima_detect
-_REPLACE_FILES.bash+=  plugins/maxima/bin/tm_maxima
-_REPLACE_FILES.bash+=  plugins/mupad/bin/tm_mupad_help
-_REPLACE_FILES.bash+=  plugins/octave/bin/tm_octave
-_REPLACE_FILES.bash+=  plugins/reduce/bin/tm_reduce
-_REPLACE_FILES.bash+=  plugins/xypic/bin/tm_xypic
+REPLACE.bash.old=      /bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash+=   plugins/dratex/bin/tm_dratex
+REPLACE_FILES.bash+=   plugins/eukleides/bin/tm_eukleides
+REPLACE_FILES.bash+=   plugins/gnuplot/bin/tm_gnuplot
+REPLACE_FILES.bash+=   plugins/lisp/bin/tm_lisp
+REPLACE_FILES.bash+=   plugins/lush/bin/tm_lush
+REPLACE_FILES.bash+=   plugins/matlab/bin/tm_matlab
+REPLACE_FILES.bash+=   plugins/maxima/bin/maxima_detect
+REPLACE_FILES.bash+=   plugins/maxima/bin/tm_maxima
+REPLACE_FILES.bash+=   plugins/mupad/bin/tm_mupad_help
+REPLACE_FILES.bash+=   plugins/octave/bin/tm_octave
+REPLACE_FILES.bash+=   plugins/reduce/bin/tm_reduce
+REPLACE_FILES.bash+=   plugins/xypic/bin/tm_xypic
 
 pre-install:
        ${FIND} ${WRKSRC}/plugins/ . -name '*.orig' | ${XARGS} ${RM}
diff -r 2621bbde73ab -r a578c5d8e396 editors/ce/Makefile
--- a/editors/ce/Makefile       Sat Mar 11 08:35:08 2006 +0000
+++ b/editors/ce/Makefile       Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.16 2006/03/11 10:07:49 ghen Exp $
 #
 
 .include "Makefile.common"
@@ -8,9 +8,9 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     .*/bin/bash
-_REPLACE.bash.new=     ${SH:Q}
-_REPLACE_FILES.bash=   teach-ce.in
+REPLACE.bash.old=      .*/bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    teach-ce.in
 
 BUILD_TARGET=          ce
 INSTALL_TARGET=                install man-install
diff -r 2621bbde73ab -r a578c5d8e396 games/orbital_eunuchs_sniper/Makefile
--- a/games/orbital_eunuchs_sniper/Makefile     Sat Mar 11 08:35:08 2006 +0000
+++ b/games/orbital_eunuchs_sniper/Makefile     Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:49 ghen Exp $
 #
 
 DISTNAME=              orbital_eunuchs_sniper-1.29
@@ -14,9 +14,9 @@
 CONFIGURE_ARGS+=       --with-games-dir=${PREFIX}/libexec
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     .*/bin/bash
-_REPLACE.bash.new=     ${SH:Q}
-_REPLACE_FILES.bash=   src/snipe2d.in
+REPLACE.bash.old=      .*/bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    src/snipe2d.in
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/orbital_eunuchs_sniper
diff -r 2621bbde73ab -r a578c5d8e396 geography/gpsdrive/Makefile
--- a/geography/gpsdrive/Makefile       Sat Mar 11 08:35:08 2006 +0000
+++ b/geography/gpsdrive/Makefile       Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/09 11:30:51 ghen Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:50 ghen Exp $
 
 DISTNAME=      gpsdrive-1.31
 PKGREVISION=   9
@@ -21,9 +21,9 @@
 CONFIGURE_ARGS+=       --disable-mysql
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     /bin/bash
-_REPLACE.bash.new=     ${SH:Q}
-_REPLACE_FILES.bash=   src/gpsfetchmap
+REPLACE.bash.old=      /bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    src/gpsfetchmap
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"
diff -r 2621bbde73ab -r a578c5d8e396 geography/gpspoint/Makefile
--- a/geography/gpspoint/Makefile       Sat Mar 11 08:35:08 2006 +0000
+++ b/geography/gpspoint/Makefile       Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/11 10:07:50 ghen Exp $
 
 DISTNAME=              gpspoint-2.030521
 PKGREVISION=           1
@@ -16,8 +16,8 @@
 GNU_CONFIGURE=          yes
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     /bin/bash
-_REPLACE.bash.new=     ${SH:Q}
-_REPLACE_FILES.bash=   src/mgpspoint
+REPLACE.bash.old=      /bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    src/mgpspoint
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2621bbde73ab -r a578c5d8e396 graphics/aview/Makefile
--- a/graphics/aview/Makefile   Sat Mar 11 08:35:08 2006 +0000
+++ b/graphics/aview/Makefile   Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/11 10:07:50 ghen Exp $
 #
 
 DISTNAME=      aview-1.3.0rc1
@@ -32,9 +32,9 @@
 .endif
 
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     /bin/bash
-_REPLACE.bash.new+=    ${SH:Q}
-_REPLACE_FILES.bash=   asciiview
+REPLACE.bash.old=      /bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    asciiview
 
 post-install:
        @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
diff -r 2621bbde73ab -r a578c5d8e396 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Sat Mar 11 08:35:08 2006 +0000
+++ b/graphics/netpbm/Makefile  Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2006/03/09 14:05:14 ghen Exp $
+# $NetBSD: Makefile,v 1.135 2006/03/11 10:07:50 ghen Exp $
 
 DISTNAME=      netpbm-10.32
 CATEGORIES=    graphics
@@ -29,17 +29,17 @@
 # bash for all of the shell scripts.
 #
 REPLACE_INTERPRETER+=  bash
-_REPLACE.bash.old=     .*/bin/sh
-_REPLACE.bash.new=     ${TOOLS_PATH.bash}
-_REPLACE_FILES.bash=   converter/other/anytopnm
-_REPLACE_FILES.bash+=  converter/other/pnmtoplainpnm
-_REPLACE_FILES.bash+=  converter/ppm/hpcdtoppm/hpcdtoppm
-_REPLACE_FILES.bash+=  converter/ppm/hpcdtoppm/pcdovtoppm
-_REPLACE_FILES.bash+=  editor/pamstretch-gen
-_REPLACE_FILES.bash+=  editor/pnmindex.sh
-_REPLACE_FILES.bash+=  editor/pnmmargin
-_REPLACE_FILES.bash+=  editor/ppmquantall
-_REPLACE_FILES.bash+=  other/ppmtomap
+REPLACE.bash.old=      .*/bin/sh
+REPLACE.bash.new=      ${TOOLS_PATH.bash}
+REPLACE_FILES.bash=    converter/other/anytopnm
+REPLACE_FILES.bash+=   converter/other/pnmtoplainpnm
+REPLACE_FILES.bash+=   converter/ppm/hpcdtoppm/hpcdtoppm
+REPLACE_FILES.bash+=   converter/ppm/hpcdtoppm/pcdovtoppm
+REPLACE_FILES.bash+=   editor/pamstretch-gen
+REPLACE_FILES.bash+=   editor/pnmindex.sh
+REPLACE_FILES.bash+=   editor/pnmmargin
+REPLACE_FILES.bash+=   editor/ppmquantall
+REPLACE_FILES.bash+=   other/ppmtomap
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 2621bbde73ab -r a578c5d8e396 inputmethod/gcin/Makefile
--- a/inputmethod/gcin/Makefile Sat Mar 11 08:35:08 2006 +0000
+++ b/inputmethod/gcin/Makefile Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/22 14:55:54 rxg Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/11 10:07:50 ghen Exp $
 #
 
 DISTNAME=              gcin-1.1.7
@@ -20,12 +20,12 @@
 GTK2_IMMODULES=                yes
 
 REPLACE_INTERPRETER+=  sh
-_REPLACE.sh.old=       /bin/bash
-_REPLACE.sh.new=       ${SH:Q}
-_REPLACE_FILES.sh=     configure
-_REPLACE_FILES.sh+=    scripts/gcin-user-setup
-_REPLACE_FILES.sh+=    scripts/modify-XIM
-_REPLACE_FILES.sh+=    scripts/utf8-edit
+REPLACE.sh.old=                /bin/bash
+REPLACE.sh.new=                ${SH}
+REPLACE_FILES.sh=      configure
+REPLACE_FILES.sh+=     scripts/gcin-user-setup
+REPLACE_FILES.sh+=     scripts/modify-XIM
+REPLACE_FILES.sh+=     scripts/utf8-edit
 
 .include "../../x11/gtk2/modules.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2621bbde73ab -r a578c5d8e396 lang/python/application.mk
--- a/lang/python/application.mk        Sat Mar 11 08:35:08 2006 +0000
+++ b/lang/python/application.mk        Sat Mar 11 10:07:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.6 2004/03/02 15:26:02 drochner Exp $
+# $NetBSD: application.mk,v 1.7 2006/03/11 10:07:50 ghen Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -8,7 +8,7 @@
 
 .if defined(PYTHON_PATCH_SCRIPTS)
 REPLACE_INTERPRETER+=  python
-_REPLACE.python.old=   .*python[^ ]*
-_REPLACE.python.new=   ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index