pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Packages that use GNU configure scripts and C++ also n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e3f63bdcb4b
branches:  trunk
changeset: 516513:9e3f63bdcb4b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 22 05:54:52 2006 +0000

description:
Packages that use GNU configure scripts and C++ also need a working C
compiler.

diffstat:

 audio/sound-juicer/Makefile |  4 ++--
 audio/spiralsynth/Makefile  |  4 ++--
 audio/splay/Makefile        |  4 ++--
 cad/gnucap/Makefile         |  4 ++--
 net/ethereal/Makefile       |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r b23c6810a94a -r 9e3f63bdcb4b audio/sound-juicer/Makefile
--- a/audio/sound-juicer/Makefile       Sat Jul 22 05:28:45 2006 +0000
+++ b/audio/sound-juicer/Makefile       Sat Jul 22 05:54:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/07 18:00:03 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/22 05:54:52 rillig Exp $
 #
 
 DISTNAME=              sound-juicer-2.14.4
@@ -12,7 +12,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake pkg-config
-USE_LANGUAGES+=                c++
+USE_LANGUAGES=         c c++
 
 CONFIGURE_ENV+=                GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
 MAKE_ENV+=             GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
diff -r b23c6810a94a -r 9e3f63bdcb4b audio/spiralsynth/Makefile
--- a/audio/spiralsynth/Makefile        Sat Jul 22 05:28:45 2006 +0000
+++ b/audio/spiralsynth/Makefile        Sat Jul 22 05:54:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/03/09 21:04:41 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/07/22 05:54:52 rillig Exp $
 #
 
 DISTNAME=              SpiralSynth-2.0.0
@@ -16,7 +16,7 @@
                        *-*-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 -r b23c6810a94a -r 9e3f63bdcb4b audio/splay/Makefile
--- a/audio/splay/Makefile      Sat Jul 22 05:28:45 2006 +0000
+++ b/audio/splay/Makefile      Sat Jul 22 05:54:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/09 21:04:41 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/07/22 05:54:52 rillig Exp $
 #
 
 DISTNAME=              splay-0.8.2
@@ -11,7 +11,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-xsplay
 CONFIGURE_ARGS+=       --without-pthread
diff -r b23c6810a94a -r 9e3f63bdcb4b cad/gnucap/Makefile
--- a/cad/gnucap/Makefile       Sat Jul 22 05:28:45 2006 +0000
+++ b/cad/gnucap/Makefile       Sat Jul 22 05:54:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/07/09 21:56:27 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.19 2006/07/22 05:54:52 rillig Exp $
 #
 
 DISTNAME=      gnucap-2006-07-08
@@ -12,7 +12,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 USE_GNU_READLINE=      YES
 GNU_CONFIGURE=         YES
diff -r b23c6810a94a -r 9e3f63bdcb4b net/ethereal/Makefile
--- a/net/ethereal/Makefile     Sat Jul 22 05:28:45 2006 +0000
+++ b/net/ethereal/Makefile     Sat Jul 22 05:54:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2006/07/21 14:27:53 tron Exp $
+# $NetBSD: Makefile,v 1.134 2006/07/22 05:54:52 rillig Exp $
 
 DISTNAME=              ethereal-0.99.0
 CATEGORIES=            net
@@ -23,7 +23,7 @@
 
 CONFLICTS+=            wireshark-[0-9]*
 
-USE_LANGUAGES+=                c++
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            perl pkg-config
 
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index