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/e51ea902ddd7
branches:  trunk
changeset: 512554:e51ea902ddd7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 11 13:55:38 2006 +0000

description:
Uses C++.

diffstat:

 devel/sdcc/Makefile       |  4 +++-
 emulators/snes9x/Makefile |  3 ++-
 games/craft/Makefile      |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 2a119f6622e3 -r e51ea902ddd7 devel/sdcc/Makefile
--- a/devel/sdcc/Makefile       Thu May 11 13:45:17 2006 +0000
+++ b/devel/sdcc/Makefile       Thu May 11 13:55:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/03/04 21:29:29 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2006/05/11 13:55:38 joerg Exp $
 
 DISTNAME=      sdcc-2.4.0
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://sdcc.sourceforge.net/
 COMMENT=       Cross compile 8051 code
 
+USE_LANGUAGES= c c++
+
 # XXX - This HACK circumvent a problem with the use of yacc that breaks the
 # XXX - building process of sdcc.  Use of bison fixes this problem for now.
 #
diff -r 2a119f6622e3 -r e51ea902ddd7 emulators/snes9x/Makefile
--- a/emulators/snes9x/Makefile Thu May 11 13:45:17 2006 +0000
+++ b/emulators/snes9x/Makefile Thu May 11 13:55:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/05/02 13:18:08 joerg Exp $
+# $NetBSD: Makefile,v 1.38 2006/05/11 13:58:02 joerg Exp $
 
 SNESVER=               1.43
 DISTNAME=              snes9x-${SNESVER}-src
@@ -13,6 +13,7 @@
 COMMENT=               Super Nintendo Entertainment System (SNES) emulator
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/snes9x
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 PTHREAD_OPTS+=         require
 INSTALLATION_DIRS=     bin
diff -r 2a119f6622e3 -r e51ea902ddd7 games/craft/Makefile
--- a/games/craft/Makefile      Thu May 11 13:45:17 2006 +0000
+++ b/games/craft/Makefile      Thu May 11 13:55:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:09:13 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/05/11 14:00:54 joerg Exp $
 
 DISTNAME=      craftcc35
 PKGNAME=       craft-3.5
@@ -12,6 +12,7 @@
 COMMENT=       Warcraft-like game for X11
 
 WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= c++
 USE_TOOLS+=    gmake
 USE_X11BASE=   yes
 



Home | Main Index | Thread Index | Old Index