pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3768fd642c07
branches:  trunk
changeset: 483957:3768fd642c07
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 22 21:48:08 2004 +0000

description:
USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.

diffstat:

 lang/python20/Makefile        |  4 ++--
 lang/python21/Makefile.common |  4 ++--
 lang/python22/Makefile.common |  4 ++--
 lang/python23/Makefile.common |  3 +--
 4 files changed, 7 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r b9ce5319097c -r 3768fd642c07 lang/python20/Makefile
--- a/lang/python20/Makefile    Mon Nov 22 21:38:32 2004 +0000
+++ b/lang/python20/Makefile    Mon Nov 22 21:48:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/11/22 21:48:08 wiz Exp $
 #
 
 DISTNAME=      Python-2.0.1
@@ -19,7 +19,7 @@
 WRKSRC=                ${WRKDIR}/Python-2.0.1
 DIST_SUBDIR=   python
 
-USE_GCC_SHLIB= yes
+USE_LANGUAGES= c c++
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --without-threads
diff -r b9ce5319097c -r 3768fd642c07 lang/python21/Makefile.common
--- a/lang/python21/Makefile.common     Mon Nov 22 21:38:32 2004 +0000
+++ b/lang/python21/Makefile.common     Mon Nov 22 21:48:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/10/30 16:26:27 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
 #
 
 DISTNAME=      Python-2.1.3
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.python.org/
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 
diff -r b9ce5319097c -r 3768fd642c07 lang/python22/Makefile.common
--- a/lang/python22/Makefile.common     Mon Nov 22 21:38:32 2004 +0000
+++ b/lang/python22/Makefile.common     Mon Nov 22 21:48:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/10/30 16:24:20 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
 #
 
 DISTNAME=      Python-2.2.3
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.python.org/
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 
diff -r b9ce5319097c -r 3768fd642c07 lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Mon Nov 22 21:38:32 2004 +0000
+++ b/lang/python23/Makefile.common     Mon Nov 22 21:48:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/11/22 21:48:09 wiz Exp $
 #
 
 DISTNAME=      Python-2.3.4
@@ -12,7 +12,6 @@
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
 USE_LANGUAGES=         c c++
-USE_GCC_SHLIB=         yes
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared



Home | Main Index | Thread Index | Old Index