summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /print
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'print')
-rw-r--r--print/LPRng-core/Makefile16
-rw-r--r--print/a2ps/Makefile6
-rw-r--r--print/apsfilter/Makefile10
-rw-r--r--print/cups/Makefile12
-rw-r--r--print/enscript/Makefile6
-rw-r--r--print/foomatic-filters/Makefile4
-rw-r--r--print/gimp-print-cups/Makefile6
-rw-r--r--print/scribus/Makefile6
-rw-r--r--print/tcl-pdflib/Makefile4
-rw-r--r--print/texfamily/Makefile4
-rw-r--r--print/xpdf/Makefile4
11 files changed, 39 insertions, 39 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index 7f1b573ce45..c389dcdd9ac 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:52 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:16 rillig Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
@@ -19,13 +19,13 @@ USE_TOOLS+= chgrp chown gmake
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-lpd_perms_path="${LPD_PERMS_PATH}"
-CONFIGURE_ARGS+= --with-lpd_printcap_path="${LPD_PRINTCAP_PATH}"
-CONFIGURE_ARGS+= --with-printcap_path="${PRINTCAP_PATH}"
-CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}"
-CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}"
-CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}"
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --with-lpd_perms_path=${LPD_PERMS_PATH:Q}
+CONFIGURE_ARGS+= --with-lpd_printcap_path=${LPD_PRINTCAP_PATH:Q}
+CONFIGURE_ARGS+= --with-printcap_path=${PRINTCAP_PATH:Q}
+CONFIGURE_ARGS+= --with-filterdir=${FILTER_DIR:Q}
+CONFIGURE_ARGS+= --with-filter_path=${FILTER_PATH:Q}
+CONFIGURE_ARGS+= --with-ld_library_path=${FILTER_LD_PATH:Q}
CONFIGURE_ENV+= CHGRP=${TOOLS_CHGRP:Q}
CONFIGURE_ENV+= CHOWN=${TOOLS_CHOWN:Q}
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 303331a34fb..8192ae9ca05 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2005/11/30 18:24:00 tonio Exp $
+# $NetBSD: Makefile,v 1.59 2005/12/05 23:55:16 rillig Exp $
DISTNAME= a2ps-4.13b
PKGNAME= a2ps-4.13.0.2
@@ -29,8 +29,8 @@ USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LPR=lpr
-CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}"
-CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
+CONFIGURE_ARGS+= --with-medium=${PAPERSIZE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/a2ps
CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 464518448b1..f4692c16cdf 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:52 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:16 rillig Exp $
#
DISTNAME= apsfilter-7.2.5
@@ -24,10 +24,10 @@ USE_BZIP2= YES
USE_PKGINSTALL= YES
USE_TOOLS+= awk gs:run
-CONFIGURE_ARGS+=--prefix=${PREFIX}
-CONFIGURE_ARGS+=--with-shell=${SH}
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=--with-awk="${TOOLS_AWK}"
+CONFIGURE_ARGS+=--prefix=${PREFIX:Q}
+CONFIGURE_ARGS+=--with-shell=${SH:Q}
+CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=--with-awk=${TOOLS_AWK:Q}
PKG_SYSCONFSUBDIR?= apsfilter
CONF_FILES= ${PREFIX}/share/apsfilter/template/apsfilterrc \
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 610843731ec..e45f17e8a4c 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2005/12/05 20:50:52 rillig Exp $
+# $NetBSD: Makefile,v 1.100 2005/12/05 23:55:16 rillig Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -38,13 +38,13 @@ USE_LIBTOOL= yes
INSTALL_TARGET= installcups
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
+CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/cups
CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups
-CONFIGURE_ARGS+= --with-rcdir=${RCD_SCRIPTS_DIR}
-CONFIGURE_ARGS+= --with-cups-user=${CUPS_USER}
-CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP}
+CONFIGURE_ARGS+= --with-rcdir=${RCD_SCRIPTS_DIR:Q}
+CONFIGURE_ARGS+= --with-cups-user=${CUPS_USER:Q}
+CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP:Q}
CONFIGURE_ARGS+= --with-manext=bsd
CONFIGURE_ARGS+= --enable-libtool
CONFIGURE_ARGS+= --enable-slp
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index 4fd155644af..ef879a9021f 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2005/12/05 23:55:16 rillig Exp $
#
DISTNAME= enscript-1.6.3
@@ -17,14 +17,14 @@ USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
USE_TOOLS+= gmake
-CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/enscript
CONF_FILES= ${EGDIR}/enscript.cfg ${PKG_SYSCONFDIR}/enscript.cfg
.include "../../mk/bsd.prefs.mk"
.if defined(PAPERSIZE)
-CONFIGURE_ARGS+=--with-media="${PAPERSIZE}"
+CONFIGURE_ARGS+=--with-media=${PAPERSIZE:Q}
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile
index e1c465933bc..16850f42c32 100644
--- a/print/foomatic-filters/Makefile
+++ b/print/foomatic-filters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/11/28 06:41:21 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:16 rillig Exp $
DISTNAME= foomatic-filters-3.0.2
PKGREVISION= 1
@@ -25,7 +25,7 @@ CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
CONFIGURE_ENV+= CUPS=${LOCALBASE}/share/cups
CONFIGURE_ENV+= CUPS_FILTERS=${LOCALBASE}/lib/cups/filter
CONFIGURE_ENV+= PRINTCAP=/etc/printcap
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
USE_TOOLS+= gmake gs:run perl:run
USE_PKGINSTALL= yes
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile
index 9c877cd2e3d..84d5b0142cf 100644
--- a/print/gimp-print-cups/Makefile
+++ b/print/gimp-print-cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:16 rillig Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-cups-4.2.7
@@ -15,10 +15,10 @@ USE_LIBTOOL= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no
-CONFIGURE_ARGS+= --with-cups=${PREFIX}
+CONFIGURE_ARGS+= --with-cups=${PREFIX:Q}
CONFIGURE_ARGS+= --without-samples --without-user-guide
CONFIGURE_ARGS+= --without-gimp --without-translated-ppds
-CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
+CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
PKG_SYSCONFSUBDIR= cups
EGDIR= ${PREFIX}/share/examples/cups
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index ca084a749e0..a64cea30904 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/10/18 18:00:44 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2005/12/05 23:55:16 rillig Exp $
DISTNAME= scribus-1.2.3
PKGREVISION= 1
@@ -17,13 +17,13 @@ USE_LIBTOOL= YES
SHLIBTOOL_OVERRIDE= libtool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} \
+CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q} \
--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include
# XXX should work with other Python versions, but there are
# stupid assumptions in the configure script
PYTHON_VERSION_REQD= 24
-CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE}
+CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE:Q}
# avoid CUPS libs to be pulled in
CONFIGURE_ENV+= ac_cv_prog_hacups=no
diff --git a/print/tcl-pdflib/Makefile b/print/tcl-pdflib/Makefile
index d259fefb9d9..cfa368b930e 100644
--- a/print/tcl-pdflib/Makefile
+++ b/print/tcl-pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:54 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:16 rillig Exp $
.include "../../print/pdflib/Makefile.common"
@@ -8,7 +8,7 @@ COMMENT= Tcl interface to PDFlib for generating PDF files
BUILDLINK_DEPENDS.pdflib+= pdflib>=${PDFLIB_BASE_VERS}
-CONFIGURE_ARGS+= --with-tcl=${TCLSH}
+CONFIGURE_ARGS+= --with-tcl=${TCLSH:Q}
CONFIGURE_ARGS+= --with-tclincl="${BUILDLINK_PREFIX.tcl}/include"
CONFIGURE_ARGS+= --with-tclpkg="${PREFIX}/lib/tcl8.4"
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile
index edeac6997ca..5ab50de3c79 100644
--- a/print/texfamily/Makefile
+++ b/print/texfamily/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:54 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2005/12/05 23:55:16 rillig Exp $
DISTNAME= TeXfamily-1.2.1
PKGREVISION= 5
@@ -43,7 +43,7 @@ PLIST_SUBST+= MV=${MV:Q}
CFLAGS+= -Dunix
MAKEFLAGS+= PREFIX=${PREFIX:Q}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--prefix=${PREFIX} \
+CONFIGURE_ARGS+=--prefix=${PREFIX:Q} \
--enable-local-texmf=texmf.local \
--without-texinfo \
--without-dialog \
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile
index c4389873f27..c4a5af80423 100644
--- a/print/xpdf/Makefile
+++ b/print/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/12/05 20:50:54 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2005/12/05 23:55:16 rillig Exp $
DISTNAME= xpdf-3.01
CATEGORIES= print
@@ -17,7 +17,7 @@ CONFLICTS= xpdf-crypto-[0-9]*
USE_PKGINSTALL= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-freetype2-includes=${BUILDLINK_PREFIX.freetype2}/include/freetype2
CONFIGURE_ARGS+= --with-t1-includes=${BUILDLINK_PREFIX.t1lib}/include
CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}