diff options
author | perky <perky@FreeBSD.org> | 2003-09-24 11:07:22 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-09-24 11:07:22 +0000 |
commit | a8b64c5851a06d0202d3388331035c94db400c9d (patch) | |
tree | 04152e1d0c058015b9c0e0d83aae8eb3e4afdb12 /Mk | |
parent | e596e43b3806910407e670aedf77712d24cd42b2 (diff) | |
download | FreeBSD-ports-a8b64c5851a06d0202d3388331035c94db400c9d.zip FreeBSD-ports-a8b64c5851a06d0202d3388331035c94db400c9d.tar.gz |
- 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.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 76f5548..04a7503 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} |