pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3ed0e0c94d7
branches: trunk
changeset: 467016:a3ed0e0c94d7
user: recht <recht%pkgsrc.org@localhost>
date: Sun Jan 25 16:06:47 2004 +0000
description:
bl3ify
diffstat:
lang/python20/Makefile | 6 +++---
lang/python21-pth/Makefile | 4 ++--
lang/python21/Makefile.common | 6 +++---
lang/python22-pth/Makefile | 4 ++--
lang/python22/Makefile.common | 6 +++---
5 files changed, 13 insertions(+), 13 deletions(-)
diffs (112 lines):
diff -r 44e949287383 -r a3ed0e0c94d7 lang/python20/Makefile
--- a/lang/python20/Makefile Sun Jan 25 15:47:18 2004 +0000
+++ b/lang/python20/Makefile Sun Jan 25 16:06:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:19:17 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/25 16:06:47 recht Exp $
#
DISTNAME= Python-2.0.1
@@ -19,7 +19,7 @@
WRKSRC= ${WRKDIR}/Python-2.0.1
DIST_SUBDIR= python
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-threads
INSTALL_TARGET= altinstall
@@ -74,5 +74,5 @@
${RM} ${PREFIX}/bin/python2.0
${INSTALL_PROGRAM} ${WRKSRC}/python ${PREFIX}/bin/python2.0
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 44e949287383 -r a3ed0e0c94d7 lang/python21-pth/Makefile
--- a/lang/python21-pth/Makefile Sun Jan 25 15:47:18 2004 +0000
+++ b/lang/python21-pth/Makefile Sun Jan 25 16:06:47 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 07:09:15 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/25 16:06:47 recht Exp $
#
PKGNAME= python21-pth-2.1.3
PKGREVISION= 3
PTHREAD_OPTS= require
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif
diff -r 44e949287383 -r a3ed0e0c94d7 lang/python21/Makefile.common
--- a/lang/python21/Makefile.common Sun Jan 25 15:47:18 2004 +0000
+++ b/lang/python21/Makefile.common Sun Jan 25 16:06:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/01/24 07:09:15 grant Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $
#
DISTNAME= Python-2.1.3
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
INSTALL_TARGET= altinstall
@@ -46,7 +46,7 @@
post-extract:
${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX}
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one
diff -r 44e949287383 -r a3ed0e0c94d7 lang/python22-pth/Makefile
--- a/lang/python22-pth/Makefile Sun Jan 25 15:47:18 2004 +0000
+++ b/lang/python22-pth/Makefile Sun Jan 25 16:06:47 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 08:13:14 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/25 16:06:47 recht Exp $
#
PKGNAME= python22-pth-2.2.3
PTHREAD_OPTS= require
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif
diff -r 44e949287383 -r a3ed0e0c94d7 lang/python22/Makefile.common
--- a/lang/python22/Makefile.common Sun Jan 25 15:47:18 2004 +0000
+++ b/lang/python22/Makefile.common Sun Jan 25 16:06:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/01/24 08:13:14 grant Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $
#
DISTNAME= Python-2.2.3
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
@@ -38,7 +38,7 @@
post-extract:
${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX}
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one
Home |
Main Index |
Thread Index |
Old Index