pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df1949924e45
branches:  trunk
changeset: 512699:df1949924e45
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 14 15:22:08 2006 +0000

description:
Uses C++.

diffstat:

 audio/festival/Makefile |  3 ++-
 audio/wmmixer/Makefile  |  3 ++-
 cad/electric/Makefile   |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 8b880aea60b4 -r df1949924e45 audio/festival/Makefile
--- a/audio/festival/Makefile   Sun May 14 15:14:32 2006 +0000
+++ b/audio/festival/Makefile   Sun May 14 15:22:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/03/04 21:28:55 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2006/05/14 15:25:37 joerg Exp $
 
 DISTNAME=      festival-1.95-beta
 PKGNAME=       festival-1.95beta
@@ -14,6 +14,7 @@
 COMMENT=       Advanced multi-lingual speech synthesis system
 
 WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 
 SPEECHTOOLS=   ${WRKSRC}/speech_tools
diff -r 8b880aea60b4 -r df1949924e45 audio/wmmixer/Makefile
--- a/audio/wmmixer/Makefile    Sun May 14 15:14:32 2006 +0000
+++ b/audio/wmmixer/Makefile    Sun May 14 15:22:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/09 21:04:42 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/05/14 15:22:08 joerg Exp $
 #
 
 DISTNAME=      wmmixer-1.0-beta1
@@ -16,6 +16,7 @@
 
 WRKSRC=                        ${WRKDIR}/wmmixer
 USE_IMAKE=             YES
+USE_LANGUAGES=         c c++
 NO_INSTALL_MANPAGES=   YES
 
 pre-build:
diff -r 8b880aea60b4 -r df1949924e45 cad/electric/Makefile
--- a/cad/electric/Makefile     Sun May 14 15:14:32 2006 +0000
+++ b/cad/electric/Makefile     Sun May 14 15:22:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:21 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2006/05/14 15:27:20 joerg Exp $
 #
 
 DISTNAME=      electric-7.00
@@ -11,6 +11,7 @@
 COMMENT=       Electrical CAD system
 
 GNU_CONFIGURE=         YES
+USE_LANGUAGES=         c++
 
 post-patch:
        ${MV} ${WRKSRC}/src/include/config.h ${WRKSRC}/src/include/config.h.bak



Home | Main Index | Thread Index | Old Index