pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28474e0362e5
branches:  trunk
changeset: 512775:28474e0362e5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 15 18:37:20 2006 +0000

description:
Uses C++.

diffstat:

 audio/csound4/Makefile     |  3 ++-
 audio/terminatorx/Makefile |  3 ++-
 audio/xmms-bezier/Makefile |  3 ++-
 audio/xmms-sid/Makefile    |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 66d13ade6131 -r 28474e0362e5 audio/csound4/Makefile
--- a/audio/csound4/Makefile    Mon May 15 18:33:45 2006 +0000
+++ b/audio/csound4/Makefile    Mon May 15 18:37:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/30 03:44:41 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/15 18:42:32 joerg Exp $
 #
 
 DISTNAME=              csound-4.23f13gbs.0
@@ -14,6 +14,7 @@
 DIST_SUBDIR=           csound
 CONFLICTS+=            csound-bath-4*
 CONFLICTS+=            csound-dev-4*
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
 TEXINFO_REQD=          4.2
diff -r 66d13ade6131 -r 28474e0362e5 audio/terminatorx/Makefile
--- a/audio/terminatorx/Makefile        Mon May 15 18:33:45 2006 +0000
+++ b/audio/terminatorx/Makefile        Mon May 15 18:37:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:06 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/15 18:37:20 joerg Exp $
 #
 
 DISTNAME=      terminatorX-3.82
@@ -16,6 +16,7 @@
 DEPENDS+=      sox-[0-9]*:../../audio/sox
 DEPENDS+=      vorbis-tools-[0-9]*:../../audio/vorbis-tools
 
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
diff -r 66d13ade6131 -r 28474e0362e5 audio/xmms-bezier/Makefile
--- a/audio/xmms-bezier/Makefile        Mon May 15 18:33:45 2006 +0000
+++ b/audio/xmms-bezier/Makefile        Mon May 15 18:37:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:28:59 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/15 18:39:36 joerg Exp $
 #
 
 DISTNAME=      bezier-0.0.3
@@ -11,6 +11,7 @@
 COMMENT=       OpenGL XMMS plugin
 
 GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 CPPFLAGS+=     -D_POSIX_THREAD_SYSCALL_SOFT=1
 LIBS+=         -lX11 -lm
diff -r 66d13ade6131 -r 28474e0362e5 audio/xmms-sid/Makefile
--- a/audio/xmms-sid/Makefile   Mon May 15 18:33:45 2006 +0000
+++ b/audio/xmms-sid/Makefile   Mon May 15 18:37:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:19 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/15 18:41:49 joerg Exp $
 #
 
 DISTNAME=      xmms-sid-0.7.4
@@ -11,6 +11,7 @@
 COMMENT=       XMMS plugin for SID (Commodore 64) music
 
 GNU_CONFIGURE=         YES
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
 
 .include "../../audio/libsidplay/buildlink3.mk"



Home | Main Index | Thread Index | Old Index