From 144a1ee17597baca30662496f4ee8079c3b6a57b Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 22 Jul 2006 04:46:13 +0000 Subject: Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed. --- archivers/advancecomp/Makefile | 4 ++-- archivers/par2/Makefile | 4 ++-- audio/darkice/Makefile | 4 ++-- audio/libhydrogen/Makefile | 4 ++-- audio/libmodplug/Makefile | 4 ++-- audio/libmusepack/Makefile | 4 ++-- audio/libsidplay/Makefile | 4 ++-- audio/libsidplay2/Makefile | 4 ++-- audio/spiralloops/Makefile | 4 ++-- audio/xanalyser/Makefile | 4 ++-- audio/xmms-musepack/Makefile | 4 ++-- benchmarks/postal/Makefile | 4 ++-- cad/electric/Makefile | 4 ++-- chat/kadu/Makefile | 4 ++-- chat/konversation/Makefile | 4 ++-- converters/libwpd/Makefile | 4 ++-- cross/uisp/Makefile | 4 ++-- databases/bdb-xml/Makefile | 4 ++-- databases/metakit-lib/Makefile | 4 ++-- databases/myodbc/options.mk | 4 ++-- databases/mysqlcc/Makefile | 4 ++-- databases/pgadmin3/Makefile | 4 ++-- databases/qdbm-plus/Makefile | 4 ++-- devel/cppunit/Makefile | 4 ++-- devel/fastdep/Makefile | 4 ++-- devel/gsoap/Makefile | 4 ++-- devel/hdf5/options.mk | 4 ++-- devel/intel2gas/Makefile | 5 ++--- devel/libextractor/Makefile | 4 ++-- devel/papaya/Makefile | 4 ++-- devel/rapidsvn/Makefile | 4 ++-- devel/tvision/Makefile | 4 ++-- editors/dasher/Makefile | 4 ++-- emulators/pearpc/Makefile | 4 ++-- games/anise/Makefile | 4 ++-- games/ivan/Makefile | 4 ++-- games/plib/Makefile | 4 ++-- games/spaceracer/Makefile | 4 ++-- games/xsc/Makefile | 4 ++-- geography/geos/Makefile | 5 ++--- graphics/cal3d/Makefile.common | 4 ++-- graphics/dia/Makefile.common | 4 ++-- graphics/gimp-ufraw/Makefile | 4 ++-- graphics/grap/Makefile | 4 ++-- graphics/hicolor-icon-theme/Makefile | 4 ++-- graphics/libvideogfx/Makefile | 4 ++-- graphics/vnc2swf/Makefile | 4 ++-- graphics/wxsvg/Makefile | 4 ++-- lang/drscheme/Makefile | 4 ++-- mail/bbmail/Makefile | 4 ++-- mail/evolution-data-server/Makefile | 4 ++-- mail/nullmailer/Makefile | 4 ++-- mail/spamass-milter/Makefile | 4 ++-- math/blitz++/Makefile | 4 ++-- math/fftwf/Makefile | 4 ++-- math/graphopt/Makefile | 4 ++-- meta-pkgs/gnuradio/Makefile.common | 4 ++-- misc/celestia/Makefile | 4 ++-- misc/colortail/Makefile | 4 ++-- misc/qbrew/Makefile | 4 ++-- misc/xchm/Makefile | 4 ++-- misc/xtide/Makefile | 4 ++-- misc/yelp/Makefile | 4 ++-- multimedia/avidemux/Makefile | 4 ++-- multimedia/gst-plugins0.10-bad/Makefile | 4 ++-- multimedia/mmg/Makefile | 4 ++-- multimedia/mplayer-plugin-firefox/Makefile.common | 4 ++-- multimedia/totem/Makefile.common | 4 ++-- multimedia/vlc08/Makefile | 4 ++-- net/gnugk/Makefile | 4 ++-- net/kphone/Makefile | 4 ++-- net/rtorrent/Makefile | 4 ++-- net/synergy/Makefile | 4 ++-- net/synergy1.2/Makefile | 4 ++-- net/tn5250/Makefile | 5 ++--- print/evince/Makefile.common | 4 ++-- print/scribus/Makefile | 4 ++-- print/xpp/Makefile | 4 ++-- security/amavisd-new/Makefile | 4 ++-- security/fwbuilder/Makefile | 4 ++-- security/libfwbuilder/Makefile | 4 ++-- security/pwsafe/Makefile | 4 ++-- sysutils/bacula/Makefile.common | 4 ++-- sysutils/nautilus-cd-burner/Makefile | 4 ++-- sysutils/xfe/Makefile | 4 ++-- textproc/libpathan/Makefile | 4 ++-- textproc/regexx/Makefile | 4 ++-- time/bbdate/Makefile | 4 ++-- wm/bbkeys/Makefile | 4 ++-- wm/bbpager/Makefile | 4 ++-- wm/fluxter/Makefile | 4 ++-- wm/pekwm/Makefile | 4 ++-- wm/qvwm/Makefile | 4 ++-- www/apachetop/Makefile | 6 ++---- www/cgicc/Makefile | 4 ++-- www/epiphany-extensions/Makefile | 4 ++-- www/epiphany/Makefile | 4 ++-- x11/acidlaunch/Makefile | 4 ++-- x11/compositeproto/Makefile | 4 ++-- x11/ede/Makefile | 4 ++-- x11/efltk/Makefile | 4 ++-- x11/fixesproto/Makefile | 4 ++-- x11/py-qt2-sip/Makefile | 4 ++-- x11/py-qt2/Makefile | 4 ++-- x11/randrproto/Makefile | 4 ++-- x11/renderproto/Makefile | 4 ++-- x11/rxvt-unicode/Makefile | 4 ++-- x11/xextproto/Makefile | 4 ++-- 108 files changed, 216 insertions(+), 221 deletions(-) diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index f6f3e5f3093..fc3fdeb1f62 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/12 20:12:56 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:13 rillig Exp $ DISTNAME= advancecomp-1.15 CATEGORIES= archivers @@ -11,7 +11,7 @@ COMMENT= Recompression utilities for .zip, .png, .mng and .gz files PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index cc660117931..daa69f5d568 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/22 22:50:31 tv Exp $ +# $NetBSD: Makefile,v 1.9 2006/07/22 04:46:13 rillig Exp $ # DISTNAME= par2cmdline-0.4 @@ -12,7 +12,7 @@ COMMENT= Create or use PAR2 parity volumes PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index e3e189ef1f3..ffaed0fafd1 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/21 10:27:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:13 rillig Exp $ # DISTNAME= darkice-0.17.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://darkice.sourceforge.net/ COMMENT= IceCast, IceCast2 and ShoutCast live audio streamer GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake CONFIGURE_ARGS+= --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis} diff --git a/audio/libhydrogen/Makefile b/audio/libhydrogen/Makefile index c13c2784a9e..ee65d594294 100644 --- a/audio/libhydrogen/Makefile +++ b/audio/libhydrogen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/06 15:57:35 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:14 rillig Exp $ DISTNAME= libhydrogen-0.8.0 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Shared library for the Hydrogen drum machine NOT_FOR_PLATFORM= Interix-*-* -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index d16a8109a64..9dc822ab2ac 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/09 21:04:40 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= libmodplug-0.7 @@ -12,7 +12,7 @@ COMMENT= Library for decoding mod-like music formats GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile index f21ef67ad0d..e9c01c4a4c7 100644 --- a/audio/libmusepack/Makefile +++ b/audio/libmusepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:28:56 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= libmusepack-1.0.3 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= Portable Musepack decoder library -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index c7d6c198358..44ee6de1ca2 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:08:11 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= libsidplay-1.36.59 @@ -16,6 +16,6 @@ CONFLICTS= sidplay-1.36.* GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index 0cf4efaf1c3..ad49a973271 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/06/09 15:24:09 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= sidplay-libs-2.1.1 @@ -14,7 +14,7 @@ COMMENT= Sidplay2 Library GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --includedir=${PREFIX:Q}/include/libsidplay2 diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index bafce1747f8..f7614735d96 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= SpiralLoops-2.0.0 @@ -16,7 +16,7 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \ *-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \ *-*-vax -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index e63b5dafe6c..921eca893cf 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/09 21:04:42 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= xanalyser-1.24 @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.suse.de/~arvin/xanalyser/ COMMENT= Frequency spectrum analyser for X -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes .include "../../graphics/xpm/buildlink3.mk" diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index 03756ef6f2b..9d006a823e3 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:00 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= xmms-musepack-1.1 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= XMMS plugin for musepack (mpc) files -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index db324558a53..9e6dfdd6691 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/06 16:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:14 rillig Exp $ DISTNAME= postal-0.62 PKGREVISION= 3 @@ -13,7 +13,7 @@ COMMENT= Tool for benchmarking SMTP/POP servers PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../security/openssl/buildlink3.mk" diff --git a/cad/electric/Makefile b/cad/electric/Makefile index 1cf8cfb31f3..d832155d688 100644 --- a/cad/electric/Makefile +++ b/cad/electric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/14 15:27:20 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= electric-7.00 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/electric/electric.html COMMENT= Electrical CAD system GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ post-patch: ${MV} ${WRKSRC}/src/include/config.h ${WRKSRC}/src/include/config.h.bak diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile index 3efda7beff2..347a5b587b1 100644 --- a/chat/kadu/Makefile +++ b/chat/kadu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/05/23 09:36:30 adam Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:14 rillig Exp $ DISTNAME= kadu-0.4.3 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Chat client for Gadu-Gadu network (Poland) WRKSRC= ${WRKDIR}/kadu USE_DIRS+= xdg-1.2 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile index a0d602f7ca7..2dc3ca4b9da 100644 --- a/chat/konversation/Makefile +++ b/chat/konversation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/07/14 22:48:45 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= konversation-0.19 @@ -14,7 +14,7 @@ COMMENT= KDE IRC Client GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= gmake perl msgfmt -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ LANGS= da en es et st it nl pt sv USE_PKGLOCALEDIR= YES diff --git a/converters/libwpd/Makefile b/converters/libwpd/Makefile index 1cd4877cec1..b2241dbca4f 100644 --- a/converters/libwpd/Makefile +++ b/converters/libwpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/09 15:45:28 reed Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:14 rillig Exp $ DISTNAME= libwpd-0.8.4 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://libwpd.sourceforge.net/ COMMENT= Library for importing and exporting WordPerfect(tm) documents -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile index 58eeef81b51..7f047303f34 100644 --- a/cross/uisp/Makefile +++ b/cross/uisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/01 22:26:58 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= uisp-20040311 @@ -10,7 +10,7 @@ MAINTAINER= rumble@NetBSD.org HOMEPAGE= http://savannah.nongnu.org/projects/uisp COMMENT= AVR microcontroller hardware in-system programmer -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/databases/bdb-xml/Makefile b/databases/bdb-xml/Makefile index 6ae9e0d7b7d..0143e44a189 100644 --- a/databases/bdb-xml/Makefile +++ b/databases/bdb-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/16 09:30:59 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:14 rillig Exp $ DISTNAME= dbxml-1.2.1 PKGNAME= ${DISTNAME:S/db/bdb-/} @@ -18,7 +18,7 @@ CONFIGURE_SCRIPT= ../dist/configure CONFIG_GUESS_OVERRIDE= ../dist/config.guess CONFIG_SUB_OVERRIDE= ../dist/config.sub CONFIG_STATUS_OVERRIDE= ../dist/config.status -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4} diff --git a/databases/metakit-lib/Makefile b/databases/metakit-lib/Makefile index ac90aaadace..df4cb5c8f6d 100644 --- a/databases/metakit-lib/Makefile +++ b/databases/metakit-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:08 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= metakit-2.4.9.5 @@ -15,7 +15,7 @@ CONFIGURE_DIRS= builds CONFIGURE_SCRIPT= ../unix/configure CONFIGURE_ARGS+= --without-tcl BUILD_DIRS= builds -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes TEST_TARGET= test diff --git a/databases/myodbc/options.mk b/databases/myodbc/options.mk index ad6896a0ef1..7ffae3d02e9 100644 --- a/databases/myodbc/options.mk +++ b/databases/myodbc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2006/01/23 18:53:45 xtraeme Exp $ +# $NetBSD: options.mk,v 1.2 2006/07/22 04:46:14 rillig Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.myodbc @@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS= myodbc-iodbc .if !empty(PKG_OPTIONS:Mmyodbc-gui) . include "../../x11/qt3-tools/buildlink3.mk" CONFIGURE_ARGS+= --enable-gui -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ PLIST_SUBST+= WITH_GUI= .else CONFIGURE_ARGS+= --disable-gui diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index 847c6e03f3c..90f41474d0e 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/21 13:20:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= mysqlcc-0.9.4-src @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mysql.com/ COMMENT= MySQL Control Center -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= YES USE_TOOLS+= automake GNU_CONFIGURE= YES diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 5f993d565ff..6d25484fb49 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:15 rillig Exp $ DISTNAME= pgadmin3-1.4.2 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ COMMENT= GUI administration tool for PostgreSQL RDBMS -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/databases/qdbm-plus/Makefile b/databases/qdbm-plus/Makefile index cfec9ca8c29..1582634a102 100644 --- a/databases/qdbm-plus/Makefile +++ b/databases/qdbm-plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:57:45 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:15 rillig Exp $ # .include "../../databases/qdbm/Makefile.common" @@ -15,7 +15,7 @@ BUILD_DIRS= ${MY_SUBDIR} CONFIGURE_DIRS= ${MY_SUBDIR} GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ TEST_TARGET= check .include "../../databases/qdbm/buildlink3.mk" diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index de7ce873af9..aa55f63ec76 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/05 21:32:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= cppunit-1.10.2 @@ -13,7 +13,7 @@ COMMENT= CppUnit is a C++ unit testing framework BUILD_DEPENDS+= doxygen>=1.4.7:../../devel/doxygen USE_LIBTOOL= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile index a21a753a85e..e10f4adcacc 100644 --- a/devel/fastdep/Makefile +++ b/devel/fastdep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/06 14:11:46 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= fastdep-0.16 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/ COMMENT= Dependency generator for C/C++ files GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 73920e31364..2a4765db245 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/09 16:13:47 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:15 rillig Exp $ DISTNAME= gsoap_2.7.7 PKGNAME= gsoap-2.7.7 @@ -11,7 +11,7 @@ COMMENT= Tools for coding SOAP XML Web Services in C and C++ WRKSRC= ${WRKDIR}/gsoap-2.7 GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= yacc PKGCONFIG_OVERRIDE+= ${WRKSRC}/gsoap++.pc.in diff --git a/devel/hdf5/options.mk b/devel/hdf5/options.mk index 31625e1ddc4..b4988bc2091 100644 --- a/devel/hdf5/options.mk +++ b/devel/hdf5/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2006/01/04 06:05:44 recht Exp $ +# $NetBSD: options.mk,v 1.3 2006/07/22 04:46:15 rillig Exp $ PKG_OPTIONS_VAR=PKG_OPTIONS.hdf5 PKG_SUPPORTED_OPTIONS= szip cxx threads @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --with-szlib .endif .if !empty(PKG_OPTIONS:Mcxx) -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-cxx PLIST_SUBST+= CXX= .else diff --git a/devel/intel2gas/Makefile b/devel/intel2gas/Makefile index 76f70db89fa..544510a1a55 100644 --- a/devel/intel2gas/Makefile +++ b/devel/intel2gas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/02 14:15:50 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= intel2gas-1.3.3 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/ COMMENT= Convert nasm source files to gas source files GNU_CONFIGURE= yes - -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" diff --git a/devel/libextractor/Makefile b/devel/libextractor/Makefile index 0c82a7b77f5..84dd3b80c9e 100644 --- a/devel/libextractor/Makefile +++ b/devel/libextractor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/07 15:49:31 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/22 04:46:15 rillig Exp $ DISTNAME= libextractor-0.5.14 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://gnunet.org/libextractor/ COMMENT= Metadata extractor for various file data types USE_LIBTOOL= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index b96f6447f39..93dd89f27ee 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/31 05:37:09 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= papaya-0.1.7 @@ -13,7 +13,7 @@ COMMENT= Simple scripts for software development PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C GNU_CONFIGURE= YES CONFIGURE_ENV+= gzip_command=${TOOLS_GZIP_CMD:Q} CONFIGURE_ENV+= sh_command=${TOOLS_SH:Q} diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 2418dd41586..0c1c7725dfd 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/05/21 09:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/22 04:46:15 rillig Exp $ DISTNAME= rapidsvn-0.9.0 PKGREVISION= 3 @@ -10,7 +10,7 @@ HOMEPAGE= http://rapidsvn.tigris.org/ COMMENT= Cross-platform Subversion GUI USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index c4b064d5527..38efec678ef 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/06/02 18:15:05 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= tvision-0.8 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.sigala.it/sergio/tvision/ COMMENT= Turbo Vision C++ CUI library for UNIX GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GCC_REQD+= 3.0 diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile index 3cd2790f02d..78d9bd0bb94 100644 --- a/editors/dasher/Makefile +++ b/editors/dasher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/05 05:37:40 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/07/22 04:46:15 rillig Exp $ DISTNAME= dasher-4.0.2 CATEGORIES= editors gnome @@ -10,7 +10,7 @@ HOMEPAGE= http://www.inference.phy.cam.ac.uk/dasher/ COMMENT= Easy typing without using keyboard USE_DIRS+= gnome2-1.5 -USE_LANGUAGES+= c++ +USE_LANGUAGES+= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index f8ed7ba4727..65fb9a44019 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:08 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:15 rillig Exp $ DISTNAME= pearpc-0.4 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://pearpc.sourceforge.net/ COMMENT= PowerPC emulator GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/ppccfg.example ${PKG_SYSCONFDIR}/ppccfg.conf diff --git a/games/anise/Makefile b/games/anise/Makefile index 0115dbcd6c5..a4fdfc1b7f4 100644 --- a/games/anise/Makefile +++ b/games/anise/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/12 16:28:07 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= anise-beta10-20040307-linux @@ -14,7 +14,7 @@ COMMENT= Adventure game scripting engine PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/ivan/Makefile b/games/ivan/Makefile index 48455b13f0c..23bda74981c 100644 --- a/games/ivan/Makefile +++ b/games/ivan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/05 06:53:12 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= ivan-0.50 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ REQD_DIRS+= share/ivan CONF_FILES_PERMS+= /dev/null ${PREFIX}/share/ivan/ivan-highscore.scores \ diff --git a/games/plib/Makefile b/games/plib/Makefile index c0bb89de462..d56353d5b0c 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/09 21:04:43 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= plib-1.6.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://plib.sourceforge.net/ COMMENT= Libraries for writing portable games/realtime interactive apps GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CPPFLAGS+= -Dunix=1 .include "../../graphics/Mesa/buildlink3.mk" diff --git a/games/spaceracer/Makefile b/games/spaceracer/Makefile index 3d0d429dbf7..ec755df503d 100644 --- a/games/spaceracer/Makefile +++ b/games/spaceracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/06/12 16:28:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= spaceracer-0.2.4 @@ -11,7 +11,7 @@ MAINTAINER= rillig@NetBSD.org HOMEPAGE= http://spaceracer.sourceforge.net/ COMMENT= 3D car racing game -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= automake autoconf diff --git a/games/xsc/Makefile b/games/xsc/Makefile index 36ab741f7bd..1b578d199a6 100644 --- a/games/xsc/Makefile +++ b/games/xsc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:44 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/07/22 04:46:15 rillig Exp $ # DISTNAME= xsc-1.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.panix.com/~mbh/xsc/ COMMENT= Star Castle clone GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin .include "../../mk/x11.buildlink3.mk" diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 097c53c9435..8719ecd88b4 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 10:36:46 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= geos-2.0.0 @@ -13,7 +13,6 @@ COMMENT= C++ port of the Java Topology Suite (JTS) USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes - -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" diff --git a/graphics/cal3d/Makefile.common b/graphics/cal3d/Makefile.common index 29b7787913d..037c9390090 100644 --- a/graphics/cal3d/Makefile.common +++ b/graphics/cal3d/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2006/05/22 18:21:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.8 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= cal3d-${CAL3D_VERSION} @@ -12,7 +12,7 @@ HOMEPAGE= http://cal3d.sourceforge.net/ COMMENT= Skeletal based 3d character animation library in C++ EXTRACT_SUFX= .tar.bz2 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= automake GNU_CONFIGURE= yes diff --git a/graphics/dia/Makefile.common b/graphics/dia/Makefile.common index e38beae49d1..46368835337 100644 --- a/graphics/dia/Makefile.common +++ b/graphics/dia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2006/07/05 05:37:41 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= dia-0.95-1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --without-python diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index b2ad07e47cc..5bb97a043b9 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/11 00:46:50 gdt Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/22 04:46:16 rillig Exp $ DISTNAME= ufraw-0.8.1 PKGNAME= gimp-${DISTNAME} @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config USE_TOOLS+= perl:run pod2man USE_DIRS+= xdg-1.1 -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ # This package uses too much C99 code to be patched. GCC_REQD+= 3.0 diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index 576cb620076..a84f684ce95 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/08 16:03:13 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $ DISTNAME= grap-1.30 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Language for typesetting graphs PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= lex yacc .include "../../mk/bsd.pkg.mk" diff --git a/graphics/hicolor-icon-theme/Makefile b/graphics/hicolor-icon-theme/Makefile index 34099d49c8b..cd1288efbb3 100644 --- a/graphics/hicolor-icon-theme/Makefile +++ b/graphics/hicolor-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/15 22:13:58 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= hicolor-icon-theme-0.9 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES NO_BUILD= YES USE_DIRS+= xdg-1.1 -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C USE_TOOLS+= gmake FILES_SUBST+= GTK_UPDATE_ICON_CACHE="${BUILDLINK_PREFIX.gtk2}/bin/gtk-update-icon-cache" diff --git a/graphics/libvideogfx/Makefile b/graphics/libvideogfx/Makefile index e472ff7d3c7..fcf0139b9ed 100644 --- a/graphics/libvideogfx/Makefile +++ b/graphics/libvideogfx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:45:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= libvideogfx-1.0.3 @@ -12,7 +12,7 @@ HOMEPAGE= \ http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/index.html COMMENT= C++ library for low-level video processing -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile index fa002739137..4a585d6daf1 100644 --- a/graphics/vnc2swf/Makefile +++ b/graphics/vnc2swf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/08 15:54:55 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= vnc2swf-0.5.0 @@ -13,7 +13,7 @@ COMMENT= Record vnc session as flash movie DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/html/vnc2swf diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 72c68f9ecba..602d56de061 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/07/05 19:47:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= wxsvg-1.0b6 @@ -11,7 +11,7 @@ HOMEPAGE= http://wxsvg.sourceforge.net/ COMMENT= C++ library to create, manipulate and render SVG files GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index ef9fc2ec029..ad807c236c4 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/05/15 19:25:47 ghen Exp $ +# $NetBSD: Makefile,v 1.37 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= plt-${DRSCHEME_VERSION}-src-unix @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/plt/src USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ DRSCHEME_VERSION= 209 diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index b9489f84c1c..492fa8749b9 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:53 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= bbmail-0.8.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbtools.windsofstorm.net/ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin man/man1 diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 2f75f5ef2c1..e173fc30b71 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/07/05 05:37:42 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= evolution-data-server-1.6.2 @@ -15,7 +15,7 @@ BUILDLINK_API_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3 GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_TOOLS+= bison gmake intltool msgfmt pkg-config -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 1deb7005c1d..b7c33ad276c 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/07/01 19:33:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.25 2006/07/22 04:46:16 rillig Exp $ DISTNAME= nullmailer-1.03 CATEGORIES= mail @@ -8,7 +8,7 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://untroubled.org/nullmailer/ COMMENT= Simple relay-only mail transport agent -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE}/spool diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index def90cec547..f7fdd6e56ce 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= spamass-milter-0.3.0 @@ -13,7 +13,7 @@ COMMENT= Milter interface to Spamassassin DEPENDS+= spamassassin>=2.44:../../mail/spamassassin GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ RCD_SCRIPTS= spamass-milter diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 583f4da18d5..0534f783458 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/06 13:37:07 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.oonumerics.org/blitz/ COMMENT= C++ template class library providing array objects -USE_LANGUAGES= c++ fortran +USE_LANGUAGES= c c++ fortran USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index 83bcb77b128..123bca3b0ab 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:03 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:16 rillig Exp $ .if (${MACHINE_ARCH} == "powerpc") DISTNAME= fftw-3.0.1-fma @@ -27,7 +27,7 @@ DEPENDS+= fftw>=3.0.1:../../math/fftw #CONFIGURE_ARGS+= --enable-sse CONFIGURE_ARGS+= --with-our-malloc16 .endif -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran USE_TOOLS+= gmake TEST_TARGET= check diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index 59b07f79e17..6e9006fa557 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= graphopt-0.4.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://schmuhl.org/graphopt/ COMMENT= Optimize graph layouts USE_DIRS+= xdg-1.1 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES post-install: diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common index c67cdcaf4e2..ecb7be04f47 100644 --- a/meta-pkgs/gnuradio/Makefile.common +++ b/meta-pkgs/gnuradio/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2006/07/07 19:30:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2006/07/22 04:46:16 rillig Exp $ # # This Makefile fragment is included at the top of package Makefiles for # GNU Radio distributed packages (they all share common configure and build @@ -12,7 +12,7 @@ HOMEPAGE?= http://www.gnu.org/software/gnuradio/ USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake automake autoconf pkg-config BUILD_DEPENDS+=doxygen>=1.4.7:../../devel/doxygen diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile index 3db1f947f32..e1d0f9d49a1 100644 --- a/misc/celestia/Makefile +++ b/misc/celestia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:16 rillig Exp $ DISTNAME= celestia-1.4.1 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Free real-time 3D space simulator DISTINFO_FILE= ${.CURDIR}/../../misc/celestia/distinfo PATCHDIR= ${.CURDIR}/../../misc/celestia/patches -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 74fe986311b..cdec7dfffe2 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/02 18:30:14 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:17 rillig Exp $ DISTNAME= colortail-0.3.0 CATEGORIES= misc @@ -8,7 +8,7 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://morrdusk.net/projects/colortail/ COMMENT= Colour-able replacement for tail(1) -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index 1b450368ed9..ec47c2a2b51 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/22 20:53:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:17 rillig Exp $ DISTNAME= qbrew-0.3.5 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.usermode.org/code.html COMMENT= Homebrewer's recipe calculator -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index b7fdc6bb3b4..8429d1680cc 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/06/11 14:25:21 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= xchm-1.9 @@ -10,7 +10,7 @@ HOMEPAGE= http://xchm.sourceforge.net/ COMMENT= CHM viewer for UNIX USE_DIRS+= xdg-1.1 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index 49d0ef231a6..5c8670806a9 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/05/15 22:47:20 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:17 rillig Exp $ DISTNAME= xtide-2.4 PKGREVISION= 5 @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${XTIDE_SRC} XTIDE_SRC= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/xtide diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index c4288e5b7af..edae6a5f778 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/07/07 18:31:33 drochner Exp $ +# $NetBSD: Makefile,v 1.54 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= yelp-2.14.2 @@ -19,7 +19,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-html-widget=gtkhtml2 diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index 296f10f366a..29245186d36 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/20 21:13:38 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= avidemux-2.1.2 @@ -12,7 +12,7 @@ COMMENT= Graphical video editing program GCC_REQD+= 3.0 GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_TOOLS+= gmake perl pkg-config diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile index 7ec3b2ccb77..601a9e7ac3c 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $ # -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ .include "Makefile.common" diff --git a/multimedia/mmg/Makefile b/multimedia/mmg/Makefile index 9704fbdc89d..9ab8b4f9738 100644 --- a/multimedia/mmg/Makefile +++ b/multimedia/mmg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:11 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/22 04:46:17 rillig Exp $ # .include "../../multimedia/mkvtoolnix/Makefile.dist" @@ -13,7 +13,7 @@ DEPENDS+= ${DISTNAME}nb2:../../multimedia/mkvtoolnix GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ BUILD_TARGET= src/mmg/mmg diff --git a/multimedia/mplayer-plugin-firefox/Makefile.common b/multimedia/mplayer-plugin-firefox/Makefile.common index a8e8eb09646..7d7d43bab7d 100644 --- a/multimedia/mplayer-plugin-firefox/Makefile.common +++ b/multimedia/mplayer-plugin-firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2006/04/22 09:22:11 rillig Exp $ +# $NetBSD: Makefile.common,v 1.14 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= mplayerplug-in-2.70 @@ -15,7 +15,7 @@ DEPENDS+= mplayer>=0.92:../../multimedia/mplayer WRKSRC= ${WRKDIR}/mplayerplug-in GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ FILESDIR= ${.CURDIR}/../../multimedia/mplayer-plugin-firefox/files PATCHDIR= ${.CURDIR}/../../multimedia/mplayer-plugin-firefox/patches diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index ab9c6d942a0..8e52a02daf7 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2006/07/05 05:37:43 jlam Exp $ +# $NetBSD: Makefile.common,v 1.21 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= totem-1.4.2 @@ -18,7 +18,7 @@ USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE= totem-plparser.pc.in diff --git a/multimedia/vlc08/Makefile b/multimedia/vlc08/Makefile index cdf9e011c75..977ec56103b 100644 --- a/multimedia/vlc08/Makefile +++ b/multimedia/vlc08/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/07/06 14:46:13 abs Exp $ +# $NetBSD: Makefile,v 1.9 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= vlc-${VLC_VER} @@ -16,7 +16,7 @@ USE_TOOLS+= gmake perl pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PTHREAD_OPTS+= require -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ VLC_VER= 0.8.5 diff --git a/net/gnugk/Makefile b/net/gnugk/Makefile index 5cdfa7dc5ff..55930396f00 100644 --- a/net/gnugk/Makefile +++ b/net/gnugk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/08 19:50:22 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:17 rillig Exp $ DISTNAME= gnugk-2.2.0 PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnugk.org/ COMMENT= H.323 Gatekeeper -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/net/kphone/Makefile b/net/kphone/Makefile index 9b9b9fb625e..832398f0dc4 100644 --- a/net/kphone/Makefile +++ b/net/kphone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/05/22 16:39:00 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/22 04:46:17 rillig Exp $ DISTNAME= kphone-4.2 PKGREVISION= 4 @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/kphone USE_X11BASE= yes GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake CONFIGURE_ENV+= QTDIR=${QTDIR:Q} diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 65479487a46..46e74abba01 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/07 13:03:01 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:17 rillig Exp $ DISTNAME= rtorrent-0.4.5 CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= Ncurses based torrent client with support for sessions -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_NCURSES= yes USE_TOOLS+= gmake pkg-config diff --git a/net/synergy/Makefile b/net/synergy/Makefile index a97ad7c97c9..47ef1b9923c 100644 --- a/net/synergy/Makefile +++ b/net/synergy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/06/01 23:31:59 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= synergy-1.3.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://synergy2.sourceforge.net/ COMMENT= Let an user share a mouse and keyboard among computers GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" diff --git a/net/synergy1.2/Makefile b/net/synergy1.2/Makefile index 21473c99f1b..908ee2569d7 100644 --- a/net/synergy1.2/Makefile +++ b/net/synergy1.2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/06/01 23:26:56 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= synergy-1.2.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://synergy2.sourceforge.net/ COMMENT= Let an user share a mouse and keyboard among computers GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 952128758b1..a3d70c387a9 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/01 19:24:52 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= tn5250-0.12.51 @@ -11,8 +11,7 @@ HOMEPAGE= http://www.linux-sna.org/software/5250/ COMMENT= Implementation of the IBM 5250 telnet protocol GNU_CONFIGURE= YES - -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index 46c3d223778..ad802de960c 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2006/07/05 05:37:44 jlam Exp $ +# $NetBSD: Makefile.common,v 1.7 2006/07/22 04:46:18 rillig Exp $ # DISTNAME= evince-0.5.3 @@ -17,7 +17,7 @@ USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ # XXX fake for "configure" to allow build w/o a gs installed # (avoid hard dependency on a specific version) diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 9429a578434..712160b1fc7 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/07/07 15:49:33 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2006/07/22 04:46:18 rillig Exp $ DISTNAME= scribus-1.2.4.1 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.scribus.net/ COMMENT= Publishing layout with graphical interface USE_TOOLS+= gmake perl -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ PTHREAD_OPTS+= require USE_LIBTOOL= YES diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 924d7f793f5..4bd4716e87d 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/05/07 01:47:00 chap Exp $ +# $NetBSD: Makefile,v 1.36 2006/07/22 04:46:18 rillig Exp $ DISTNAME= xpp-1.5 CATEGORIES= print x11 @@ -10,7 +10,7 @@ COMMENT= X Printing Panel USE_TOOLS+= gmake GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ DOCDIR= ${PREFIX}/share/doc/xpp diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index c6986f078e4..8a4c227b1cf 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/20 13:48:14 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -87,7 +87,7 @@ PTHREAD_OPTS+= require native # doesn't work with pth . include "../../mail/libmilter/buildlink3.mk" . include "../../mk/pthread.buildlink3.mk" .else -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C PLIST_SUBST+= MILTER="@comment " do-build: replace-interpreter diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index bc957adb73e..99c4d325ed0 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/13 17:37:34 bad Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:18 rillig Exp $ DISTNAME= fwbuilder-2.0.12 CATEGORIES= security net @@ -11,7 +11,7 @@ COMMENT= Firewall Builder GUI USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ UNLIMIT_RESOURCES+= datasize QMAKE= ${QTDIR}/bin/qmake diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 77b8afaa137..d29532aba05 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/13 17:37:34 bad Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $ DISTNAME= libfwbuilder-2.0.12 CATEGORIES= security net @@ -11,7 +11,7 @@ COMMENT= Firewall Builder API USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../devel/glib2/buildlink3.mk" .include "../../net/net-snmp/buildlink3.mk" diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 8b1d25d9b7a..ac96c9ca640 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/12 22:57:26 dan Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:18 rillig Exp $ # DISTNAME= pwsafe-0.2.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://nsd.dyndns.org/pwsafe/ COMMENT= CLI based PasswordSafe compatible password manager GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 6d7c6d9f784..a5258c82b0b 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2006/06/13 16:00:39 ghen Exp $ +# $NetBSD: Makefile.common,v 1.32 2006/07/22 04:46:18 rillig Exp $ DISTNAME= bacula-1.38.10 CATEGORIES= sysutils @@ -8,7 +8,7 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.bacula.org/ COMMENT?= The Network Backup Solution -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index 4b48f5ba33a..abba5cd0f2d 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/07/07 18:24:45 drochner Exp $ +# $NetBSD: Makefile,v 1.44 2006/07/22 04:46:18 rillig Exp $ # DISTNAME= nautilus-cd-burner-2.14.2 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE= libnautilus-burn.pc.in diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile index d651b428b61..658f4b912ea 100644 --- a/sysutils/xfe/Makefile +++ b/sysutils/xfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/17 19:28:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $ DISTNAME= xfe-0.88 CATEGORIES= sysutils @@ -9,7 +9,7 @@ HOMEPAGE= http://roland65.free.fr/xfe/ COMMENT= Fast MS-Explorer like filemanager for X USE_DIRS+= xdg-1.1 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index 80d6591f3a3..e608857f051 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:11:03 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:18 rillig Exp $ DISTNAME= libpathan-1.2-2-src PKGNAME= ${DISTNAME:S/-2-src/.2/} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-2-src//} GNU_CONFIGURE= YES USE_TOOLS+= bison gmake perl USE_LIBTOOL= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= XERCESCROOT=${LOCALBASE:Q} diff --git a/textproc/regexx/Makefile b/textproc/regexx/Makefile index afc0820a698..aae3b341d01 100644 --- a/textproc/regexx/Makefile +++ b/textproc/regexx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/06 15:12:39 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:18 rillig Exp $ # DISTNAME= regexx-0.98.1 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bazar.conectiva.com.br/~niemeyer/projects/regexx/ COMMENT= C++ regular expression library -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile index 65a88894e77..a483c50328c 100644 --- a/time/bbdate/Makefile +++ b/time/bbdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:11:09 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/22 04:46:18 rillig Exp $ # DISTNAME= bbdate-0.2.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbtools.windsofstorm.net/available.phtml#bbdate COMMENT= Display the current date GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index 259f90ca968..b3c3d40bdaa 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:11:12 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= bbkeys-0.8.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbkeys.sourceforge.net/ COMMENT= General X Window keygrabber GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= perl:run .include "../../mk/x11.buildlink3.mk" diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile index 119c338b239..a650fb43b2e 100644 --- a/wm/bbpager/Makefile +++ b/wm/bbpager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:54 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= bbpager-0.3.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbtools.windsofstorm.net/available.phtml COMMENT= Pager for the blackbox window manager GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/x11.buildlink3.mk" diff --git a/wm/fluxter/Makefile b/wm/fluxter/Makefile index b251bbe551f..094c0477bc7 100644 --- a/wm/fluxter/Makefile +++ b/wm/fluxter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 23:29:21 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= fluxter-0.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html COMMENT= Workspace pager dockapp, particularly useful with Fluxbox GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ FLUXBOX_DATA= ${PREFIX}/share/fluxbox DOCDIR= ${PREFIX}/share/doc/${PKGBASE} diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index aed417aa064..0f93e123a80 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/15 22:13:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= pekwm-0.1.5 @@ -12,7 +12,7 @@ COMMENT= Window manager based on aewm++ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index df8f72c4f16..39a82402a0b 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= qvwm-1.1.12 @@ -14,7 +14,7 @@ COMMENT= Windows 95/98/NT like window manager for X11 GNU_CONFIGURE= yes USE_TOOLS+= gmake rm CONFIGURE_ENV+= PATH_RM=${TOOLS_RM:Q} -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ post-install: ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 diff --git a/www/apachetop/Makefile b/www/apachetop/Makefile index 03dc02df476..8fe7a97af22 100644 --- a/www/apachetop/Makefile +++ b/www/apachetop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/06/02 13:14:22 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= apachetop-0.12.5 @@ -11,10 +11,8 @@ HOMEPAGE= http://spork.qfe3.net/apachetop/ COMMENT= Real time apache log display GNU_CONFIGURE= YES - CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/httpd/access_log - -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ # NetBSD releases which do not include wattr_on() et al. INCOMPAT_CURSES= NetBSD-1.5*-* diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 581d19fda0a..be03e1c1686 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/16 22:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:19 rillig Exp $ DISTNAME= cgicc-3.2.3 CATEGORIES= www @@ -9,7 +9,7 @@ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html COMMENT= C++ compliant CGI applications libraries -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index b45a239af88..8eacb099289 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/07/05 05:37:46 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= epiphany-extensions-2.14.1.1 @@ -14,7 +14,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ # Avoid -Werror, which breaks the build sometimes. CONFIGURE_ARGS+= --enable-compile-warnings=no diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index bdc517a24a1..a374966bcf8 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2006/07/05 05:37:46 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= epiphany-2.14.2.1 @@ -15,7 +15,7 @@ USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE= data/epiphany-2.14.pc diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile index 813dee58e86..3e317a4623e 100644 --- a/x11/acidlaunch/Makefile +++ b/x11/acidlaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/15 21:56:56 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= acidlaunch-0.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch COMMENT= Small, light-weight app launcher GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --disable-xmltest CONFIGURE_ARGS+= --disable-gdk_pixbuftest diff --git a/x11/compositeproto/Makefile b/x11/compositeproto/Makefile index beba7691423..b33828377ef 100644 --- a/x11/compositeproto/Makefile +++ b/x11/compositeproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/18 17:31:47 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= compositeproto-0.3 @@ -13,7 +13,7 @@ CONFLICTS+= compositeext-[0-9]* GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE+= ${WRKSRC}/compositeproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../x11/fixesproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" diff --git a/x11/ede/Makefile b/x11/ede/Makefile index a51b135e455..7ccf336e3ef 100644 --- a/x11/ede/Makefile +++ b/x11/ede/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/11 13:31:31 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= ede-1.0.4 @@ -12,7 +12,7 @@ HOMEPAGE= http://ede.sourceforge.net/ COMMENT= Equinox Desktop Environment WRKSRC= ${WRKDIR}/ede -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 7b5f22349fc..115a4f5e6e0 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= efltk-2.0.5 @@ -13,7 +13,7 @@ COMMENT= Extended Fast Light Toolkit WRKSRC= ${WRKDIR}/efltk GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile index 53fa68dceb8..707aaa60f1a 100644 --- a/x11/fixesproto/Makefile +++ b/x11/fixesproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/07/11 12:51:34 abs Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= fixesproto-3.0.2 @@ -16,7 +16,7 @@ CONFLICTS+= fixesext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../converters/libiconv/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" diff --git a/x11/py-qt2-sip/Makefile b/x11/py-qt2-sip/Makefile index e8ec378017f..31439325731 100644 --- a/x11/py-qt2-sip/Makefile +++ b/x11/py-qt2-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/21 02:10:53 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= sip-3.1 @@ -11,7 +11,7 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php COMMENT= Tool to create Python bindings for C++ libraries -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/x11/py-qt2/Makefile b/x11/py-qt2/Makefile index d8c2a14ea4a..973ac1ee596 100644 --- a/x11/py-qt2/Makefile +++ b/x11/py-qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/26 12:38:57 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= PyQt-3.1-Qt-2.3.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/index.php COMMENT= Python bindings for the Qt toolkit WRKSRC= ${WRKDIR}/PyQt-3.1 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index d926f7749c3..554034d90e8 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/18 17:27:30 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= randrproto-1.1.2 @@ -15,6 +15,6 @@ CONFLICTS+= randrext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/randrproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../mk/bsd.pkg.mk" diff --git a/x11/renderproto/Makefile b/x11/renderproto/Makefile index e8eaea83485..4f908fc1e62 100644 --- a/x11/renderproto/Makefile +++ b/x11/renderproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/18 17:29:02 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= renderproto-0.9.2 @@ -15,6 +15,6 @@ CONFLICTS+= renderext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../mk/bsd.pkg.mk" diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 4a8aea87c6c..8ae887c402d 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/18 20:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:20 rillig Exp $ # DISTNAME= rxvt-unicode-7.5 @@ -15,7 +15,7 @@ COMMENT= rxvt clone supporting Xft fonts and Unicode BROKEN_IN= pkgsrc-2006Q1 GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --enable-transparency \ diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 05195376d25..86b9c588810 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:20 rillig Exp $ # DISTNAME= xextproto-7.0.2 @@ -15,6 +15,6 @@ CONFLICTS+= xextensions-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3