diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
196 files changed, 491 insertions, 491 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 2f863a47552..ea421e41ffc 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:44:56 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= rioutil-1.4.7 @@ -9,8 +9,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://rioutil.sourceforge.net/ COMMENT= Program and library to interface with Rio 600, 800, Nike psa[play -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libusb ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.6*-* NetBSD-[2-9]*-* diff --git a/audio/rip/Makefile b/audio/rip/Makefile index 72f58f6a9ec..0392bc19037 100644 --- a/audio/rip/Makefile +++ b/audio/rip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/07/16 01:19:07 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= rip-1.07 @@ -12,7 +12,7 @@ COMMENT= Command-line based audio CD ripper and encoder DEPENDS+= p5-CDDB_get>=2.23:../../audio/p5-CDDB_get DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info -NO_BUILD= # defined +NO_BUILD= yes USE_TOOLS+= perl:run REPLACE_PERL= rip diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index 5e32c0add5b..eec920d3b99 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/01 18:02:39 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= xanalyser-1.24 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.suse.de/~arvin/xanalyser/ COMMENT= Frequency spectrum analyser for X USE_LANGUAGES= c++ -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" diff --git a/cad/felt/Makefile b/cad/felt/Makefile index d361125743d..55c5f18b713 100644 --- a/cad/felt/Makefile +++ b/cad/felt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:45:01 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/28 20:52:18 rillig Exp $ DISTNAME= felt-3.05.src PKGNAME= felt-3.05 @@ -14,7 +14,7 @@ COMMENT= Free system for introductory level finite element analysis EXTRACT_ONLY= felt-3.05.src.tar.gz WRKSRC= ${WRKDIR}/FElt-3.05 -USE_X11BASE= # defined +USE_X11BASE= yes XAW_TYPE?= 3d MAKE_ENV+= CCOPTS="${CFLAGS}" diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile index 9368dbb1f29..7d7e52ae84d 100644 --- a/chat/navi2ch/Makefile +++ b/chat/navi2ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/08/28 04:25:28 uebayasi Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:18 rillig Exp $ DISTNAME= navi2ch-1.7.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= 2ch BBS browser for Emacs .include "../../mk/emacs.mk" -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_TOOLS+= gmake .if ${EMACS_FLAVOR} == "emacs" CONFIGURE_ARGS+=--with-emacs diff --git a/chat/tik/Makefile b/chat/tik/Makefile index 6d0b58f095b..ecbfa0a47ae 100644 --- a/chat/tik/Makefile +++ b/chat/tik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:42 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= tik-0.90 @@ -12,8 +12,8 @@ COMMENT= Tcl/Tk AOL Instant Messenger client DEPENDS+= tk>=8.1:../../x11/tk WRKSRC= ${WRKDIR}/tik -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes TIKDIR= ${PREFIX}/libexec/tik INSTALLATION_DIRS= bin diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index aa95fbbf72d..234f43fa682 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:06 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= binkd098 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.corbina.net/~maloff/binkd/ COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index 8e11c14e600..99a78de934a 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/08/10 20:56:13 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2005/09/28 20:52:18 rillig Exp $ DISTNAME= jpilot-syncmal_0.71.2 PKGNAME= jpilot-syncmal-0.71.2 @@ -14,10 +14,10 @@ BUILDLINK_DEPMETHOD.jpilot= full USE_TOOLS+= gmake pkg-config -USE_LIBTOOL= # defined +USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gtk2 CONFIGURE_ARGS+= --with-plugin-prefix=${BUILDLINK_PREFIX.jpilot}/include/jpilot CONFIGURE_ARGS+= --with-pilot-prefix=${BUILDLINK_PREFIX.pilot-link-libs} diff --git a/comms/libmal/Makefile b/comms/libmal/Makefile index e9ce7bd79fb..cbdb73de79e 100644 --- a/comms/libmal/Makefile +++ b/comms/libmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:43 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:18 rillig Exp $ DISTNAME= libmal-0.40 PKGREVISION= 1 @@ -12,9 +12,9 @@ COMMENT= MAL convenience library CONFLICTS+= malsync-[0-9]* USE_TOOLS+= gmake -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pilot-prefix=${BUILDLINK_PREFIX.pilot-link-libs} CPPFLAGS+= -D__unix__=1 diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index a4130935782..fe81e68b39e 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:07 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:18 rillig Exp $ DISTNAME= lrzsz-0.12.20 CATEGORIES= comms @@ -10,8 +10,8 @@ COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_PKGLOCALEDIR= # defined -GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" diff --git a/comms/plp/Makefile b/comms/plp/Makefile index f802f46c6df..cbd47a4b809 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:42 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:18 rillig Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -12,7 +12,7 @@ COMMENT= Tools to talk to the PSION organiser USE_LANGUAGES= c c++ USE_TOOLS+= gmake -USE_LIBTOOL= # defined +USE_LIBTOOL= yes INSTALLATION_DIRS= bin lib diff --git a/converters/code2html/Makefile b/converters/code2html/Makefile index a462af0f4ef..dee982350f6 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= code2html-0.9.1 @@ -9,7 +9,7 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.palfrader.org/code2html/ COMMENT= Convert a program source code to syntax highlighted HTML -NO_BUILD= # defined +NO_BUILD= yes REPLACE_PERL= code2html USE_TOOLS+= perl:run diff --git a/converters/p5-jcode/Makefile b/converters/p5-jcode/Makefile index aa03d00b972..3fe59f25184 100644 --- a/converters/p5-jcode/Makefile +++ b/converters/p5-jcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:05 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:18 rillig Exp $ DISTNAME= jcode.pl-2.13 PKGNAME= p5-jcode-2.13 @@ -15,8 +15,8 @@ COMMENT= Perl library for Japanese character code conversion WRKSRC= ${WRKDIR} -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_BUILD= yes +NO_CONFIGURE= yes PERL5_CONFIGURE= NO EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 0608ea2e290..9d55af34756 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= uudeview-0.5.20 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/ COMMENT= Program for uu/xx/Base64/BinHex de-/encoding -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-inews=inews --disable-tcl LDFLAGS+= ${_STRIPFLAG_CC} diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index d5d6c626fcb..6044564e8fc 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/06/16 06:57:43 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= uudeview-0.5.20 @@ -15,8 +15,8 @@ COMMENT= Library for uu/xx/Base64/BinHex de-/encoding CONFLICTS= kdesupport-2.1b WRKSRC= ${WRKDIR}/${DISTNAME}/uulib -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes BUILD_TARGET= libuu.la diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index b68b1be266f..b58446b4811 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/04/11 21:45:11 tv Exp $ +# $NetBSD: Makefile,v 1.33 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= gtksql-0.3 @@ -13,7 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/ COMMENT= Query tool for PostgreSQL written with GTK -USE_X11BASE= # defined +USE_X11BASE= yes MAKE_ENV+= MCFLAGS="${CFLAGS}" PGSQL_VERSION_REQD= 73 diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile index 54130e83df1..e1fecfe2a3b 100644 --- a/databases/jdb/Makefile +++ b/databases/jdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/16 19:10:38 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:18 rillig Exp $ DISTNAME= jdb-1.13 CATEGORIES= databases @@ -8,7 +8,7 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html COMMENT= Commands for manipulating flat-ASCII databases -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_TOOLS+= perl:run CONFIGURE_ARGS+= --with-perl=${LOCALBASE}/bin diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 912a3ddb076..9e21a7ef348 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:44 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= pgaccess-0.98.8 @@ -12,7 +12,7 @@ COMMENT= Graphical database management tool for PostgreSQL DEPENDS+= tk-postgresql73>=7.3.6:../../databases/tk-postgresql73 -NO_BUILD= # defined +NO_BUILD= yes .include "../../mk/bsd.prefs.mk" diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 1f87329d437..e0f4ed23563 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/09/10 08:39:33 jdolecek Exp $ +# $NetBSD: Makefile,v 1.35 2005/09/28 20:52:18 rillig Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION} PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} @@ -35,7 +35,7 @@ BUILD_DEFS+= APACHE_USER USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR?= phpmyadmin -NO_BUILD= # defined +NO_BUILD= yes INSTALL_DIRS= css lang libraries libraries/auth libraries/dbg \ libraries/dbi libraries/export libraries/fpdf \ diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile index 441218156be..00a53c561b1 100644 --- a/databases/tcl-gdbm/Makefile +++ b/databases/tcl-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= tclgdbm-0.10 @@ -10,8 +10,8 @@ MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/ MAINTAINER= bouyer@NetBSD.org COMMENT= Tcl interface to gdbm - GNU database manager -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CFLAGS+= -I${LOCALBASE}/include # gdbm.h diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 0cc7bf06523..089890fdacf 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/16 14:33:46 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:19 rillig Exp $ DISTNAME= yasql-1.81 CATEGORIES= databases @@ -10,7 +10,7 @@ COMMENT= Yet another SQLPlus replacement for Oracle USE_PKGINSTALL= yes GNU_CONFIGURE= yes -NO_BUILD= # defined +NO_BUILD= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile index 9515c900d8d..552de39b95f 100644 --- a/devel/boost-docs/Makefile +++ b/devel/boost-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2005/02/26 22:48:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/28 20:52:19 rillig Exp $ # BOOST_PACKAGE= docs @@ -9,7 +9,7 @@ BOOST_CONFIG= no DOCDIR= ${PREFIX}/share/doc/boost -NO_BUILD= # defined +NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile index 9472f21ec8e..85e8fafc9fa 100644 --- a/devel/cbrowser/Makefile +++ b/devel/cbrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:45 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= cbrowser-0.6 @@ -13,7 +13,7 @@ COMMENT= Graphical C/C++ source code browsing tool, and call graph viewer DEPENDS+= cscope-[0-9]*:../../devel/cscope DEPENDS+= tk-[0-9]*:../../x11/tk -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin diff --git a/devel/check/Makefile b/devel/check/Makefile index 8cfe9958202..3e038b989db 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= check-0.9.1 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://check.sourceforge.net/ COMMENT= Unit test framework for C -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-plain-docdir USE_TOOLS+= gmake diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 3636c6a2492..b6b8fb74157 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:19 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:19 rillig Exp $ DISTNAME= cook-2.22 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= More powerful replacement for the traditional make(1) tool BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/exctags/Makefile b/devel/exctags/Makefile index 77e708de7bd..75075bda4d3 100644 --- a/devel/exctags/Makefile +++ b/devel/exctags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:20 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= ctags-5.5.4 @@ -12,7 +12,7 @@ COMMENT= Exuberant (feature-filled) tagfile generator for vi, emacs and clones PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-macro-patterns CONFIGURE_ARGS+= --with-readlib CONFIGURE_ARGS+= --enable-custom-config=${PKG_SYSCONFDIR}/ctags.conf diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 023d8a8353d..c3c1523c150 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/04/11 21:45:23 tv Exp $ +# $NetBSD: Makefile,v 1.40 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= indent-2.2.8a @@ -14,8 +14,8 @@ COMMENT= GNU version of pretty-printer for C source code PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined -USE_PKGLOCALEDIR= # defined +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes INFO_FILES= indent.info diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index e42ead6314c..a2659d5c2d2 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2005/09/26 11:44:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.81 2005/09/28 20:52:19 rillig Exp $ DISTNAME= glib-2.6.6 PKGNAME= ${DISTNAME:S/glib/glib2/} @@ -33,7 +33,7 @@ PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in PKGCONFIG_OVERRIDE+= gthread-2.0-uninstalled.pc.in PKGCONFIG_OVERRIDE+= gthread-2.0.pc.in -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --includedir=${PREFIX}/include/glib diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile index 358cd97c761..452a08dda4f 100644 --- a/devel/gtl/Makefile +++ b/devel/gtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:19 rillig Exp $ DISTNAME= GTL-1.2.1 PKGNAME= gtl-1.2.1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fmi.uni-passau.de/Graphlet/GTL/ COMMENT= C++ graph data structure library based on the STL -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_LANGUAGES= c c++ # previous version of the same @@ -18,7 +18,7 @@ CONFLICTS= gtl0-[0-9]* LICENSE= no-commercial-use -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" DOCDIR= ${PREFIX}/share/doc/GTL diff --git a/devel/guile-gtk/Makefile b/devel/guile-gtk/Makefile index bbb9960b038..ee6fb258d0a 100644 --- a/devel/guile-gtk/Makefile +++ b/devel/guile-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/08/10 19:01:23 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= guile-gtk-0.40.91 @@ -9,9 +9,9 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.gnu.org/software/guile-gtk/ COMMENT= Library to make GTK 1.2 accessible from guile -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} # Skip glade, because it pulls in gnome-libs. diff --git a/devel/guile14-gtk/Makefile b/devel/guile14-gtk/Makefile index 6f3f20fc9f4..46bd86fa6d4 100644 --- a/devel/guile14-gtk/Makefile +++ b/devel/guile14-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 18:02:44 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= guile-gtk-0.19 @@ -13,9 +13,9 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.ping.de/sites/zagadka/guile-gtk/ COMMENT= Library to make GTK accessible from guile 1.4 -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/${GUILE14_SUBDIR}/share PLIST_SUBST+= GUILE14_SUBDIR=${GUILE14_SUBDIR:Q} MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index cf7b4cb1208..f4da127cddc 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/08/26 16:54:21 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= libnet-1.0.2a @@ -14,8 +14,8 @@ CONFLICTS= libnet-1.1.[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/} -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \ LIBNET_CONFIG_LIBS="${LDFLAGS}" diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile index c3e164a4478..f9f839b7913 100644 --- a/devel/libproplist/Makefile +++ b/devel/libproplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:27 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:19 rillig Exp $ DISTNAME= libPropList-0.10.1 PKGNAME= libproplist-0.10.1 @@ -9,8 +9,8 @@ MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= GNUstep/OPENSTEP property lists compatibility library -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig post-install: diff --git a/devel/p4pr/Makefile b/devel/p4pr/Makefile index 061f932ddd5..d9dfb6e7a08 100644 --- a/devel/p4pr/Makefile +++ b/devel/p4pr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:09 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= p4pr @@ -14,7 +14,7 @@ DEPENDS+= p4-[0-9]*:../../devel/p4 WRKSRC= ${WRKDIR} EXTRACT_ONLY= # none -NO_BUILD= # defined +NO_BUILD= yes USE_TOOLS+= perl:run REPLACE_PERL= ${DISTFILES} diff --git a/devel/pardiff/Makefile b/devel/pardiff/Makefile index ccd6e8df8da..89d90036af2 100644 --- a/devel/pardiff/Makefile +++ b/devel/pardiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:36 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= pardiff-0.9.4 @@ -9,6 +9,6 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://pardiff.sourceforge.net/ COMMENT= Converts diff output to paralleled (side-by-side) format -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 32945c45021..2373c10696f 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/09/02 02:27:11 jschauma Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= pvs-${VERSION} @@ -21,7 +21,7 @@ DEPENDS+= tk>=8.0:../../x11/tk WRKSRC= ${WRKDIR} VERSION= 3.2 -NO_BUILD= # defined +NO_BUILD= yes CHECK_SHLIBS= NO SHLIB_HANDLING= NO INFO_DIR= pvs/doc/release-notes diff --git a/devel/rx/Makefile b/devel/rx/Makefile index 2da8991e150..9808b084905 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:19 rillig Exp $ DISTNAME= rx-1.5 PKGREVISION= 1 @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/rx/rx.html COMMENT= Fast replacement for the GNU regex library -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes INFO_FILES= rx.info diff --git a/devel/sgi-stl-docs/Makefile b/devel/sgi-stl-docs/Makefile index b1f925de279..1b6ea769ecc 100644 --- a/devel/sgi-stl-docs/Makefile +++ b/devel/sgi-stl-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/24 22:46:09 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:20 rillig Exp $ DISTNAME= STL_doc PKGNAME= sgi-stl-docs-3.3 @@ -11,8 +11,8 @@ COMMENT= SGI Standard Template Library Programmer's Guide DIST_SUBDIR= ${PKGNAME} -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes HTMLDOCDIR= share/doc/html/sgi-stl diff --git a/devel/sgi-stl/Makefile b/devel/sgi-stl/Makefile index b733dd74566..1efe1fd691c 100644 --- a/devel/sgi-stl/Makefile +++ b/devel/sgi-stl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:19 rillig Exp $ DISTNAME= stl PKGNAME= sgi-stl-3.3 @@ -12,8 +12,8 @@ COMMENT= SGI Standard Template Library WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME} -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/sgi-stl diff --git a/devel/slib/Makefile b/devel/slib/Makefile index ead0972aecd..298fbc55d10 100644 --- a/devel/slib/Makefile +++ b/devel/slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:48 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:20 rillig Exp $ DISTNAME= slib3a1 # @@ -17,9 +17,9 @@ HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html COMMENT= Portable Scheme library of compatibility and utility functions WRKSRC= ${WRKDIR}/slib -NO_CONFIGURE= # defined -NO_BUILD= # defined -NO_TOOLS= # defined +NO_CONFIGURE= yes +NO_BUILD= yes +NO_TOOLS= yes SLIBDIR= ${PREFIX}/share/slib DOCDIR= ${PREFIX}/share/doc/slib diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index bc2b6f63254..574a06e9556 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/16 06:57:48 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/09/28 20:52:20 rillig Exp $ DISTNAME= STLport-4.6 PKGNAME= stlport-4.6 @@ -11,10 +11,10 @@ HOMEPAGE= http://www.stlport.org/ COMMENT= Complete C++ standard library USE_TOOLS+= gmake -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_LANGUAGES= c c++ -NO_CONFIGURE= # defined +NO_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/src MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" diff --git a/devel/syncdir/Makefile b/devel/syncdir/Makefile index cdab1b27c07..45c36fa284f 100644 --- a/devel/syncdir/Makefile +++ b/devel/syncdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:39 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= syncdir-1.0 @@ -12,7 +12,7 @@ COMMENT= Implementation of open, link, rename, and unlink PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LIBTOOL= # defined +USE_LIBTOOL= yes INSTALLATION_DIRS= lib diff --git a/doc/guide/Makefile b/doc/guide/Makefile index f909302b5b9..3d1b9ec220a 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/07/27 21:33:36 rpaulo Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= htdocs-share-20050727 @@ -15,8 +15,8 @@ COMMENT= The pkgsrc guide PKGVERSION!= date '+%Y%m%d' DIST_SUBDIR= ${PKGBASE} -NO_CONFIGURE= # defined -NO_MTREE= # defined +NO_CONFIGURE= yes +NO_MTREE= yes USE_LANGUAGES= # empty WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile index 3a8c46c88da..ca546d8918b 100644 --- a/editors/ce-doc/Makefile +++ b/editors/ce-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/08 07:46:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:20 rillig Exp $ # .include "../ce/Makefile.common" @@ -8,7 +8,7 @@ COMMENT+= , documentation PKG_INSTALLATION_TYPES= overwrite pkgviews -NO_BUILD= # defined +NO_BUILD= yes INSTALL_TARGET= doc-install diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 6e3dfb668bc..daf8b9bc02a 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/09/27 22:49:27 agc Exp $ +# $NetBSD: Makefile,v 1.44 2005/09/28 20:52:20 rillig Exp $ DISTNAME= vile-9.5 CATEGORIES= editors @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://dickey.his.com/vile/vile.html COMMENT= VI Like Emacs. a vi "workalike", with many additional features -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR} diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 17290411102..4ba33b70dd1 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/09/28 09:44:30 agc Exp $ +# $NetBSD: Makefile,v 1.48 2005/09/28 20:52:20 rillig Exp $ DISTNAME= vile-9.5 PKGNAME= xvile-9.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://dickey.his.com/vile/vile.html COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR} diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 890d9949b25..76377a4e226 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR} @@ -16,8 +16,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ NetBSD-*-ns32k NetBSD-*-sparc NOT_FOR_PLATFORM= NetBSD-1.3*-* -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index b1b7c91b304..fd936faee1d 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} @@ -20,8 +20,8 @@ NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* CRYPTO= YES -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index b4d7ba6ccd6..0b1fc882f25 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-${MACHINE_ARCH}-${VERSION} @@ -18,8 +18,8 @@ CONFLICTS= compat14-crypto-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc NetBSD-*-i386 NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index d99ef4f642b..4679ee3adf4 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/03/23 10:55:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -15,9 +15,9 @@ VERSION= 1.6.0 ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386 -NO_MTREE= # defined -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_MTREE= yes +NO_BUILD= yes +NO_CONFIGURE= yes SHLIB_HANDLING= NO .include "../../mk/bsd.prefs.mk" diff --git a/emulators/m1/Makefile b/emulators/m1/Makefile index fa82c68aa15..e7fe2652523 100644 --- a/emulators/m1/Makefile +++ b/emulators/m1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:51 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= m1074b2-lnx @@ -16,7 +16,7 @@ DEPENDS+= suse_base>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat ONLY_FOR_PLATFORM= *-*-i386 WRKSRC= ${WRKDIR}/m1-0.7.4 -NO_BUILD= # defined +NO_BUILD= yes CHECK_SHLIBS= no INSTALLATION_DIRS= bin diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index b8f7fef7dbb..48afb0fdb62 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/19 10:23:42 grant Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -26,8 +26,8 @@ MACHINE32_ARCH= ${MACHINE_ARCH} ONLY_FOR_PLATFORM= NetBSD-*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/netbsd32_compat15/Makefile b/emulators/netbsd32_compat15/Makefile index a9469017cd9..5ab6c76b18e 100644 --- a/emulators/netbsd32_compat15/Makefile +++ b/emulators/netbsd32_compat15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/11/23 05:22:34 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -20,8 +20,8 @@ CONFLICTS= netbsd32_compat16-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/netbsd32_compat16/Makefile b/emulators/netbsd32_compat16/Makefile index df2ea5b94cf..ccd55d93f0f 100644 --- a/emulators/netbsd32_compat16/Makefile +++ b/emulators/netbsd32_compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/23 10:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -29,8 +29,8 @@ CONFLICTS= netbsd32_compat15-[0-9]* ONLY_FOR_PLATFORM= NetBSD-[2-9]*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 2be9708f6b1..d7a54302dbe 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:21 rillig Exp $ DISTNAME= vmware-netbsd-1.2 PKGNAME= vmware-module-1.2 @@ -15,7 +15,7 @@ CONFLICTS= vmware-module-3* ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR} -NO_CONFIGURE= # defined +NO_CONFIGURE= yes NO_SRC_ON_FTP= already there diff --git a/emulators/vmware-module3/Makefile b/emulators/vmware-module3/Makefile index b0f691e3744..6394a6b0e17 100644 --- a/emulators/vmware-module3/Makefile +++ b/emulators/vmware-module3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/12/26 22:06:46 jdolecek Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:21 rillig Exp $ DISTNAME= vmware-netbsd-3.2.1.7 PKGNAME= vmware-module-3.2.1.7 @@ -14,7 +14,7 @@ CONFLICTS= vmware-module-1.* ONLY_FOR_PLATFORM= NetBSD-*-i386 -NO_CONFIGURE= # defined +NO_CONFIGURE= yes NO_SRC_ON_FTP= already there diff --git a/fonts/XFree86-fonts100dpi/Makefile b/fonts/XFree86-fonts100dpi/Makefile index b5e148b4ab3..08741d64898 100644 --- a/fonts/XFree86-fonts100dpi/Makefile +++ b/fonts/XFree86-fonts100dpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:21 rillig Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fonts100dpi-${XF_VER} @@ -11,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 bitmap 100dpi fonts -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/fonts/bdf/100dpi .include "../../fonts/XFree86-fontsEncodings/Makefile.common" diff --git a/fonts/XFree86-fonts75dpi/Makefile b/fonts/XFree86-fonts75dpi/Makefile index 428decb7522..89ae50eabe9 100644 --- a/fonts/XFree86-fonts75dpi/Makefile +++ b/fonts/XFree86-fonts75dpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:21 rillig Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fonts75dpi-${XF_VER} @@ -11,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 bitmap 75dpi fonts -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi .include "../../fonts/XFree86-fontsEncodings/Makefile.common" diff --git a/fonts/XFree86-fontsCyrillic/Makefile b/fonts/XFree86-fontsCyrillic/Makefile index 65ca82605cc..f697951d141 100644 --- a/fonts/XFree86-fontsCyrillic/Makefile +++ b/fonts/XFree86-fontsCyrillic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/09/28 14:31:06 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fontsCyrillic-${XF_VER} @@ -11,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 Cyrillic fonts -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/fonts/bdf/cyrillic .include "../../fonts/XFree86-fontsEncodings/Makefile.common" diff --git a/fonts/XFree86-fontsEncodings/Makefile b/fonts/XFree86-fontsEncodings/Makefile index 6bac6c49a2f..e6cc29cbae2 100644 --- a/fonts/XFree86-fontsEncodings/Makefile +++ b/fonts/XFree86-fontsEncodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/10/19 15:55:26 reed Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:21 rillig Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fontsEncodings-${XF_VER} @@ -13,7 +13,7 @@ COMMENT= XFree86 Encoding fonts BUILD_DEPENDS= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/fonts/encodings post-extract: diff --git a/fonts/XFree86-fontsMisc/Makefile b/fonts/XFree86-fontsMisc/Makefile index 24c0d206d32..83099667944 100644 --- a/fonts/XFree86-fontsMisc/Makefile +++ b/fonts/XFree86-fontsMisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:27 reed Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:21 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsMisc-${XF_VER} @@ -11,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 default bitmap fonts -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes FONTS_MISC= # defined WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc EXTRACT_ONLY= XFree86-${XF_VER}-src-4.tgz diff --git a/fonts/XFree86-fontsScalable/Makefile b/fonts/XFree86-fontsScalable/Makefile index 07f233d3db7..48622ac6279 100644 --- a/fonts/XFree86-fontsScalable/Makefile +++ b/fonts/XFree86-fontsScalable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/19 10:18:31 grant Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:21 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsScalable-${XF_VER} @@ -14,7 +14,7 @@ DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings NO_BUILD= yes USE_LANGUAGES= # empty -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes FONT_TYPES= Speedo TTF Type1 diff --git a/fonts/Xg/Makefile b/fonts/Xg/Makefile index 5514e00d75e..8ed849df624 100644 --- a/fonts/Xg/Makefile +++ b/fonts/Xg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/28 20:52:21 rillig Exp $ DISTNAME= libXg.utf.fonts PKGNAME= libXgFonts-1.0 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= These are the UNICODE fonts for use with 9term and sam WRKSRC= ${WRKDIR} -NO_BUILD= # defined +NO_BUILD= yes USE_X11BASE= yes .include "../../mk/bsd.pkg.mk" diff --git a/fonts/adobe-cidfonts/Makefile b/fonts/adobe-cidfonts/Makefile index 54833900e21..77a061b310d 100644 --- a/fonts/adobe-cidfonts/Makefile +++ b/fonts/adobe-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/01 16:40:39 snj Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:21 rillig Exp $ DISTNAME= adobe-cidfonts-20000901 CATEGORIES= fonts @@ -27,8 +27,8 @@ DISTFILES+= WadaMin-Regular WadaMin-Regular.afm DISTFILES+= WadaMin-RegularH WadaMin-RegularH.afm EXTRACT_ONLY= # empty -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes RESOURCEDIR= ${PREFIX}/share/Adobe/Resource diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile index cc7ae87bfb6..d47beeb6938 100644 --- a/fonts/adobe-cmaps/Makefile +++ b/fonts/adobe-cmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/22 15:15:43 hira Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ DISTNAME= adobe-cmaps-20040605 CATEGORIES= fonts print @@ -27,8 +27,8 @@ COMMENT= Adobe CMap files for CJK BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip DIST_SUBDIR= ${PKGNAME_NOREV} -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes RESOURCEDIR= ${PREFIX}/share/Adobe/Resource diff --git a/fonts/ko-x11fonts/Makefile b/fonts/ko-x11fonts/Makefile index bd0ea192601..9cf01cd5162 100644 --- a/fonts/ko-x11fonts/Makefile +++ b/fonts/ko-x11fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:37:22 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:21 rillig Exp $ DISTNAME= ko-x11fonts-20010722 CATEGORIES= fonts x11 korean @@ -14,9 +14,9 @@ DEPENDS+= ko-kaist>=20010718:../../fonts/ko-kaist DEPENDS+= ko-mizi>=20010718:../../fonts/ko-mizi EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes do-install: # empty diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile index 49af53bf302..58477917188 100644 --- a/fonts/ttf2pk/Makefile +++ b/fonts/ttf2pk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:22 rillig Exp $ # .include "../../graphics/freetype-lib/Makefile.common" @@ -10,7 +10,7 @@ MAINTAINER= bernhard@SDG.de,hubertf@NetBSD.org HOMEPAGE= http://www.freetype.org/ COMMENT= TrueType to TeX PK font converter -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-kpathsea-dir=${PREFIX}/lib @@ -20,7 +20,7 @@ BUILD_DIRS= ${T2PSRC} BUILD_TARGET= depend all -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_TOOLS+= autoconf TEXMF= ${PREFIX}/share/texmf diff --git a/games/baduki/Makefile b/games/baduki/Makefile index 4ba32c2df2c..747411e7134 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/09/28 20:52:22 rillig Exp $ DISTNAME= baduki-0.2.9 PKGREVISION= 3 @@ -9,11 +9,11 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html COMMENT= Go playing program based on xamigo -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-included-gettext .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/games/colchess-book-colchess/Makefile b/games/colchess-book-colchess/Makefile index 08287a4aa78..0f3ba4b28e0 100644 --- a/games/colchess-book-colchess/Makefile +++ b/games/colchess-book-colchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $ DISTNAME= colchess PKGNAME= ${CHESS_ENGINE}-book-${DIST_SUBDIR} @@ -17,8 +17,8 @@ CONFLICTS+= colchess-book-[0-9]* WRKSRC= ${WRKDIR}/ColChess CHESS_ENGINE= colchess DIST_SUBDIR= colchess-7.0 -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/colchess-book-large/Makefile b/games/colchess-book-large/Makefile index ef264f5e6c7..1190b4e27bf 100644 --- a/games/colchess-book-large/Makefile +++ b/games/colchess-book-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $ DISTNAME= book_large PKGNAME= ${CHESS_ENGINE}-book-large-20000512 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= colchess DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/colchess/Makefile b/games/colchess/Makefile index 80364d2c2e4..e3a38c94072 100644 --- a/games/colchess/Makefile +++ b/games/colchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:53 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $ DISTNAME= colchess PKGNAME= ${DISTNAME}-7.0 @@ -12,7 +12,7 @@ COMMENT= Chess analysis engine DIST_SUBDIR= ${PKGNAME} MAKE_ENV+= PREFIX="${PREFIX}" -NO_CONFIGURE= # defined +NO_CONFIGURE= yes WRKSRC= ${WRKDIR}/ColChess DATADIR= ${PREFIX}/share/colchess diff --git a/games/crafty-book-medium/Makefile b/games/crafty-book-medium/Makefile index 3021552e857..284c1fbeefb 100644 --- a/games/crafty-book-medium/Makefile +++ b/games/crafty-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= crafty DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/crafty-book-small/Makefile b/games/crafty-book-small/Makefile index d6bf6f0a637..68741b74224 100644 --- a/games/crafty-book-small/Makefile +++ b/games/crafty-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= crafty DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/crafty-doc/Makefile b/games/crafty-doc/Makefile index 768e011952f..3f893350b81 100644 --- a/games/crafty-doc/Makefile +++ b/games/crafty-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 20:52:22 rillig Exp $ DISTNAME= crafty-doc-18.0 CATEGORIES= games @@ -10,8 +10,8 @@ COMMENT= Documentation for Crafty chess engine DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= # empty -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes DOCDIR= ${PREFIX}/share/doc/crafty diff --git a/games/exchess-book-medium/Makefile b/games/exchess-book-medium/Makefile index 2b43afc20be..173d9f7cf72 100644 --- a/games/exchess-book-medium/Makefile +++ b/games/exchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= exchess DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile index ea72c00fb30..399774a380c 100644 --- a/games/exchess-book-small/Makefile +++ b/games/exchess-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= exchess DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/exchess/Makefile b/games/exchess/Makefile index 6f59d37a23a..cf056205ed7 100644 --- a/games/exchess/Makefile +++ b/games/exchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:22 rillig Exp $ DISTNAME= EXCH314S PKGNAME= exchess-3.14 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://pc.astro.brandeis.edu/BRAG/people/dch/chess.html COMMENT= Experimental chess engine -NO_CONFIGURE= # defined +NO_CONFIGURE= yes WRKSRC= ${WRKDIR} LIBDIR= ${PREFIX}/lib/exchess diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile index e01a7e73929..c6f21fd3ef2 100644 --- a/games/gnuchess-book-medium/Makefile +++ b/games/gnuchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/09/28 14:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:22 rillig Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -17,7 +17,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-* WRKSRC= ${WRKDIR} CHESS_ENGINE= gnuchess DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/gnuchess-book/Makefile b/games/gnuchess-book/Makefile index c0553e92e3b..9ba2cbaf83d 100644 --- a/games/gnuchess-book/Makefile +++ b/games/gnuchess-book/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:22 rillig Exp $ # DISTNAME= book_1.01.pgn @@ -17,7 +17,7 @@ CONFLICTS+= gnuchess-book-* WRKSRC= ${WRKDIR} CHESS_ENGINE= gnuchess -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} diff --git a/games/knightcap-brain/Makefile b/games/knightcap-brain/Makefile index ffd9c9ba750..981cac89870 100644 --- a/games/knightcap-brain/Makefile +++ b/games/knightcap-brain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:54 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $ DISTNAME= new_brain PKGNAME= knightcap-brain-19980616 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= # empty -NO_CONFIGURE= # defined +NO_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/knightcap INSTALLATION_DIRS= bin diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile index 89345b2c018..ef1ce034e4c 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:03 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:22 rillig Exp $ # DISTNAME= tuxmath-2001.09.07-0102 @@ -13,7 +13,7 @@ COMMENT= Educational math arcade game WRKSRC= ${WRKDIR}/tuxmath USE_TOOLS+= gmake -NO_CONFIGURE= # defined +NO_CONFIGURE= yes pre-install: ${FIND} ${WRKSRC} -name CVS -type d -print | ${XARGS} ${RM} -rf diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 7bf9266e6b8..9f6b62c6731 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/07/16 19:10:39 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2005/09/28 20:52:22 rillig Exp $ DISTNAME= xboard-4.2.6 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Graphical frontend for chess engines and servers CONFIGURE_ARGS+= --enable-xpm CONFIGURE_ARGS+= --enable-zippy # interface to ICS CONFIGURE_ENV+= PERLPATH="${PERL5}" -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_TOOLS+= perl:run INFO_FILES= xboard.info diff --git a/games/xracer/Makefile b/games/xracer/Makefile index b916c00a249..3bc4480e99e 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/07/16 01:19:10 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/09/28 20:52:22 rillig Exp $ # DISTNAME= xracer-0.96.9 @@ -10,13 +10,13 @@ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes USE_TOOLS+= automake14 gmake perl:run PERL5_PACKLIST= auto/XRacer/.packlist -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes pre-configure: cd ${WRKSRC} && automake --gnu && autoconf diff --git a/graphics/blender-doc/Makefile b/graphics/blender-doc/Makefile index b52696afeba..31dcebafd78 100644 --- a/graphics/blender-doc/Makefile +++ b/graphics/blender-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 12:18:15 agc Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:22 rillig Exp $ DISTNAME= BlenderManual.html PKGNAME= blender-doc-20030922 @@ -12,8 +12,8 @@ COMMENT= Documentation for Blender CONFLICTS= blender<=2.31 WRKSRC= ${WRKDIR}/doc -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/blender diff --git a/graphics/freetype/Makefile b/graphics/freetype/Makefile index 147fbbf6895..7f647370d0c 100644 --- a/graphics/freetype/Makefile +++ b/graphics/freetype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:46:02 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:22 rillig Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -15,9 +15,9 @@ DEPENDS+= freetype-lib-${FT_VERS}nb2:../../graphics/freetype-lib DEPENDS+= freetype-utils-${FT_VERS}nb1:../../graphics/freetype-utils EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes do-install: # empty diff --git a/graphics/gqview-gtk1/Makefile b/graphics/gqview-gtk1/Makefile index 06d5edf9b27..00b9c99e5bd 100644 --- a/graphics/gqview-gtk1/Makefile +++ b/graphics/gqview-gtk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:04 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:23 rillig Exp $ DISTNAME= gqview-1.2.2 PKGREVISION= 2 @@ -9,11 +9,11 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK1-based graphic file viewer -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 gnome1-1.5 -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 090f996a741..d107ad47614 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/08/10 20:56:17 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2005/09/28 20:52:22 rillig Exp $ DISTNAME= gqview-2.0.1 CATEGORIES= graphics x11 @@ -8,12 +8,12 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK2-based graphic file viewer -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes USE_TOOLS+= pkg-config -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" diff --git a/graphics/mpeg2codec/Makefile b/graphics/mpeg2codec/Makefile index 0c09d0484db..7c446262cf3 100644 --- a/graphics/mpeg2codec/Makefile +++ b/graphics/mpeg2codec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:57 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:23 rillig Exp $ DISTNAME= mpeg2vidcodec_v12 PKGNAME= mpeg2codec-1.2 @@ -12,7 +12,7 @@ COMMENT= MPEG Software Simulation Group's MPEG-2 Encoder and Decoder PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/mpeg2 -USE_X11BASE= # defined +USE_X11BASE= yes INSTALLATION_DIRS= bin diff --git a/graphics/vtk-data/Makefile b/graphics/vtk-data/Makefile index 144204231a0..2df29877f48 100644 --- a/graphics/vtk-data/Makefile +++ b/graphics/vtk-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 13:20:02 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/28 20:52:23 rillig Exp $ # DISTNAME= VTKData-4.2 @@ -6,7 +6,7 @@ PKGNAME= vtk-data-4.2 COMMENT= Example data for VTK WRKSRC= ${WRKDIR}/VTKData-release-4-2 -NO_BUILD= # defined +NO_BUILD= yes EXAMPLES_DIR= share/vtk diff --git a/graphics/vtk-docs/Makefile b/graphics/vtk-docs/Makefile index 19974b4e660..2dc6275bdcb 100644 --- a/graphics/vtk-docs/Makefile +++ b/graphics/vtk-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 13:17:27 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/28 20:52:23 rillig Exp $ # DISTNAME= VTKDocHtml-4.2 @@ -6,7 +6,7 @@ PKGNAME= vtk-docs-4.2 COMMENT= Documentation for VTK (HTML) WRKSRC= ${WRKDIR}/html -NO_BUILD= # defined +NO_BUILD= yes HTML_DIR= share/doc/${PKGNAME} diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 2d7fb87dd05..1a901825dfe 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/08/11 22:46:05 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.45 2005/09/28 20:52:23 rillig Exp $ DISTNAME= xpm-3.4k PKGREVISION= 5 @@ -12,7 +12,7 @@ COMMENT= The X Pixmap library PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_IMAKE= # defined +USE_IMAKE= yes .include "../../mk/bsd.prefs.mk" diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 508ec9d4bd4..7ef4a950607 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:09 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:23 rillig Exp $ DISTNAME= gpc-2.1 PKGREVISION= 3 @@ -37,7 +37,7 @@ GPC_PREFIX= ${_GCC_PREFIX} GPC_SUBPREFIX= ${_GCC_SUBPREFIX}/ .endif -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ${WRKSRC}/configure CONFIGURE_ARGS= --host=${MACHINE_GNU_PLATFORM} CONFIGURE_ARGS+= --prefix=${GPC_PREFIX} diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 17ecde4c93d..a2269caa924 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/16 06:58:00 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/09/28 20:52:23 rillig Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.haskell.org/hugs/ COMMENT= Nottingham and Yale Haskell interpreter and programming environment WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-readline BUILD_TARGET= default diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 391bb907078..2a5f02e5ac8 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/16 06:58:00 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:23 rillig Exp $ # DISTNAME= jasmin-1.06 @@ -12,7 +12,7 @@ COMMENT= Java "assembler" interface USE_JAVA= run WRKSRC= ${WRKDIR}/jasmin -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin diff --git a/lang/java-lang-spec/Makefile b/lang/java-lang-spec/Makefile index 5697be65b79..5455c0d5748 100644 --- a/lang/java-lang-spec/Makefile +++ b/lang/java-lang-spec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 20:52:23 rillig Exp $ DISTNAME= langspec-2.0.html PKGNAME= java-lang-spec-2.0 @@ -11,8 +11,8 @@ HOMEPAGE= http://java.sun.com/docs/books/jls/index.html COMMENT= The Java(TM) Language Specification (HTML) WRKSRC= ${WRKDIR} -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes HTMLDIR= ${PREFIX}/share/doc/html/java-lang-spec diff --git a/lang/java-vm-spec/Makefile b/lang/java-vm-spec/Makefile index 3e4b480ff24..d31e07e82e0 100644 --- a/lang/java-vm-spec/Makefile +++ b/lang/java-vm-spec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:23 rillig Exp $ DISTNAME= vmspec.2nded.html PKGNAME= java-vm-spec-2.0 @@ -10,8 +10,8 @@ HOMEPAGE= http://java.sun.com/docs/books/vmspec/index.html COMMENT= The Java(TM) Virtual Machine Specification (HTML) WRKSRC= ${WRKDIR}/vmspec -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes HTMLDIR= ${PREFIX}/share/doc/html/java-vm-spec diff --git a/lang/swi-prolog-lite/Makefile b/lang/swi-prolog-lite/Makefile index 15fee1c2a49..ff9620cd280 100644 --- a/lang/swi-prolog-lite/Makefile +++ b/lang/swi-prolog-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:16 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:23 rillig Exp $ .include "Makefile.common" @@ -8,7 +8,7 @@ PKGREVISION= 1 MAINTAINER= tech-pkg@NetBSD.org COMMENT= ISO/Edinburgh-style Prolog compiler -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_BUILTIN.readline= no # uses rl_event_hook() interface CONFIGURE_ENV+= PL=swi-prolog diff --git a/mail/YoSucker/Makefile b/mail/YoSucker/Makefile index 7ec0afe44b3..47258ca9d63 100644 --- a/mail/YoSucker/Makefile +++ b/mail/YoSucker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/07/16 01:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:23 rillig Exp $ # DISTNAME= YoSucker-pr37 @@ -19,7 +19,7 @@ DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 USE_TOOLS+= perl:run REPLACE_PERL= bin/EncProxyPasswd bin/EncPasswd bin/YoSucker -NO_BUILD= # defined +NO_BUILD= yes EGDIR= ${PREFIX}/share/examples/YoSucker DOCDIR= ${PREFIX}/share/doc/YoSucker diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index dec82068206..144d917cb73 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/07/16 01:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:23 rillig Exp $ # DISTNAME= anomy-sanitizer-1.69 @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" WRKSRC= ${WRKDIR}/anomy -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_TOOLS+= perl:run ANOMYLIB= ${PREFIX}/lib/anomy-sanitizer diff --git a/mail/etach/Makefile b/mail/etach/Makefile index f0271ecd505..c2514d3e074 100644 --- a/mail/etach/Makefile +++ b/mail/etach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/28 04:25:30 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:23 rillig Exp $ DISTNAME= etach-1.2.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://rulnick.com/etach/ COMMENT= Emacs Lisp package for dealing with MIME email attachments -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/etach diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 80d2b0d8d16..130fef74244 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2005/08/12 19:47:17 tv Exp $ +# $NetBSD: Makefile,v 1.99 2005/09/28 20:52:23 rillig Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -61,7 +61,7 @@ MAKE_ENV+= IP=6 .endif .if !empty(PKG_OPTIONS:Mkerberos) -PKG_USE_KERBEROS= # defined +PKG_USE_KERBEROS= yes BUILD_TARGET+= EXTRAAUTHENTICATORS="gss" .endif diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 2e88d368883..84163cb3451 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/16 01:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:24 rillig Exp $ DISTNAME= mailagent-3.0.73 CATEGORIES= mail @@ -12,7 +12,7 @@ USE_TOOLS+= perl:run NO_PACKAGE= "Correct FQDN needs to be hardcoded" INTERACTIVE_STAGE= configure -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS= -dres \ -Dperlpath='${PERL5}' \ diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 270e3759ae4..8416957d2e3 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/06/16 06:58:03 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= mairix-0.15.1 @@ -11,7 +11,7 @@ COMMENT= Program for indexing and searching email messages BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} USE_MAKEINFO= YES diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index 4c88bf641ee..e8fb4dc14da 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= mb2md-3.20.pl @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run REPLACE_PERL= ${DISTNAME} -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin do-install: diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index c5fe7d37c3b..bbc4d8fa3da 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/09/22 22:00:41 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2005/09/28 20:52:24 rillig Exp $ DISTNAME= nmh-1.0.4 PKGREVISION= 6 @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --with-pager=${NMH_PAGER} .endif .if defined(KERBEROS) -PKG_USE_KERBEROS= # defined +PKG_USE_KERBEROS= yes .if ${OPSYS} == "NetBSD" LIBS= -lroken -lcrypt -lcom_err .endif diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile index b0cddeb64ac..e3eb76bef5b 100644 --- a/mail/pymsgauth/Makefile +++ b/mail/pymsgauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/18 15:59:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= pymsgauth-2.1.0 @@ -19,7 +19,7 @@ DOCDIR= share/doc/pymsgauth HTMLDOCDIR= share/doc/html/pymsgauth EGDIR= share/examples/pymsgauth -NO_BUILD= # defined +NO_BUILD= yes PYTHON_PATCH_SCRIPTS= ${PYMSGAUTH_PROGRAMS} *.py USE_PKGINSTALL= yes diff --git a/mail/qgreylist/Makefile b/mail/qgreylist/Makefile index 37b8c252123..f67236c87fa 100644 --- a/mail/qgreylist/Makefile +++ b/mail/qgreylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:13 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= qgreylist-0.2 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/qgreylist USE_TOOLS+= perl:run USE_PKGINSTALL= yes OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/greylist qmaild wheel 0755 -NO_BUILD= # defined +NO_BUILD= yes QGREYLIST_SCRIPTS= greylist greylist-info REPLACE_PERL= ${QGREYLIST_SCRIPTS} diff --git a/mail/qmail-run/Makefile b/mail/qmail-run/Makefile index c2bba6eed8b..ed95e8c366f 100644 --- a/mail/qmail-run/Makefile +++ b/mail/qmail-run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/07/19 21:18:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= qmail-run-20050415 @@ -17,7 +17,7 @@ CONFLICTS+= qmail-qfilter-1.5nb1 PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -NO_CHECKSUM= # defined +NO_CHECKSUM= yes USE_PKGINSTALL= yes INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL diff --git a/mail/squirrelmail-locales/Makefile b/mail/squirrelmail-locales/Makefile index 010274f7a5c..77512a4d56e 100644 --- a/mail/squirrelmail-locales/Makefile +++ b/mail/squirrelmail-locales/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/18 07:04:29 martti Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= all_locales-${VER}-20050713 @@ -13,7 +13,7 @@ COMMENT= Locale package for SquirrelMail VER= 1.4.5 -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_TOOLS+= tar INSTALLATION_DIRS= share/squirrelmail diff --git a/math/R/Makefile b/math/R/Makefile index 9fa8d61aca3..03fb9a70d3e 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2005/09/20 12:47:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.74 2005/09/28 20:52:24 rillig Exp $ DISTNAME= R-2.1.1 CATEGORIES= math @@ -18,10 +18,10 @@ TEST_TARGET= check USE_TOOLS+= gmake perl:run sed xmkmf USE_GNU_READLINE= # uses callback interface USE_LANGUAGES= c fortran -USE_MAKEINFO= # defined +USE_MAKEINFO= yes TEXINFO_REQD= 4.5 -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-R-shlib CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-readline diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 82528f94024..6704d04a647 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:24 rillig Exp $ DISTNAME= ntl-5.3.1 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.shoup.net/ntl/ COMMENT= C++ library for doing number theory WRKSRC= ${WRKDIR}/${DISTNAME}/src -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_LIBTOOL= yes MAKEFILE= makefile diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 13d98990a92..9755cfdbdfe 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:03:04 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:24 rillig Exp $ DISTNAME= xlispstat-3-52-18 PKGNAME= xlispstat-3.52.18 @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html COMMENT= Statistics/X11-based LISP interpreter -GNU_CONFIGURE= # defined -USE_X11BASE= # defined +GNU_CONFIGURE= yes +USE_X11BASE= yes NOT_FOR_PLATFORM= *-*-alpha # core dumps diff --git a/misc/XFree86-docs/Makefile b/misc/XFree86-docs/Makefile index 5cac873de74..87c41dde57a 100644 --- a/misc/XFree86-docs/Makefile +++ b/misc/XFree86-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:33 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:24 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-docs-${XF_VER} @@ -13,7 +13,7 @@ COMMENT= XFree86 Documentation DEPENDS= imake>=${XF_VER}:../../x11/imake USE_LANGUAGES= # empty -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/doc/specs pre-configure: diff --git a/misc/XFree86-man/Makefile b/misc/XFree86-man/Makefile index 6c32facd9a7..45960fac5ee 100644 --- a/misc/XFree86-man/Makefile +++ b/misc/XFree86-man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:33 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:24 rillig Exp $ DISTNAME= XFree86-${XF_VER}-src-1 PKGNAME= XFree86-man-${XF_VER} @@ -13,7 +13,7 @@ COMMENT= XFree86 Manuals DEPENDS= imake>=${XF_VER}:../../x11/imake USE_LANGUAGES= # empty -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/doc/man INSTALL_TARGET= install.man diff --git a/multimedia/win32-codecs/Makefile b/multimedia/win32-codecs/Makefile index 456874b9926..fbbf1d814f8 100644 --- a/multimedia/win32-codecs/Makefile +++ b/multimedia/win32-codecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/09/15 13:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= windows-all-20050412 @@ -21,8 +21,8 @@ USE_LANGUAGES= # empty ONLY_FOR_PLATFORM= *-*-i386 -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_BUILD= yes +NO_CONFIGURE= yes RESTRICTED= "Unsure of codec's license" NO_BIN_ON_CDROM=${RESTRICTED} diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index da919b0adbc..9da7cbcd0b7 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/09/27 19:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 20:52:24 rillig Exp $ # .include "../../net/bittornado/Makefile.common" @@ -11,7 +11,7 @@ CONFLICTS= bittorrent-gui-[0-9]* DEPENDS+= BitTornado>=0.3.13:../../net/bittornado -NO_BUILD= # defined +NO_BUILD= yes PYTHON_PATCH_SCRIPTS= btcompletedirgui.py btdownloadgui.py PYTHON_PATCH_SCRIPTS+= btmaketorrentgui.py diff --git a/net/djbdns-run/Makefile b/net/djbdns-run/Makefile index 908494fd183..1da9928ec36 100644 --- a/net/djbdns-run/Makefile +++ b/net/djbdns-run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/07/19 21:18:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= djbdns-run-20050415 @@ -17,7 +17,7 @@ DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -NO_CHECKSUM= # defined +NO_CHECKSUM= yes USE_PKGINSTALL= yes INSTALL_EXTRA_TMPL+= ${PKGDIR}/INSTALL diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index de71dc379e2..2a8c339caa8 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/07/16 19:10:40 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -13,10 +13,10 @@ COMMENT= Enhanced Wide Area Information Server NOT_FOR_PLATFORM= Darwin-*-* -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_TOOLS+= perl:run -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \ diff --git a/net/lft/Makefile b/net/lft/Makefile index 3cbc7a33ca2..e8e901f2f7d 100644 --- a/net/lft/Makefile +++ b/net/lft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:49 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= lft-2.2 @@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mainnerve.com/lft/ COMMENT= Layer four traceroute capable of tracing protocol paths -USE_PKGLOCALEDIR= # defined -GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/lopster/Makefile b/net/lopster/Makefile index 0c07ce8fb2a..7b7fd2a8260 100644 --- a/net/lopster/Makefile +++ b/net/lopster/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:25 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= lopster-1.2.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://lopster.sourceforge.net/ COMMENT= Yet another Gtk+ Napster clone USE_TOOLS+= gmake -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes post-extract: ${RM} -fr ${WRKSRC}/intl diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 268479fd673..f2e2f7ef354 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/09/23 20:06:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:24 rillig Exp $ DISTNAME= nemesis-1.4 CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://jeff.wwti.com/nemesis/ COMMENT= Nemesis is a command-line UNIX network packet injection suite -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes BUILDLINK_DEPENDS.libnet+= libnet-1.0.2a diff --git a/net/overnet/Makefile b/net/overnet/Makefile index 5e2c37b3803..3e678fd5e2a 100644 --- a/net/overnet/Makefile +++ b/net/overnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= overnetclc-1.0.1 @@ -16,8 +16,8 @@ BUILD_DEPENDS+= rpm2pkg-[0-9]*:../../pkgtools/rpm2pkg WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes CHECK_SHLIBS= no EVAL_PREFIX= RPM2PKGDIR=rpm2pkg diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 9ffde82853b..6986e987999 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/07/27 16:21:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= ${TWISTED_DISTNAME} @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.twistedmatrix.com/ COMMENT= Framework for writing networked applications -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes USE_LANGUAGES= HTMLDIR= share/doc/py-twisted-docs-${TWISTED_VERSION} diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 3987858b989..3190fb8a0b8 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/03/02 13:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= rinetd @@ -12,7 +12,7 @@ HOMEPAGE= http://www.boutell.com/rinetd/ COMMENT= Internet redirection server WRKSRC= ${WRKDIR}/${PKGNAME:S|nb*||} -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_PKGINSTALL= yes BUILD_TARGET= rinetd diff --git a/net/sitescooper/Makefile b/net/sitescooper/Makefile index b99e0e2ec5d..7688463160d 100644 --- a/net/sitescooper/Makefile +++ b/net/sitescooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:16 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= sitescooper-2.2.8 @@ -14,7 +14,7 @@ DEPENDS+= p5-libwww>=5.46:../../www/p5-libwww DEPENDS+= pilotmgr-[0-9]*:../../comms/pilotmgr USE_TOOLS+= perl:run -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin etc man/man1 diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index 8607f6cf4e4..d9bcdfce0e5 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/25 07:01:20 lukem Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= tnftp-20050625 @@ -17,7 +17,7 @@ GNU_CONFIGURE= YES CONFLICTS+= kth-krb4-[0-9]* CONFLICTS+= lukemftp-[0-9]* -NO_CHECKSUM= # defined +NO_CHECKSUM= yes .include "../../mk/bsd.prefs.mk" diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 8d35b2c572b..8fb98e3ed63 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2005/08/11 11:14:06 adam Exp $ +# $NetBSD: Makefile,v 1.69 2005/09/28 20:52:25 rillig Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp DISTNAME= zebra-0.95 @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-vtysh .endif USE_TOOLS+= automake gmake -USE_MAKEINFO= # defined +USE_MAKEINFO= yes .include "../../devel/readline/buildlink3.mk" BUILD_DEFS+= USE_INET6 diff --git a/news/trn/Makefile b/news/trn/Makefile index 9bcd764a1d5..3049bb7824c 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/07/19 10:16:09 grant Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/28 20:52:25 rillig Exp $ DISTNAME= trn-4.0-test76 PKGNAME= trn-4.76 @@ -29,7 +29,7 @@ DEPENDS= nntpclnt>=1.6.1:../../news/nntpclnt # foo.y.z.com for the purposes of allowing cancels. TRN_HOSTBITS?= 0 -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ENV= PREFIX=${PREFIX} USE_TOOLS+= awk basename cat cp diff echo egrep expr grep mkdir mv diff --git a/parallel/GridSim/Makefile b/parallel/GridSim/Makefile index 80dfecc6188..345557d2b51 100644 --- a/parallel/GridSim/Makefile +++ b/parallel/GridSim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/09/07 17:12:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= gridsimtoolkit-3.0 @@ -14,7 +14,7 @@ COMMENT= Toolkit for simulation of parallel systems USE_JAVA2= run PKG_JVMS_ACCEPTED= sun-jdk14 jdk14 -NO_BUILD= # defined +NO_BUILD= yes do-configure: ${CHMOD} -R a+rX ${WRKSRC} diff --git a/parallel/linda/Makefile b/parallel/linda/Makefile index f6a677a2048..e127009eabc 100644 --- a/parallel/linda/Makefile +++ b/parallel/linda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/08/10 20:56:22 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= linda-0.1.1 @@ -11,8 +11,8 @@ HOMEPAGE= http://sourceforge.net/projects/linda/ COMMENT= Parallel distributed database environment USE_TOOLS+= pkg-config -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes .include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index 06c1a2e45d3..9ec30f47175 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:29 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= binpatch-1.0 @@ -11,7 +11,7 @@ HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html COMMENT= Trivial binary patch applicator -NO_CHECKSUM= # defined +NO_CHECKSUM= yes .include "../../mk/bsd.prefs.mk" diff --git a/pkgtools/libkver/Makefile b/pkgtools/libkver/Makefile index 326796c571d..27c2f54cc91 100644 --- a/pkgtools/libkver/Makefile +++ b/pkgtools/libkver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:05 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:25 rillig Exp $ DISTNAME= libkver-${VERSION} CATEGORIES= pkgtools @@ -14,8 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGINSTALL= YES NO_PKGTOOLS_REQD_CHECK= # defined -NO_CHECKSUM= # defined -NO_MTREE= # defined +NO_CHECKSUM= yes +NO_MTREE= yes VERSION= 0.6 diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile index d5f7b1470c7..f37c0b049b0 100644 --- a/pkgtools/mtree/Makefile +++ b/pkgtools/mtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/09/28 14:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= mtree-20040722 @@ -10,11 +10,11 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Utility for mapping and checking directory hierarchies -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes NO_PKGTOOLS_REQD_CHECK= # defined -NO_CHECKSUM= # defined -NO_MTREE= # defined +NO_CHECKSUM= yes +NO_MTREE= yes NO_PKG_REGISTER= # defined NO_PACKAGE= Deinstallation is not permitted PKG_PRESERVE= # defined diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index a53dc918cb1..e0b33df4a6e 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:05 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -13,9 +13,9 @@ COMMENT= Standalone GNU info file installation utility PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes -NO_CHECKSUM= # defined +NO_CHECKSUM= yes # Don't change this unless the sources are updated from GNU Texinfo. # Otherwise use PKGREVISION if you need to change this package version. diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 5042c9a61b0..c774b326b8a 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2005/06/13 17:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.115 2005/09/28 20:52:25 rillig Exp $ # Notes to package maintainers: # @@ -17,7 +17,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pkgsrc.org/ COMMENT= Package management and administration tools for pkgsrc -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR} CONFIGURE_ARGS+= --with-ftp="\"${FETCH_CMD}"\" CONFIGURE_ARGS+= --with-mtree="\"${MTREE}"\" @@ -30,8 +30,8 @@ USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \ sed sort touch NO_PKGTOOLS_REQD_CHECK= # defined -NO_CHECKSUM= # defined -NO_MTREE= # defined +NO_CHECKSUM= yes +NO_MTREE= yes PKG_PRESERVE= # defined # These are needed to solve a chicken-and-egg problem where pkgsrc uses diff --git a/pkgtools/prereq-readme/Makefile b/pkgtools/prereq-readme/Makefile index 96aeacf45d2..e05614e6157 100644 --- a/pkgtools/prereq-readme/Makefile +++ b/pkgtools/prereq-readme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= prereq-readme-20050521 @@ -11,9 +11,9 @@ HOMEPAGE= http://www.NetBSD.org/ COMMENT= Tools required for pkgsrc README.html generation WRKSRC= ${WRKDIR} -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes NO_INSTALL= # defined NO_PACKAGE= # defined diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile index d9b5929f3fb..e84b5eefdc1 100644 --- a/pkgtools/rc.subr/Makefile +++ b/pkgtools/rc.subr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= rc.subr-20041011 @@ -13,10 +13,10 @@ COMMENT= Portable NetBSD rc.subr implementation for pkgsrc ONLY_FOR_PLATFORM= Darwin-*-* Interix-*-* Linux-*-* SunOS-*-* -NO_BUILD= # defined -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_MTREE= # defined +NO_BUILD= yes +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_MTREE= yes USE_PKGINSTALL= YES PLIST_SUBST+= RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR:S/^\///} diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 646235d191d..890a0abae67 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2005/06/14 20:12:51 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2005/09/28 20:52:25 rillig Exp $ DISTNAME= xpkgwedge-1.14 CATEGORIES= pkgtools devel x11 @@ -14,8 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty USE_LANGUAGES= # empty -NO_CONFIGURE= # defined -NO_CHECKSUM= # defined +NO_CONFIGURE= yes +NO_CHECKSUM= yes .include "../../mk/bsd.prefs.mk" .if ${LOCALBASE} == ${X11BASE} diff --git a/print/cupsomatic-ppds/Makefile b/print/cupsomatic-ppds/Makefile index a823efdaecb..7d8bd72fa7b 100644 --- a/print/cupsomatic-ppds/Makefile +++ b/print/cupsomatic-ppds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:50 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:25 rillig Exp $ DISTNAME= all-com-ppds PKGNAME= cupsomatic-ppds-20010515 @@ -31,8 +31,8 @@ DIST_SUBDIR= ${PKGNAME_NOREV} DEPENDS+= cups>=1.1.14nb1:../../print/cups DEPENDS+= cupsomatic-[0-9]*:../../print/cupsomatic -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST MODELDIR= share/cups/model diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile index 33ec4cb8012..0af23fb6543 100644 --- a/print/dvipdfm/Makefile +++ b/print/dvipdfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:06 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:25 rillig Exp $ DISTNAME= dvipdfm-0.13.2c PKGREVISION= 4 @@ -14,7 +14,7 @@ CONFLICTS+= ja-dvipdfm-[0-9]* CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0 WRKSRC= ${WRKDIR}/dvipdfm -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share # needed to get the stdarg.h version of kpathsea/c-varargs.h instead of the # varargs.h version which gcc3 does not like diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile index 6809999fae5..b4fe4145638 100644 --- a/print/foomatic-gswrapper/Makefile +++ b/print/foomatic-gswrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:25 rillig Exp $ DISTNAME= foomatic-gswrapper PKGNAME= foomatic-gswrapper-1.2 @@ -23,7 +23,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME} USE_TOOLS+= perl:run -NO_BUILD= # defined +NO_BUILD= yes REPLACE_PERL= ${DISTNAME} diff --git a/print/gimp-print-ijs/Makefile b/print/gimp-print-ijs/Makefile index 4410c7cbcd2..c2fa27c4e16 100644 --- a/print/gimp-print-ijs/Makefile +++ b/print/gimp-print-ijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:28 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:25 rillig Exp $ DISTNAME= gimp-print-4.2.6 PKGNAME= gimp-print-ijs-4.2.6 @@ -10,10 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= GIMP print IJS server -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_TOOLS+= gmake -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ijs CONFIGURE_ARGS+= --without-samples CONFIGURE_ARGS+= --without-user-guide diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 96b50275f44..69bb51d791b 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:25 rillig Exp $ DISTNAME= hpijs-1.7.1 PKGREVISION= # empty @@ -12,7 +12,7 @@ COMMENT= HP inkjet printer driver server CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4 USE_LANGUAGES= c c++ -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CPPFLAGS+= -DAPDK_BUFFER_SEND USE_TOOLS+= gzip diff --git a/print/ijs/Makefile b/print/ijs/Makefile index 7179935fa79..78816669c1a 100644 --- a/print/ijs/Makefile +++ b/print/ijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:28 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $ DISTNAME= ijs-0.34 PKGREVISION= 1 @@ -10,8 +10,8 @@ HOMEPAGE= http://www.linuxprinting.org/ijs/ COMMENT= Protocol library for raster page transmission USE_TOOLS+= gmake -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes BUILD_TARGET= libijs.la MAKE_ENV+= XCFLAGS="${CFLAGS}" diff --git a/print/ja-dvipdfm/Makefile b/print/ja-dvipdfm/Makefile index c358b923ce1..73297ec72e9 100644 --- a/print/ja-dvipdfm/Makefile +++ b/print/ja-dvipdfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:08 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:26 rillig Exp $ DISTNAME= dvipdfm-0.13.2c PKGNAME= ja-${DISTNAME} @@ -19,7 +19,7 @@ CONFLICTS+= dvipdfmx-[0-9]* CONFLICTS+= teTeX-bin>=2.0 WRKSRC= ${WRKDIR}/dvipdfm -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${PREFIX}/share .include "../../mk/bsd.prefs.mk" diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile index f4ecc56a0b7..c635f30c2fc 100644 --- a/print/ja-vflib/Makefile +++ b/print/ja-vflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/01 18:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:26 rillig Exp $ DISTNAME= ja-vflib-${VFLIB_VERSION} VFLIB_VERSION= 2.24.2nb1 @@ -15,9 +15,9 @@ DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes do-install: # empty diff --git a/print/scribus/Makefile b/print/scribus/Makefile index a60828fb48d..3652ef07464 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/06 18:05:32 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/28 20:52:26 rillig Exp $ DISTNAME= scribus-1.2.2.1 CATEGORIES= print @@ -15,7 +15,7 @@ PTHREAD_OPTS+= require USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= libtool -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} \ --with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include diff --git a/print/yup/Makefile b/print/yup/Makefile index 19b374a4b9b..8424b09a18f 100644 --- a/print/yup/Makefile +++ b/print/yup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:26 rillig Exp $ # DISTNAME= yup-r1-rel @@ -15,8 +15,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= perl:run WRKSRC= ${WRKDIR}/yup-r1 -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin man/man1 diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index f8965821fc2..91b9be24f56 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:31 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $ DISTNAME= flawfinder-1.26 CATEGORIES= security devel @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.dwheeler.com/flawfinder/ COMMENT= Python program to find flaws in C/C++ programs -NO_BUILD= # defined +NO_BUILD= yes PYTHON_PATCH_SCRIPTS= flawfinder INSTALATION_DIRS= bin man/man1 diff --git a/security/john/Makefile b/security/john/Makefile index fe37d6c5dbe..2bb57cf2fe0 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:32 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $ # DISTNAME= john-1.6 @@ -12,7 +12,7 @@ COMMENT= Unix Password Cracker WRKSRC= ${WRKDIR}/${DISTNAME}/src -NO_CONFIGURE= # defined +NO_CONFIGURE= yes .include "../../mk/compiler.mk" .include "../../mk/bsd.prefs.mk" diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 2d288cc4a8c..7dc4fa15278 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/08/04 10:50:43 martti Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:26 rillig Exp $ DISTNAME= keychain-2.5.5 CATEGORIES= security @@ -15,7 +15,7 @@ DEPENDS+= openssh-[0-9]*:../../security/openssh PKG_INSTALLATION_TYPES= overwrite pkgviews -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin man/man1 share/doc/${PKGBASE} diff --git a/security/libident/Makefile b/security/libident/Makefile index c210916f1b2..6dc5b65ca07 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:13 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:26 rillig Exp $ # DISTNAME= libident-0.22 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Small library to interface to the ident protocol server (rfc1413) -USE_LIBTOOL= # defined +USE_LIBTOOL= yes BUILD_TARGET= netbsd diff --git a/security/pyca/Makefile b/security/pyca/Makefile index 1d64b1c6d20..da386a1c489 100644 --- a/security/pyca/Makefile +++ b/security/pyca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:32 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:26 rillig Exp $ # Date-based distfile name for pre-releases leading to 0.6.6. DISTNAME= pyca-20031021 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pyca.de/ COMMENT= Administration tools for X.509/PKIX CA -NO_BUILD= # defined +NO_BUILD= yes .include "../../mk/bsd.prefs.mk" diff --git a/security/rats/Makefile b/security/rats/Makefile index 86bccf6c1f2..f60eeeaecc5 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/06/17 04:49:48 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:26 rillig Exp $ # DISTNAME= rats-2.1 @@ -12,7 +12,7 @@ COMMENT= Rough Auditing Tool for Security PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/rats BUILD_TARGET= rats diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile index 5aa919be67a..8da275f713f 100644 --- a/security/ssh-askpass/Makefile +++ b/security/ssh-askpass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/03/17 15:48:38 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:26 rillig Exp $ DISTNAME= x11-ssh-askpass-1.0 PKGNAME= ${DISTNAME:S/^x11-//} @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.jmknoble.net/software/x11-ssh-askpass/ COMMENT= X11-based passphrase dialog for OpenSSH -USE_IMAKE= # defined +USE_IMAKE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 196cae44b6f..fba538128bc 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/07/03 04:00:18 tv Exp $ +# $NetBSD: Makefile,v 1.50 2005/09/28 20:52:26 rillig Exp $ DISTNAME= stunnel-4.07 PKGREVISION= 2 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.stunnel.org/ COMMENT= Universal SSL tunnel USE_PKGINSTALL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \ --with-cert-dir="${SSLCERTS}" \ --with-pem-dir="${SSLCERTS}" \ diff --git a/shells/bash2-doc/Makefile b/shells/bash2-doc/Makefile index 641550478ae..73c0f8becac 100644 --- a/shells/bash2-doc/Makefile +++ b/shells/bash2-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:26 rillig Exp $ DISTNAME= bash-doc-2.05b PKGNAME= bash-doc-2.05.2 @@ -13,8 +13,8 @@ COMMENT= Documentation for the GNU Bourne Again Shell CONFLICTS= bash<=2.05nb1 WRKSRC= ${WRKDIR}/doc -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes USE_TOOLS+= gzip diff --git a/sysutils/dvdrecord/Makefile b/sysutils/dvdrecord/Makefile index 90103cd8108..9388ac762bd 100644 --- a/sysutils/dvdrecord/Makefile +++ b/sysutils/dvdrecord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:34 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:26 rillig Exp $ DISTNAME= dvdrtools-${VERSION} PKGNAME= ${DISTNAME:S/dvdrtools/dvdrecord/} @@ -13,7 +13,7 @@ COMMENT= This program allows you to create DVDs on a DVD-Recorder VERSION= 0.1.5 -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes LIBS.SunOS+= -lsocket INSTALLATION_DIRS= bin man/man1 diff --git a/sysutils/fastfs/Makefile b/sysutils/fastfs/Makefile index fb3e6837592..d9f2d513d12 100644 --- a/sysutils/fastfs/Makefile +++ b/sysutils/fastfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:34 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:26 rillig Exp $ # DISTNAME= fastfs.c @@ -13,7 +13,7 @@ COMMENT= Turn on/off delayed IO on a file system ONLY_FOR_PLATFORM= SunOS-*-* WRKSRC= ${WRKDIR}/fastfs -NO_CONFIGURE= # defined +NO_CONFIGURE= yes INSTALLATION_DIRS= sbin do-extract: diff --git a/sysutils/fixelfprot/Makefile b/sysutils/fixelfprot/Makefile index 008b5247c09..254b5bb4c7d 100644 --- a/sysutils/fixelfprot/Makefile +++ b/sysutils/fixelfprot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:23 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:26 rillig Exp $ DISTNAME= fixelfprot-20040714 CATEGORIES= sysutils @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined - sources are part of pkgsrc entry -NO_CONFIGURE= # defined +NO_CONFIGURE= yes INSTALLATION_DIRS= bin diff --git a/sysutils/mgm/Makefile b/sysutils/mgm/Makefile index d6484c381f2..30989ade8c6 100644 --- a/sysutils/mgm/Makefile +++ b/sysutils/mgm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:20 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:26 rillig Exp $ DISTNAME= mgm-1.1 CATEGORIES= sysutils @@ -12,7 +12,7 @@ COMMENT= Moaning Goat Meter DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*$//} -NO_BUILD= # defined +NO_BUILD= yes USE_TOOLS+= perl:run PERL_SCRIPTS= mgm diff --git a/sysutils/mtscan/Makefile b/sysutils/mtscan/Makefile index a51d6137037..212f68439f6 100644 --- a/sysutils/mtscan/Makefile +++ b/sysutils/mtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:34 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:27 rillig Exp $ DISTNAME= mtscan-20050129 CATEGORIES= sysutils @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mail-index.netbsd.org/port-i386/2005/01/29/0011.html COMMENT= Magtape scanner - reports record and file-mark structure -NO_CHECKSUM= # defined +NO_CHECKSUM= yes INSTALLATION_DIRS= bin diff --git a/sysutils/pflogsumm/Makefile b/sysutils/pflogsumm/Makefile index b6285894c04..c8e43b3841e 100644 --- a/sysutils/pflogsumm/Makefile +++ b/sysutils/pflogsumm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:20 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= pflogsumm-1.1.0 @@ -13,7 +13,7 @@ DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc .include "../../mk/bsd.prefs.mk" -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_TOOLS+= perl:run INSTALLATION_DIRS= man/man1 sbin diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index f5f58b260f4..d520d5df02c 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:03:22 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:27 rillig Exp $ DISTNAME= psmisc-20.1 CATEGORIES= sysutils @@ -13,7 +13,7 @@ CONFLICTS+= pstree<=2.16 PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes LIBS+= ${BUILDLINK_LDADD.getopt} # "make install" doesn't install the link from killall -> pidof. diff --git a/sysutils/roller/Makefile b/sysutils/roller/Makefile index e5b495e5ce6..c0092107875 100644 --- a/sysutils/roller/Makefile +++ b/sysutils/roller/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/07/16 01:19:20 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= roller-1.19 @@ -16,7 +16,7 @@ DEPENDS+= pflogsumm-[0-9]*:../../sysutils/pflogsumm .include "../../mk/bsd.prefs.mk" -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_TOOLS+= perl:run MAKE_PARAMS+= PREFIX=${PREFIX} diff --git a/sysutils/storage-manager/Makefile b/sysutils/storage-manager/Makefile index f285916e80d..67bf0cafca3 100644 --- a/sysutils/storage-manager/Makefile +++ b/sysutils/storage-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:35 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:27 rillig Exp $ DISTNAME= sm_linux_v314_install PKGNAME= storage-manager-3.14 @@ -25,8 +25,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/sm_linux_v314_install CHECK_SHLIBS= NO _STRIPFLAG_INSTALL= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INTERACTIVE_STAGE= fetch DOWNLOAD= http://www.adaptec.com/worldwide/support/driverdetail.html?cat=%2fOperating+System%2fLinux&filekey=sm_linux_v314_install.rpm diff --git a/sysutils/vip/Makefile b/sysutils/vip/Makefile index c09ab09fcbb..ce83866d32b 100644 --- a/sysutils/vip/Makefile +++ b/sysutils/vip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:30 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:27 rillig Exp $ DISTNAME= vip-19971113 PKGREVISION= 1 @@ -15,8 +15,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin man/man8 diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index eb705e2f9c9..a296148ed89 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:31 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/09/28 20:52:27 rillig Exp $ DISTNAME= xbattbar_1.4.2 PKGNAME= ${DISTNAME:S/_/-/} @@ -12,7 +12,7 @@ COMMENT= X11 battery graph for laptops WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USE_IMAKE= # defined +USE_IMAKE= yes .if !exists(/usr/include/machine/apmvar.h) PKG_SKIP_REASON= "APM is not available for ${MACHINE_PLATFORM}" diff --git a/sysutils/xraidadmin/Makefile b/sysutils/xraidadmin/Makefile index 4f6ffa710eb..fdb67be499a 100644 --- a/sysutils/xraidadmin/Makefile +++ b/sysutils/xraidadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:36 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= RAIDAdmin1.3archive @@ -21,7 +21,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/RAID\ Admin\ 1.3 -NO_BUILD= # defined +NO_BUILD= yes USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 INSTALLATION_DIRS= bin diff --git a/textproc/awf/Makefile b/textproc/awf/Makefile index b5491a29f84..b760a8234e7 100644 --- a/textproc/awf/Makefile +++ b/textproc/awf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:33 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= nroff-clone @@ -15,7 +15,7 @@ COMMENT= Text formatter (nroff-clone) written in awk EXTRACT_CMD= ${DECOMPRESS_CMD.shar.Z} ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/^\#!/d' | ${SH} WRKSRC= ${WRKDIR} -NO_TOOLS= # defined +NO_TOOLS= yes NO_WRAPPER= # defined SUBST_CLASSES+= awflib diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 22e05e96c8b..3a8670a4d42 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= cdif-1.15 @@ -14,8 +14,8 @@ LICENSE= no-commercial-use WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin do-extract: diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index aa24da76846..b863b935c11 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:33 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:27 rillig Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -16,8 +16,8 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run USE_JAVA2= yes -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile index b5bd88efb41..5e592a15c9e 100644 --- a/textproc/html2wml/Makefile +++ b/textproc/html2wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/07/16 19:10:40 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $ DISTNAME= html2wml-0.4.8r2 PKGNAME= html2wml-0.4.8.2 @@ -15,7 +15,7 @@ DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser DEPENDS+= p5-Text-Template>=1.31:../../textproc/p5-Text-Template DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML -NO_BUILD= # defined +NO_BUILD= yes USE_TOOLS+= perl:run REPLACE_PERL= ${WRKSRC}/html2wml.cgi diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index ff7d85e0a20..9b0127ad87d 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/09/14 07:41:52 pooka Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:27 rillig Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -14,7 +14,7 @@ DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm USE_TOOLS+= perl:run -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index b2bac0d1b7b..cc27de6c895 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/17 03:50:38 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= asclock-gtk-2.1.10beta @@ -13,7 +13,7 @@ COMMENT= Dockable clock and calendar with themes for GTK+ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/asclock-gtk -USE_X11BASE= # defined +USE_X11BASE= yes PLIST_SRC= ${PKGDIR}/PLIST \ ${PKGDIR}/PLIST.themes diff --git a/time/projclock/Makefile b/time/projclock/Makefile index acbe649c567..6aeba0a23f7 100644 --- a/time/projclock/Makefile +++ b/time/projclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/06/03 17:44:15 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= pclock0.7 @@ -17,7 +17,7 @@ DEPENDS+= tk>=8.3.4:../../x11/tk PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/projclock -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes .include "../../mk/bsd.pkg.mk" diff --git a/time/wmfishtime/Makefile b/time/wmfishtime/Makefile index 1c386c26883..3e5d1d4b6b6 100644 --- a/time/wmfishtime/Makefile +++ b/time/wmfishtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:45 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= wmfishtime-1.24 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ne.jp/asahi/linux/timecop/ COMMENT= Dockable clock application with clock, date and fish -USE_X11BASE= # defined +USE_X11BASE= yes .include "../../devel/libgetopt/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/wm/flwm/Makefile b/wm/flwm/Makefile index fb68c58db48..6b4e3887376 100644 --- a/wm/flwm/Makefile +++ b/wm/flwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= flwm-1.00 @@ -12,7 +12,7 @@ HOMEPAGE= http://flwm.sourceforge.net/ COMMENT= The Fast, Light Window Manager -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ENV+= X_LIBS="-lGL" MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -DFLTK_1_0_COMPAT diff --git a/wm/icewmconf/Makefile b/wm/icewmconf/Makefile index dd696021ebb..f18efeb604f 100644 --- a/wm/icewmconf/Makefile +++ b/wm/icewmconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:27 rillig Exp $ DISTNAME= icewmconf-2.1.0 PKGREVISION= 1 @@ -13,7 +13,7 @@ DEPENDS+= tk-[0-9]*:../../x11/tk WRKSRC= ${WRKDIR} FILENAME= ${WRKDIR}/${DISTNAME:C/-.*//} -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 0396b90c653..79e8bd576c2 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2005/09/28 20:52:27 rillig Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -9,7 +9,7 @@ COMMENT= GNOME-aware window manager that is fully configurable in Lisp DEPENDS+= sawfish-replibs-${SF_VERS}nb5:../../wm/sawfish-replibs USE_DIRS+= xdg-1.1 -USE_X11BASE= # defined +USE_X11BASE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 357c98b5a7f..b7e22489de5 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/28 04:25:31 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $ DISTNAME= emacs-w3m-1.3.3 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -26,7 +26,7 @@ EMACS_MAJOR_VERSION= ${EMACS_VERSION:C/\..*//} BUILD_DEPENDS+= ${EMACS_PKGNAME_PREFIX}Mule-UCS>=0.84:../../editors/mule-ucs .endif -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN} BUILD_TARGET= default .if ${EMACS_FLAVOR} == "xemacs" diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile index 5ceea51f132..e9b9e0db8ba 100644 --- a/x11/gtk-engines/Makefile +++ b/x11/gtk-engines/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:48:08 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/28 20:52:27 rillig Exp $ DISTNAME= gtk-engines-0.12 PKGREVISION= 7 @@ -11,10 +11,10 @@ COMMENT= Theme engines for GTK+ CONFLICTS+= gtk2-engines-* -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_X11BASE= # defined -USE_LIBTOOL= # defined +USE_X11BASE= yes +USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile index 823b334b333..600540f0370 100644 --- a/x11/gtkstep/Makefile +++ b/x11/gtkstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:48:08 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:28 rillig Exp $ DISTNAME= gtkstep-1.10 PKGREVISION= 5 @@ -11,8 +11,8 @@ HOMEPAGE= http://ulli.linuxave.net/gtkstep/index.html COMMENT= GTK theme-engine to yield a NEXTSTEP(tm) look and feel USE_DIRS+= xdg-1.1 -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes post-install: ${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 79ad6887e77..15b6666ce3d 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/07/17 21:57:52 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/28 20:52:28 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_DIRS+= XFree86-1.1 INSTALL_TARGET= install install.man -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes .include "../../mk/bsd.prefs.mk" diff --git a/x11/multi-gnome-terminal/Makefile b/x11/multi-gnome-terminal/Makefile index 891c1a844ae..c7d7f4c8e30 100644 --- a/x11/multi-gnome-terminal/Makefile +++ b/x11/multi-gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:48 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/28 20:52:28 rillig Exp $ DISTNAME= multi-gnome-terminal-1.6.1 PKGREVISION= 7 @@ -10,10 +10,10 @@ HOMEPAGE= http://multignometerm.sourceforge.net/ COMMENT= Gnome tabbed terminal emulator USE_DIRS+= xdg-1.1 -USE_X11BASE= # defined +USE_X11BASE= yes USE_TOOLS+= gmake -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV+= ac_cv_prog_JADE=no CONFIGURE_ARGS+= --enable-gtk-doc=no diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 065ba28dd36..924db179d7c 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:03:29 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/28 20:52:28 rillig Exp $ DISTNAME= neXtaw-0.15.1 PKGREVISION= 1 @@ -9,9 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://siag.nu/neXtaw/ COMMENT= NeXTstep-like widgets based on the Athena Widget set -USE_X11BASE= # defined -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +USE_X11BASE= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes DOCDIR= ${PREFIX}/share/doc/${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} diff --git a/x11/py-qt2-sip/Makefile b/x11/py-qt2-sip/Makefile index 64b3aa23b94..6cc91892ab1 100644 --- a/x11/py-qt2-sip/Makefile +++ b/x11/py-qt2-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:03:30 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:28 rillig Exp $ # DISTNAME= sip-3.1 @@ -11,9 +11,9 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php COMMENT= Tool to create Python bindings for C++ libraries -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHONBIN} \ --with-qt-dir=${QTDIR} diff --git a/x11/py-qt2/Makefile b/x11/py-qt2/Makefile index 31ff12643c4..1eff3f44bdb 100644 --- a/x11/py-qt2/Makefile +++ b/x11/py-qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/09/18 19:55:15 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:28 rillig Exp $ # DISTNAME= PyQt-3.1-Qt-2.3.1 @@ -12,9 +12,9 @@ HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/index.php COMMENT= Python bindings for the Qt toolkit WRKSRC= ${WRKDIR}/PyQt-3.1 -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHONBIN} \ --with-qt-dir=${QTDIR} diff --git a/x11/wxWindows-docs/Makefile b/x11/wxWindows-docs/Makefile index 97460b11a02..fb7540e476e 100644 --- a/x11/wxWindows-docs/Makefile +++ b/x11/wxWindows-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/24 22:46:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:28 rillig Exp $ DISTNAME= wxHTML22 PKGNAME= wxWindows-docs-2.2 @@ -11,8 +11,8 @@ HOMEPAGE= http://www.freiburg.linux.de/~wxxt/docs.html COMMENT= HTML documentation for wxWindows WRKSRC= ${WRKDIR}/wxHTML -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes HTMLDIR= ${PREFIX}/share/doc/html/wx diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index 4379f880e0c..dfda4b0f35a 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:28 rillig Exp $ # .include "../../x11/xbindkeys/Makefile.common" @@ -10,8 +10,8 @@ COMMENT+= (Tk interface) DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys DEPENDS+= tk>=8.3.4:../../x11/tk -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin man/man1 diff --git a/x11/xfce3/Makefile b/x11/xfce3/Makefile index bbf0b783d65..fa429fd4847 100644 --- a/x11/xfce3/Makefile +++ b/x11/xfce3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xfce-3.8.18 PKGREVISION= 5 @@ -11,12 +11,12 @@ COMMENT= Lightweight desktop environment with CDE look and feel BUILD_USES_MSGFMT= yes -USE_X11BASE= # defined -USE_PKGLOCALEDIR= # defined -USE_LIBTOOL= # defined +USE_X11BASE= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes USE_TOOLS+= gmake -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .if ${MACHINE_ARCH} == "alpha" GCC_REQD+= 2.95 diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index 104b0387a8c..3ec641f7cdf 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:33 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xvattr-1.3 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= veego@NetBSD.org HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ COMMENT= Modify Xv attributes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 9c5c52f54b9..88f0bba46e7 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:48:17 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-clients-3.2.1 @@ -16,7 +16,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images WRKSRC= ${WRKDIR}/${DISTNAME}/clients -USE_IMAKE= # defined +USE_IMAKE= yes post-patch: @cd ${WRKSRC}; \ diff --git a/x11/xview-config/Makefile b/x11/xview-config/Makefile index 3fb4960a76d..f3d9939e6d5 100644 --- a/x11/xview-config/Makefile +++ b/x11/xview-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:48:17 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-config-3.2.1 @@ -14,7 +14,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL EXTRACT_ELEMENTS= ${DISTNAME}/config WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS} -USE_IMAKE= # defined +USE_IMAKE= yes post-extract: @${CHMOD} -R go+rX ${WRKDIR} diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile index e522926fe99..4c099eae5bd 100644 --- a/x11/xview-lib/Makefile +++ b/x11/xview-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/04/11 21:48:17 tv Exp $ +# $NetBSD: Makefile,v 1.28 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-lib-3.2.1 @@ -15,7 +15,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL # builds, but binaries in../xview-clients all crash NOT_FOR_PLATFORM= *-*-alpha -USE_IMAKE= # defined +USE_IMAKE= yes post-install: cd ${PREFIX}/lib && ${LN} -fs libolgx.so.3.2 libolgx.so.3 && \ diff --git a/x11/xview/Makefile b/x11/xview/Makefile index bd5836ba244..6ec2d5aaecf 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/07/19 02:29:35 grant Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:28 rillig Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -16,12 +16,12 @@ DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib -USE_X11BASE= # defined +USE_X11BASE= yes EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_CHECKSUM= yes +NO_BUILD= yes +NO_CONFIGURE= yes do-install: # empty |