summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-09-24 11:07:22 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-09-24 11:07:22 +0000
commitac5bea628507387760983e46c937773f49f86d4d (patch)
tree0e8ee311b51c5e2d172f27c7e757e79e0ef07c1c /Mk
parentUpdate to 1.03 (diff)
- Update to Python-2.3.1, the lastest Bugfix release.
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library.
Notes
Notes: svn path=/head/; revision=89191
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.python.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 76f554833648..04a75038938a 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -111,7 +111,7 @@ _PYTHON_VERSION!= (${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]
|| echo 2.3
.endif
PYTHON_VERSION?= python${_PYTHON_VERSION}
-_PYTHON_PORTVERSION= 2.3
+_PYTHON_PORTVERSION= 2.3.1
PYTHON_CMD?= ${PYTHONBASE}/bin/${PYTHON_VERSION}
PYTHONBASE!= (${PYTHON_CMD} -c 'import sys; print sys.prefix') \
2> /dev/null || echo ${LOCALBASE}
@@ -131,7 +131,7 @@ PYTHON_WRKSRC= ${WRKDIR}/Python-2.4a0-20030801
.elif ${PYTHON_VERSION} == "python2.3"
PYTHON_DISTFILE= Python-${_PYTHON_PORTVERSION}.tgz
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python
-PYTHON_REL= 230
+PYTHON_REL= 231
PYTHON_SUFFIX= 23
PYTHON_WRKSRC= ${WRKDIR}/Python-${_PYTHON_PORTVERSION}