diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /graphics | |
parent | f3129e07256e493f4c4fbcb6d3b8a8b56805108b (diff) | |
download | pkgsrc-51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/options.mk | 6 | ||||
-rw-r--r-- | graphics/cal3d-examples/Makefile | 6 | ||||
-rw-r--r-- | graphics/fnlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/geomview/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp1-base/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp24/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnuplot/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/libggi/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgii/Makefile | 4 | ||||
-rw-r--r-- | graphics/mpgtx/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/php-gd/Makefile | 10 | ||||
-rw-r--r-- | graphics/povray/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-gd/Makefile | 8 | ||||
-rw-r--r-- | graphics/ruby-opengl/Makefile | 6 |
17 files changed, 43 insertions, 43 deletions
diff --git a/graphics/blender/options.mk b/graphics/blender/options.mk index 47f61edfa6e..eb627e2cbc9 100644 --- a/graphics/blender/options.mk +++ b/graphics/blender/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2005/12/05 23:55:07 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.blender PKG_SUPPORTED_OPTIONS= @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --disable-exppython .endif .if !empty(PKG_OPTIONS:Mogg) -CONFIGURE_ARGS+= --with-ogg=${PREFIX} +CONFIGURE_ARGS+= --with-ogg=${PREFIX:Q} .include "../../multimedia/libogg/buildlink3.mk" .else CONFIGURE_ARGS+= --without-ogg --disable-oggtest @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --enable-openal .endif .if !empty(PKG_OPTIONS:Mvorbis) -CONFIGURE_ARGS+= --with-vorbis=${PREFIX} +CONFIGURE_ARGS+= --with-vorbis=${PREFIX:Q} .include "../../audio/libvorbis/buildlink3.mk" .else CONFIGURE_ARGS+= --without-vorbis --disable-vorbistest diff --git a/graphics/cal3d-examples/Makefile b/graphics/cal3d-examples/Makefile index cc48e0f744e..802163211a7 100644 --- a/graphics/cal3d-examples/Makefile +++ b/graphics/cal3d-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/18 01:31:54 kristerw Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:07 rillig Exp $ # PKGNAME= cal3d-examples-${CAL3D_VERSION} @@ -13,8 +13,8 @@ COMMENT= Tools and demos for cal3d library USE_TOOLS+= automake -CONFIGURE_ARGS+= --with-cal3d=${PREFIX} -CONFIGURE_ARGS+= --with-glut=${PREFIX} +CONFIGURE_ARGS+= --with-cal3d=${PREFIX:Q} +CONFIGURE_ARGS+= --with-glut=${PREFIX:Q} CONFIGURE_DIRS= ${WRKSRC}/examples/cally \ ${WRKSRC}/examples/miniviewer_gl \ ${WRKSRC}/tools/converter diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index e41d7911489..f163f4cd643 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/01 18:02:55 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/12/05 23:55:07 rillig Exp $ # DISTNAME= fnlib-0.5 @@ -20,7 +20,7 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/fnlib CONF_FILES= ${EGDIR}/fnrc ${PKG_SYSCONFDIR}/fnrc diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index cb335ab1cb5..ab3dbf5079e 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/04/11 21:46:03 tv Exp $ +# $NetBSD: Makefile,v 1.32 2005/12/05 23:55:08 rillig Exp $ DISTNAME= geomview-1.8.1 PKGREVISION= 4 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xforms CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa} -CONFIGURE_ARGS+= --with-motif=${MOTIFBASE} +CONFIGURE_ARGS+= --with-motif=${MOTIFBASE:Q} CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca INFO_FILES= geomview diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b76914584c3..936b9c26b39 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2005/11/25 21:23:15 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2005/12/05 23:55:08 rillig Exp $ DISTNAME= gimp-2.2.9 PKGREVISION= 1 @@ -40,7 +40,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl #CONFIGURE_ARGS+= --disable-print CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib} diff --git a/graphics/gimp1-base/Makefile b/graphics/gimp1-base/Makefile index 2c3ec2ce205..1b94e4a18b6 100644 --- a/graphics/gimp1-base/Makefile +++ b/graphics/gimp1-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:20 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:08 rillig Exp $ # DISTNAME= gimp-1.2.5 @@ -24,7 +24,7 @@ USE_TOOLS+= gmake USE_LIBTOOL= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python # The "print" plugin gets built separately (../../print/gimp-print) diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index 9896144fc6e..5d05b286f31 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/11/25 21:23:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/05 23:55:08 rillig Exp $ DISTNAME= gimp-2.3.4 PKGREVISION= 1 @@ -40,7 +40,7 @@ BUILDLINK_DEPENDS.lcms+= lcms>=1.12 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib} diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common index 144e7439c1a..1e5511cbd35 100644 --- a/graphics/gnuplot/Makefile.common +++ b/graphics/gnuplot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2005/06/17 04:49:47 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/12/05 23:55:08 rillig Exp $ # DISTNAME= gnuplot-4.0.0 @@ -21,7 +21,7 @@ USE_MAKEINFO= YES INFO_FILES= gnuplot.info CONFIGURE_ARGS+= --with-pdf -CONFIGURE_ARGS+= --with-plot=${PREFIX} +CONFIGURE_ARGS+= --with-plot=${PREFIX:Q} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CONFIGURE_ARGS+= --without-lisp-files diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 08e27821ab0..08c33072c15 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2005/12/05 20:50:20 rillig Exp $ +# $NetBSD: Makefile,v 1.96 2005/12/05 23:55:08 rillig Exp $ DISTNAME= imlib-1.9.15 PKGREVISION= 2 @@ -21,7 +21,7 @@ UNLIMIT_RESOURCES= datasize CPPFLAGS+= -DENABLE_NLS CONFIGURE_ENV+= ac_cv_path_CONVERT_PROG="${LOCALBASE}/bin/convert" CONFIGURE_ENV+= X_LDFLAGS=${X_LDFLAGS:Q} -CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} PKG_SYSCONFSUBDIR= imlib EGDIR= ${PREFIX}/share/examples/imlib diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 5031d41d32c..1392f7d435c 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/01 18:02:56 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/12/05 23:55:08 rillig Exp $ # DISTNAME= libggi-2.1.1.src @@ -20,7 +20,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-x -CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} PKG_SYSCONFSUBDIR= ggi EGDIR= ${PREFIX}/share/examples/ggi diff --git a/graphics/libgii/Makefile b/graphics/libgii/Makefile index 59f04fed764..82a8bd5fab3 100644 --- a/graphics/libgii/Makefile +++ b/graphics/libgii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:56 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:09 rillig Exp $ DISTNAME= libgii-0.9.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -19,7 +19,7 @@ TEST_TARGET= check GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-x -CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} PKG_SYSCONFSUBDIR= ggi EGDIR= ${PREFIX}/share/examples/ggi diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile index a2e27e5df24..989281a5657 100644 --- a/graphics/mpgtx/Makefile +++ b/graphics/mpgtx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:09 rillig Exp $ # DISTNAME= mpgtx-1.3.1 @@ -10,8 +10,8 @@ HOMEPAGE= http://mpgtx.sourceforge.net/ COMMENT= Split and join MPEG files in various ways HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} \ - --manprefix=${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \ + --manprefix=${PREFIX:Q} BUILD_TARGET= mpgtx PLINKS= mpgjoin mpgcat mpgsplit mpginfo mpgdemux tagmp3 MLINKS= mpgcat.1 mpgjoin.1 mpginfo.1 mpgsplit.1 mpgdemux.1 diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index a5fcb22ca0a..820dddbc5fe 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/11/03 00:47:11 reed Exp $ +# $NetBSD: Makefile,v 1.46 2005/12/05 23:55:09 rillig Exp $ .include "../../graphics/ImageMagick/Makefile.common" @@ -28,7 +28,7 @@ PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick BUILD_DIRS= ${PERL5_CONFIGURE_DIRS} # Some configure_args come from Makefile.common -CONFIGURE_ARGS+= --with-perl=${PERL5} +CONFIGURE_ARGS+= --with-perl=${PERL5:Q} post-configure: perl5-configure diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile index 7dfc77bcbdb..d46fb2a8883 100644 --- a/graphics/php-gd/Makefile +++ b/graphics/php-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:22 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:09 rillig Exp $ MODNAME= gd CATEGORIES+= graphics @@ -9,10 +9,10 @@ COMMENT= PHP extension for GD graphics library # PHP, such as CLI/CGI version or ap-php on Apache 1.x. CONFIGURE_ARGS+= --with-${MODNAME} -CONFIGURE_ARGS+= --with-jpeg-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-png-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-jpeg-dir=${BUILDLINK_DIR:Q} +CONFIGURE_ARGS+= --with-png-dir=${BUILDLINK_DIR:Q} +CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_DIR:Q} +CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_DIR:Q} CONFIGURE_ARGS+= --enable-${MODNAME}-native-ttf CONFIGURE_ARGS+= --enable-${MODNAME}-jis-conv CONFIGURE_ARGS+= --without-t1lib diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index eee0e97a13f..d8ca2698d33 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/12/05 20:50:22 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2005/12/05 23:55:09 rillig Exp $ DISTNAME= povray-3.6.1 PKGREVISION= 2 @@ -20,7 +20,7 @@ USE_PKGINSTALL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-optimiz CONFIGURE_ARGS+= --enable-strip -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= COMPILED_BY="The NetBSD Packages Collection" .include "../../mk/bsd.prefs.mk" diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 36b09cd1cbd..74d865b81ba 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/11/02 09:48:33 taca Exp $ +# $NetBSD: Makefile,v 1.15 2005/12/05 23:55:09 rillig Exp $ DISTNAME= ruby-GD-${VER}-1 PKGNAME= ${RUBY_PKGPREFIX}-gd-${VER}.1 @@ -15,11 +15,11 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-GD-${VER} VER= 0.7.4 -CONFIGURE_ARGS+= --with-gd-dir=${PREFIX} +CONFIGURE_ARGS+= --with-gd-dir=${PREFIX:Q} CONFIGURE_ARGS+= --with-ttf -CONFIGURE_ARGS+= --with-ttf-dir=${PREFIX} +CONFIGURE_ARGS+= --with-ttf-dir=${PREFIX:Q} CONFIGURE_ARGS+= --with-freetype -CONFIGURE_ARGS+= --with-freetype-dir=${PREFIX} +CONFIGURE_ARGS+= --with-freetype-dir=${PREFIX:Q} CONFIGURE_ARGS+= --enable-gd2_0 post-install: diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 674209dece7..1b3952f461c 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/11/03 05:29:03 taca Exp $ +# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:09 rillig Exp $ DISTNAME= rbogl-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-opengl-${VERSION} @@ -14,8 +14,8 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/opengl-${VERSION} VERSION= 0.32g INSTALL_TARGET= site-install -CONFIGURE_ARGS+= --with-ruby-dir="${LOCALBASE}" \ - --with-x11-dir="${X11BASE}" +CONFIGURE_ARGS+= --with-ruby-dir=${LOCALBASE:Q} \ + --with-x11-dir=${X11BASE:Q} post-install: ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/opengl |