summaryrefslogtreecommitdiffstats
path: root/lang/python24/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-12-20 07:13:43 +0000
committerperky <perky@FreeBSD.org>2003-12-20 07:13:43 +0000
commit4e0de2316f97376d8deda3210912ba0c6baeff89 (patch)
treea2ab7ca88f69ff0d2e5a982dd7a5de984493f801 /lang/python24/Makefile
parent6603162d8b83c61358916f083f835cb520628912 (diff)
downloadFreeBSD-ports-4e0de2316f97376d8deda3210912ba0c6baeff89.zip
FreeBSD-ports-4e0de2316f97376d8deda3210912ba0c6baeff89.tar.gz
- Update to Python-2.3.3
- Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64.
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r--lang/python24/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index f8ce42a..fdd22f0 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= python
-PORTVERSION= 2.3.2
-PORTREVISION= 3
+PORTVERSION= 2.3.3
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -83,6 +82,9 @@ PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""
.endif
+.if ${ARCH} == sparc64
+CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900
+.endif
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
OpenPOWER on IntegriCloud