pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Add USE_GCC_SHLIB to python2 packages:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98c669f07cf7
branches:  trunk
changeset: 467243:98c669f07cf7
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jan 27 18:55:30 2004 +0000

description:
Add USE_GCC_SHLIB to python2 packages:
    python20 to python20-2.0.1nb6
    python21 to python21-2.1.3nb2
    python21-pth to python21-2.1.3nb4
    python22 to python22-2.2.3nb1
    python22-pth to python22-2.2.3nb1
    python23 to python23-2.3.3nb1
    python23-pth to python23-2.3.3nb1

diffstat:

 lang/python20/Makefile        |  5 +++--
 lang/python21-pth/Makefile    |  4 ++--
 lang/python21/Makefile        |  4 ++--
 lang/python21/Makefile.common |  3 ++-
 lang/python22-pth/Makefile    |  3 ++-
 lang/python22/Makefile        |  3 ++-
 lang/python22/Makefile.common |  3 ++-
 lang/python23-pth/Makefile    |  3 ++-
 lang/python23/Makefile        |  3 ++-
 lang/python23/Makefile.common |  3 ++-
 10 files changed, 21 insertions(+), 13 deletions(-)

diffs (154 lines):

diff -r d715c35d0367 -r 98c669f07cf7 lang/python20/Makefile
--- a/lang/python20/Makefile    Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python20/Makefile    Tue Jan 27 18:55:30 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2004/01/25 16:06:47 recht Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/27 18:55:30 abs Exp $
 #
 
 DISTNAME=      Python-2.0.1
 PKGNAME=       python20-2.0.1
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    lang
 MASTER_SITES=  ftp://ftp.python.org/pub/python/2.0.1/
 EXTRACT_SUFX=  .tgz
@@ -19,6 +19,7 @@
 WRKSRC=                ${WRKDIR}/Python-2.0.1
 DIST_SUBDIR=   python
 
+USE_GCC_SHLIB= yes
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --without-threads
diff -r d715c35d0367 -r 98c669f07cf7 lang/python21-pth/Makefile
--- a/lang/python21-pth/Makefile        Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python21-pth/Makefile        Tue Jan 27 18:55:30 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/01/25 16:06:47 recht Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/27 18:55:30 abs Exp $
 #
 
 PKGNAME=       python21-pth-2.1.3
-PKGREVISION=   3
+PKGREVISION=   4
 
 PTHREAD_OPTS=  require
 .include "../../mk/pthread.buildlink3.mk"
diff -r d715c35d0367 -r 98c669f07cf7 lang/python21/Makefile
--- a/lang/python21/Makefile    Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python21/Makefile    Tue Jan 27 18:55:30 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/01/24 07:09:15 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/27 18:55:30 abs Exp $
 #
 
 PKGNAME=       python21-2.1.3
-PKGREVISION=   1
+PKGREVISION=   2
 
 CONFIGURE_ARGS+=       --without-threads
 
diff -r d715c35d0367 -r 98c669f07cf7 lang/python21/Makefile.common
--- a/lang/python21/Makefile.common     Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python21/Makefile.common     Tue Jan 27 18:55:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/27 18:55:30 abs Exp $
 #
 
 DISTNAME=      Python-2.1.3
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.python.org/
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
+USE_GCC_SHLIB=         YES
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 
diff -r d715c35d0367 -r 98c669f07cf7 lang/python22-pth/Makefile
--- a/lang/python22-pth/Makefile        Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python22-pth/Makefile        Tue Jan 27 18:55:30 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/01/25 16:06:47 recht Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/27 18:55:30 abs Exp $
 #
 
 PKGNAME=       python22-pth-2.2.3
+PKGREVISION=   1
 
 PTHREAD_OPTS=  require
 .include "../../mk/pthread.buildlink3.mk"
diff -r d715c35d0367 -r 98c669f07cf7 lang/python22/Makefile
--- a/lang/python22/Makefile    Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python22/Makefile    Tue Jan 27 18:55:30 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2004/01/24 08:13:14 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/27 18:55:30 abs Exp $
 #
 
 PKGNAME=       python22-2.2.3
+PKGREVISION=   1
 
 CONFIGURE_ARGS+=       --without-threads
 
diff -r d715c35d0367 -r 98c669f07cf7 lang/python22/Makefile.common
--- a/lang/python22/Makefile.common     Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python22/Makefile.common     Tue Jan 27 18:55:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/27 18:55:30 abs Exp $
 #
 
 DISTNAME=      Python-2.2.3
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.python.org/
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
+USE_GCC_SHLIB=         YES
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 
diff -r d715c35d0367 -r 98c669f07cf7 lang/python23-pth/Makefile
--- a/lang/python23-pth/Makefile        Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python23-pth/Makefile        Tue Jan 27 18:55:30 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2004/01/25 21:10:11 recht Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/27 18:55:30 abs Exp $
 #
 
 PKGNAME=       python23-pth-2.3.3
+PKGREVISION=   1
 
 PTHREAD_OPTS=   require
 .include "../../mk/pthread.buildlink2.mk"
diff -r d715c35d0367 -r 98c669f07cf7 lang/python23/Makefile
--- a/lang/python23/Makefile    Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python23/Makefile    Tue Jan 27 18:55:30 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/01/24 19:48:11 recht Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/27 18:55:30 abs Exp $
 #
 
 PKGNAME=       python23-2.3.3
+PKGREVISION=   1
 
 CONFIGURE_ARGS+=       --without-threads
 
diff -r d715c35d0367 -r 98c669f07cf7 lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Tue Jan 27 16:11:47 2004 +0000
+++ b/lang/python23/Makefile.common     Tue Jan 27 18:55:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/01/26 12:10:24 grant Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/01/27 18:55:30 abs Exp $
 #
 
 DISTNAME=      Python-2.3.3
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.python.org/
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
+USE_GCC_SHLIB=         yes
 USE_DB185=             yes
 USE_BUILDLINK2=                yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index