summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-08 10:06:35 +0000
committerdrochner <drochner>2009-09-08 10:06:35 +0000
commit561bdef60bb1f177e85c08aa6b685bcd9b0ebe65 (patch)
tree0847119ae0b6b80283fd789812aaf224d1b0192a /lang/python24
parentc3f579b4b7b8287f3b0780af8c32ef50d6c33921 (diff)
downloadpkgsrc-561bdef60bb1f177e85c08aa6b685bcd9b0ebe65.tar.gz
bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least
on Linux one can't build some extensions against an old Python (with spurious -ldb4 linkage) anymore also sync the bl3 files of the non-default versions with python25 for consistency
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile4
-rw-r--r--lang/python24/buildlink3.mk7
2 files changed, 3 insertions, 8 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 333fde04f13..51c2b669a21 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2009/07/22 09:29:57 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2009/09/08 10:06:35 drochner Exp $
DISTNAME= Python-2.4.5
PKGNAME= python24-2.4.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang python
MASTER_SITES= http://www.python.org/ftp/python/2.4.5/
EXTRACT_SUFX= .tar.bz2
diff --git a/lang/python24/buildlink3.mk b/lang/python24/buildlink3.mk
index fd8067573dd..6e2b6a63793 100644
--- a/lang/python24/buildlink3.mk
+++ b/lang/python24/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:24:51 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2009/09/08 10:06:35 drochner Exp $
BUILDLINK_TREE+= python24
@@ -20,11 +20,6 @@ BUILDLINK_TRANSFORM+= l:python:python2.4
BUILDLINK_TREE+= -python24
-.include "../../mk/bsd.fast.prefs.mk"
-.if ${OPSYS} != "IRIX"
-. include "../../mk/bdb.buildlink3.mk"
-.endif
-
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"