pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc USE_LANGUAGES=c c++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9c820dece53
branches:  trunk
changeset: 483954:b9c820dece53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 22 21:13:03 2004 +0000

description:
USE_LANGUAGES=c c++

diffstat:

 devel/gperf/Makefile             |  4 ++--
 devel/physfs/Makefile            |  4 ++--
 devel/swig-build/Makefile.common |  4 ++--
 fonts/mminstance/Makefile        |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r bfbab611a5f2 -r b9c820dece53 devel/gperf/Makefile
--- a/devel/gperf/Makefile      Mon Nov 22 21:12:36 2004 +0000
+++ b/devel/gperf/Makefile      Mon Nov 22 21:13:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/02/17 13:15:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.17 2004/11/22 21:14:29 wiz Exp $
 #
 
 DISTNAME=      gperf-3.0.1
@@ -12,7 +12,7 @@
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --mandir="${PREFIX}/man"
 
diff -r bfbab611a5f2 -r b9c820dece53 devel/physfs/Makefile
--- a/devel/physfs/Makefile     Mon Nov 22 21:12:36 2004 +0000
+++ b/devel/physfs/Makefile     Mon Nov 22 21:13:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/11/12 06:39:20 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/11/22 21:14:10 wiz Exp $
 #
 
 DISTNAME=              physfs-1.0.0
@@ -14,7 +14,7 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-USE_GCC_SHLIB=         yes
+USE_LANGUAGES=         c c++
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff -r bfbab611a5f2 -r b9c820dece53 devel/swig-build/Makefile.common
--- a/devel/swig-build/Makefile.common  Mon Nov 22 21:12:36 2004 +0000
+++ b/devel/swig-build/Makefile.common  Mon Nov 22 21:13:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/03/07 23:20:35 minskim Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/11/22 21:13:21 wiz Exp $
 
 DISTNAME=       swig-${SWIG_VERSION}
 CATEGORIES=    devel
@@ -18,7 +18,7 @@
 
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
 
 CONFIGURE_ARGS+=       --without-guile
diff -r bfbab611a5f2 -r b9c820dece53 fonts/mminstance/Makefile
--- a/fonts/mminstance/Makefile Mon Nov 22 21:12:36 2004 +0000
+++ b/fonts/mminstance/Makefile Mon Nov 22 21:13:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/11/06 18:57:14 gavan Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/22 21:13:03 wiz Exp $
 #
 
 DISTNAME=      mminstance-1.20
@@ -10,6 +10,6 @@
 COMMENT=       Utility programs for creating instances of multiple master fonts
 
 GNU_CONFIGURE= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index