summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf2/Makefile.common4
-rw-r--r--devel/GConf2/schemas.mk4
-rw-r--r--devel/buildtool/buildlink3.mk4
-rw-r--r--devel/cvs/options.mk6
-rw-r--r--devel/cvsgraph/Makefile4
-rw-r--r--devel/diffutils/Makefile4
-rw-r--r--devel/distcc/Makefile.common4
-rw-r--r--devel/gdbada/Makefile10
-rw-r--r--devel/gmake/Makefile4
-rw-r--r--devel/its4/Makefile4
-rw-r--r--devel/libbonobo/Makefile4
-rw-r--r--devel/libgnome/Makefile6
-rw-r--r--devel/libsmi/Makefile4
-rw-r--r--devel/m4/Makefile4
-rw-r--r--devel/patch/Makefile4
-rw-r--r--devel/py-pqueue/Makefile4
-rw-r--r--devel/rt3/Makefile10
-rw-r--r--devel/swig-perl/Makefile4
-rw-r--r--devel/swig-python/Makefile4
-rw-r--r--devel/tla/Makefile4
20 files changed, 48 insertions, 48 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common
index 79ae105a054..347f1cd247f 100644
--- a/devel/GConf2/Makefile.common
+++ b/devel/GConf2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2005/10/08 17:15:48 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.35 2005/12/05 23:55:05 rillig Exp $
#
DISTNAME= GConf-2.12.0
@@ -28,7 +28,7 @@ PKGCONFIG_OVERRIDE= gconf-2.0.pc.in
PKG_SYSCONFSUBDIR= gconf
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-sysconfsubdir=
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --disable-gtk-doc
diff --git a/devel/GConf2/schemas.mk b/devel/GConf2/schemas.mk
index 78420df3b09..abba0ba0832 100644
--- a/devel/GConf2/schemas.mk
+++ b/devel/GConf2/schemas.mk
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.11 2005/12/05 20:50:01 rillig Exp $
+# $NetBSD: schemas.mk,v 1.12 2005/12/05 23:55:05 rillig Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GConf2 schema files. It takes care of registering them in the GConf2
@@ -37,7 +37,7 @@ GCONF2_SCHEMAS_DIR= ${BUILDLINK_PREFIX.GConf2}/share/gconf/schemas
.if defined(GNU_CONFIGURE) && !empty(GNU_CONFIGURE:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --disable-schemas-install
-CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${GCONF2_SCHEMAS_DIR}
+CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${GCONF2_SCHEMAS_DIR:Q}
.endif
.if (defined(GCONF2_SCHEMAS) && !empty(GCONF2_SCHEMAS)) || \
diff --git a/devel/buildtool/buildlink3.mk b/devel/buildtool/buildlink3.mk
index 8fd661f1843..3be21ffb927 100644
--- a/devel/buildtool/buildlink3.mk
+++ b/devel/buildtool/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2005/12/05 20:50:02 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2005/12/05 23:55:05 rillig Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BUILDTOOL_BUILDLINK3_MK:= ${BUILDTOOL_BUILDLINK3_MK}+
@@ -29,7 +29,7 @@ CONFIGURE_ENV+= BT_PROG_CC=${CC:Q}
CONFIGURE_ENV+= BT_PROG_CXX=${CXX:Q}
CONFIGURE_ENV+= BT_PROG_LD=${LD:Q}
CONFIGURE_ENV+= BT_PROG_M4=${TOOLS_M4:Q}
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
.if !target(do-build)
do-build:
diff --git a/devel/cvs/options.mk b/devel/cvs/options.mk
index da066cb6423..7291d6a931a 100644
--- a/devel/cvs/options.mk
+++ b/devel/cvs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:28:22 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/12/05 23:55:05 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cvs
PKG_SUPPORTED_OPTIONS= kerberos
@@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mkerberos)
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --enable-encryption
-CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE}
-CONFIGURE_ARGS+= --with-krb4=${KRB5BASE}
+CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE:Q}
+CONFIGURE_ARGS+= --with-krb4=${KRB5BASE:Q}
. if ${OPSYS} == "Darwin"
LDFLAGS+= -framework Kerberos
. endif
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 52173eea26f..246c293331b 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:03 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:05 rillig Exp $
#
DISTNAME= cvsgraph-1.5.1
@@ -12,7 +12,7 @@ COMMENT= Graphically represents CVS/RCS branches and file revisions
USE_TOOLS+= lex
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile
index 12c6fbb1dbd..d188b493b49 100644
--- a/devel/diffutils/Makefile
+++ b/devel/diffutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/12/05 20:50:03 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2005/12/05 23:55:05 rillig Exp $
#
DISTNAME= diffutils-2.8.1
@@ -17,7 +17,7 @@ INFO_FILES= diff.info
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
-CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
+CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
diff --git a/devel/distcc/Makefile.common b/devel/distcc/Makefile.common
index 9920a9e346b..4f7c3302ded 100644
--- a/devel/distcc/Makefile.common
+++ b/devel/distcc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2005/10/10 12:15:47 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/12/05 23:55:05 rillig Exp $
#
### XXX: See the other 'XXX' comment below when updating this package.
@@ -20,7 +20,7 @@ USE_PKGINSTALL= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --enable-rfc2553
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
SUBST_CLASSES+= doc
SUBST_STAGE.doc= post-patch
diff --git a/devel/gdbada/Makefile b/devel/gdbada/Makefile
index 0669def72d3..9f0f2d8aea3 100644
--- a/devel/gdbada/Makefile
+++ b/devel/gdbada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/11/13 14:16:05 shannonjr Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 23:55:05 rillig Exp $
DISTNAME= gdbada-6.3
#PKGREVISION= 1
@@ -24,10 +24,10 @@ USE_TOOLS+= gmake
TEST_TARGET= check
INFO_DIR= ${GDB_PREFIX}/info
LIB_DIR= ${GDB_PREFIX}/lib
-CONFIGURE_ARGS+= --prefix=${GDB_PREFIX}
-CONFIGURE_ARGS+= --exec-prefix=${GDB_PREFIX}
-CONFIGURE_ARGS+= --infodir=${INFO_DIR}
-CONFIGURE_ARGS+= --libdir=${LIB_DIR}
+CONFIGURE_ARGS+= --prefix=${GDB_PREFIX:Q}
+CONFIGURE_ARGS+= --exec-prefix=${GDB_PREFIX:Q}
+CONFIGURE_ARGS+= --infodir=${INFO_DIR:Q}
+CONFIGURE_ARGS+= --libdir=${LIB_DIR:Q}
CONFIGURE_ARGS+= --includedir=${GDB_PREFIX}/include
CONFIGURE_ARGS+= --mandir=${GDB_PREFIX}/man
CONFIGURE_ARGS+= --datadir=${GDB_PREFIX}/share
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 1806d73f713..58be32f96aa 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/12/05 20:50:04 rillig Exp $
+# $NetBSD: Makefile,v 1.62 2005/12/05 23:55:06 rillig Exp $
DISTNAME= make-3.80
PKGNAME= gmake-3.80
@@ -24,7 +24,7 @@ TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
-CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
+CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
diff --git a/devel/its4/Makefile b/devel/its4/Makefile
index 8d16085b67a..7a8390de0f8 100644
--- a/devel/its4/Makefile
+++ b/devel/its4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:46 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= its4-1.1.1
@@ -14,7 +14,7 @@ LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}/its4
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/its4
INSTALLATION_DIRS= bin man/man1
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 62716f37bf3..1ad12892e86 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/12/05 20:50:05 rillig Exp $
+# $NetBSD: Makefile,v 1.43 2005/12/05 23:55:06 rillig Exp $
DISTNAME= libbonobo-2.10.1
CATEGORIES= devel gnome
@@ -20,7 +20,7 @@ USE_TOOLS+= bison gmake perl:run pkg-config
PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in
PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV+= PERL_PATH=${TOOLS_PERL5:Q}
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile
index b96750980a3..75bc3a06297 100644
--- a/devel/libgnome/Makefile
+++ b/devel/libgnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/12/05 20:50:05 rillig Exp $
+# $NetBSD: Makefile,v 1.44 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= libgnome-2.12.0.1
@@ -24,8 +24,8 @@ USE_PKGINSTALL= YES
PKGCONFIG_OVERRIDE= libgnome/libgnome-2.0.pc.in
CONFIGURE_ARGS= --enable-gtk-doc=no
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
INSTALL_MAKE_FLAGS+= soundlistdir=${PREFIX}/share/examples/libgnome/sound/events
diff --git a/devel/libsmi/Makefile b/devel/libsmi/Makefile
index 9971c23144b..114e853b96a 100644
--- a/devel/libsmi/Makefile
+++ b/devel/libsmi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= libsmi-0.1.6
@@ -15,7 +15,7 @@ MIBDIR= ${PREFIX}/share/libsmi/mibs
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-mibdir="${MIBDIR}"
+CONFIGURE_ARGS+=--with-mibdir=${MIBDIR:Q}
# this might make it easier to use scotty's and ucd-snmp's mibs,
# and local ones too
CONFIGURE_ARGS+=--with-smipath="${MIBDIR}:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs"
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index afca729db11..145acf9a501 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/12/05 20:50:05 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2005/12/05 23:55:06 rillig Exp $
DISTNAME= m4-1.4.4
CATEGORIES= devel
@@ -18,7 +18,7 @@ TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
-CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
+CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index d2faadd6c4c..efe22f70d37 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/12/05 20:50:06 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= patch-2.5.4
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
-CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
+CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile
index 9b519cde26a..c504802535e 100644
--- a/devel/py-pqueue/Makefile
+++ b/devel/py-pqueue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:07 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= PQueue-0.2
@@ -13,7 +13,7 @@ COMMENT= Priority-queues using fibonacci heaps
WRKSRC= ${WRKDIR}/PQueue
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
BUILD_TARGET= default
PY_PATCHPLIST= yes
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile
index fe8ad801e12..6eaae3612ce 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/09/21 21:23:46 cube Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:06 rillig Exp $
DISTNAME= rt-3.2.3
PKGREVISION= 2
@@ -85,10 +85,10 @@ PKG_SYSCONFSUBDIR= rt3
PKG_GROUPS= ${RT_GROUP}
CONFIGURE_ARGS+= --enable-layout=pkgsrc
-CONFIGURE_ARGS+= --with-rt-group=${RT_GROUP}
-CONFIGURE_ARGS+= --with-db-type=${_RT_DB_TYPE}
-CONFIGURE_ARGS+= --with-web-user=${APACHE_USER}
-CONFIGURE_ARGS+= --with-web-group=${APACHE_GROUP}
+CONFIGURE_ARGS+= --with-rt-group=${RT_GROUP:Q}
+CONFIGURE_ARGS+= --with-db-type=${_RT_DB_TYPE:Q}
+CONFIGURE_ARGS+= --with-web-user=${APACHE_USER:Q}
+CONFIGURE_ARGS+= --with-web-group=${APACHE_GROUP:Q}
MESSAGE_SUBST+= HOMEPAGE=${HOMEPAGE}
MESSAGE_SUBST+= RT_GROUP=${RT_GROUP}
diff --git a/devel/swig-perl/Makefile b/devel/swig-perl/Makefile
index 7f31e141cae..8fd8029b8bf 100644
--- a/devel/swig-perl/Makefile
+++ b/devel/swig-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:08 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 23:55:06 rillig Exp $
PKGNAME= swig-perl-${SWIG_VERSION}
PKGREVISION= 2
@@ -8,7 +8,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../devel/swig-build/Makefile.common"
-CONFIGURE_ARGS+= --with-perl5=${PERL5}
+CONFIGURE_ARGS+= --with-perl5=${PERL5:Q}
BUILD_TARGET= runtime
INSTALL_TARGET= install-runtime
diff --git a/devel/swig-python/Makefile b/devel/swig-python/Makefile
index b6523b892e5..dd3b97ce60f 100644
--- a/devel/swig-python/Makefile
+++ b/devel/swig-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:08 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:06 rillig Exp $
PKGNAME= swig-python-${SWIG_VERSION}
PKGREVISION= 1
@@ -8,7 +8,7 @@ COMMENT= Simplified Wrapper and Interface Generator, Python runtime
PYTHON_VERSIONS_INCOMPATIBLE= 21 21pth 20 15
-CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
BUILD_TARGET= runtime
INSTALL_TARGET= install-runtime
diff --git a/devel/tla/Makefile b/devel/tla/Makefile
index da0628d4b02..a55f1880a4c 100644
--- a/devel/tla/Makefile
+++ b/devel/tla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:08 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= tla-1.3.3
@@ -22,7 +22,7 @@ USE_TOOLS+= gmake
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --with-gnu-diff=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}diff
CONFIGURE_ARGS+= --with-gnu-diff3=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}diff3
CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch