summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-05-14 20:46:37 +0000
committerminskim <minskim@pkgsrc.org>2006-05-14 20:46:37 +0000
commitc3f9f31c48fd53bd1e7af0a2c73301e842d62aa2 (patch)
tree2f9c7422eabf5dffbcd7d319cd965eb1015fce4c /lang
parent5df7609a249f875c3ae4aec9278369a7b6436c5b (diff)
downloadpkgsrc-c3f9f31c48fd53bd1e7af0a2c73301e842d62aa2.tar.gz
Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/python23-nth/Makefile4
-rw-r--r--lang/python23/Makefile4
-rw-r--r--lang/python23/Makefile.common10
3 files changed, 13 insertions, 5 deletions
diff --git a/lang/python23-nth/Makefile b/lang/python23-nth/Makefile
index a52c5753aaa..f73ca87d13c 100644
--- a/lang/python23-nth/Makefile
+++ b/lang/python23-nth/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/04/13 02:26:54 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/14 20:46:37 minskim Exp $
#
PKGNAME= python23-nth-2.3.5
-PKGREVISION= 5
+PKGREVISION= 6
CONFLICTS+= python-[0-9]*
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 888ff05ff92..acfe750990a 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2006/05/06 02:12:06 minskim Exp $
+# $NetBSD: Makefile,v 1.37 2006/05/14 20:46:37 minskim Exp $
#
PKGNAME= python23-2.3.5
-PKGREVISION= 8
+PKGREVISION= 9
CONFLICTS+= python-[0-9]*
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index 2b9f2fbb5d8..a17f8a09c59 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2006/05/07 15:15:27 tv Exp $
+# $NetBSD: Makefile.common,v 1.33 2006/05/14 20:46:37 minskim Exp $
#
DISTNAME= Python-2.3.5
@@ -19,6 +19,14 @@ CONFIGURE_ARGS+= OPT=${CFLAGS:M*:Q}
# fdatasync()
LIBS.SunOS+= -lrt
+REPLACE_INTERPRETER+= python
+REPLACE.python.old= .*python
+REPLACE.python.new= ${PREFIX}/bin/python${PY_VER_SUFFIX}
+REPLACE_FILES.python= Lib/cgi.py Lib/bsddb/dbshelve.py Lib/idlelib/idle \
+ Lib/idlelib/idle.py Lib/test/test_bz2.py \
+ Lib/test/test_largefile.py Lib/test/test_optparse.py
+CHECK_INTERPRETER_SKIP= lib/python${PY_VER_SUFFIX}/test/test_pep263.py
+
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= ${.CURDIR}/../../lang/python23/PLIST.common