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/0853bc60ce22
branches:  trunk
changeset: 512807:0853bc60ce22
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 15 22:04:36 2006 +0000

description:
Uses C++.

diffstat:

 graphics/simage/Makefile     |  3 ++-
 graphics/vtk/Makefile.common |  4 +++-
 x11/xglobe/Makefile          |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 41ebe78de5f4 -r 0853bc60ce22 graphics/simage/Makefile
--- a/graphics/simage/Makefile  Mon May 15 22:03:59 2006 +0000
+++ b/graphics/simage/Makefile  Mon May 15 22:04:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2006/05/15 22:07:33 joerg Exp $
 
 DISTNAME=              simage-1.6.1
 PKGREVISION=           3
@@ -12,6 +12,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
 CONFIGURE_ARGS+=       --with-xwd --with-mpeg2enc
diff -r 41ebe78de5f4 -r 0853bc60ce22 graphics/vtk/Makefile.common
--- a/graphics/vtk/Makefile.common      Mon May 15 22:03:59 2006 +0000
+++ b/graphics/vtk/Makefile.common      Mon May 15 22:04:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2006/03/04 21:29:52 jlam Exp $
+# $NetBSD: Makefile.common,v 1.5 2006/05/15 22:05:24 joerg Exp $
 
 VTK_VERSION=           4.2
 
@@ -6,4 +6,6 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.vtk.org/
 
+USE_LANGUAGES=         c c++
+
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=vtk/}
diff -r 41ebe78de5f4 -r 0853bc60ce22 x11/xglobe/Makefile
--- a/x11/xglobe/Makefile       Mon May 15 22:03:59 2006 +0000
+++ b/x11/xglobe/Makefile       Mon May 15 22:04:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/04/17 13:47:01 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2006/05/15 22:04:36 joerg Exp $
 #
 
 DISTNAME=      xglobe-0.5
@@ -24,6 +24,7 @@
 
 USE_X11BASE=   YES
 USE_TOOLS+=    gmake
+USE_LANGUAGES= c++
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/xglobe



Home | Main Index | Thread Index | Old Index