pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Revert python23{,pth} back to buildlink2. The bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b141b6711d4
branches:  trunk
changeset: 467048:8b141b6711d4
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Jan 25 21:10:10 2004 +0000

description:
Revert python23{,pth} back to buildlink2. The build fails on NetBSD 1.6
since BUILDLINK_CPPFLAGS and friends are undefined in db's buildlink3.

diffstat:

 lang/python23-pth/Makefile    |   4 ++--
 lang/python23/Makefile.common |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 8b645f047a0b -r 8b141b6711d4 lang/python23-pth/Makefile
--- a/lang/python23-pth/Makefile        Sun Jan 25 20:46:49 2004 +0000
+++ b/lang/python23-pth/Makefile        Sun Jan 25 21:10:10 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2004/01/24 20:53:54 recht Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/25 21:10:11 recht Exp $
 #
 
 PKGNAME=       python23-pth-2.3.3
 
 PTHREAD_OPTS=   require
-.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/pthread.buildlink2.mk"
 .if ${PTHREAD_TYPE} == "pth"
 CONFIGURE_ARGS+=       --with-pth
 .endif
diff -r 8b645f047a0b -r 8b141b6711d4 lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Sun Jan 25 20:46:49 2004 +0000
+++ b/lang/python23/Makefile.common     Sun Jan 25 21:10:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/24 20:53:54 recht Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/25 21:10:10 recht Exp $
 #
 
 DISTNAME=      Python-2.3.3
@@ -11,7 +11,7 @@
 COMMENT=       Interpreted, interactive, object-oriented programming language
 
 USE_DB185=             yes
-USE_BUILDLINK3=                yes
+USE_BUILDLINK2=                yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       OPT="${CFLAGS}"
@@ -59,7 +59,7 @@
 PLIST_SUBST+=  OSSAUDIODEV=${OSSAUDIODEV_SUBST}
 
 # ensure that the bsddb185 module is built on all platforms
-.include "../../databases/db/buildlink3.mk"
+.include "../../databases/db/buildlink2.mk"
 
 SUBST_CLASSES+=                setup
 SUBST_MESSAGE.setup=   "Fixing paths for db 1.85."
@@ -97,8 +97,8 @@
 post-extract:
        ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX}
 
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../archivers/bzip2/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/ossaudio.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index