summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-10-04 05:17:10 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-10-04 05:17:10 +0000
commitec722082a10e4eb1a17be30daea2eb64ce359964 (patch)
tree95e6891a0e9ea37f0684456b127f209b139885ac /lang/python24
parentpthread fix for audio/openal on -current (diff)
Update to Python-2.3.2
Notes
Notes: svn path=/head/; revision=90205
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile3
-rw-r--r--lang/python24/distinfo1
-rw-r--r--lang/python24/files/patch-configure27
-rw-r--r--lang/python24/files/patch-pyconfig.h.in11
4 files changed, 11 insertions, 31 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index c0a54297eeed..f4afc2575e05 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= python
-PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTVERSION= 2.3.2
CATEGORIES= lang python ipv6
MASTER_SITES= ${MASTER_SITE_PYTHON}
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
diff --git a/lang/python24/distinfo b/lang/python24/distinfo
index 17d0a7cc7c66..a4a8c4eaa046 100644
--- a/lang/python24/distinfo
+++ b/lang/python24/distinfo
@@ -12,4 +12,5 @@ MD5 (python/Python-2.2.2.tgz) = 1c1067396e5aa0299978486eb5bd1a5c
MD5 (python/Python-2.2.3.tgz) = 169f89f318e252dac0c54dd1b165d229
MD5 (python/Python-2.3.tgz) = 595620a4769073a812e353597585c4e8
MD5 (python/Python-2.3.1.tgz) = a3dcbe1c7f173c8e3c7cce28495016ae
+MD5 (python/Python-2.3.2.tgz) = f54d7a529d444994b4b33429bbb45479
MD5 (python/Python-2.4a0-20030801.tgz) = 7bb219e81cd565ed1c360108d9e8ba16
diff --git a/lang/python24/files/patch-configure b/lang/python24/files/patch-configure
index 271eb9522fbd..6ee47894e12f 100644
--- a/lang/python24/files/patch-configure
+++ b/lang/python24/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Sun Sep 21 00:29:40 2003
-+++ configure Mon Sep 29 20:01:11 2003
+--- configure.orig Sat Oct 4 13:27:50 2003
++++ configure Sat Oct 4 13:29:05 2003
@@ -1321,7 +1321,7 @@
VERSION=2.3
@@ -9,25 +9,16 @@
# The later defininition of _XOPEN_SOURCE disables certain features
# on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
-@@ -3596,6 +3596,12 @@
+@@ -3594,6 +3594,12 @@
+ LDLIBRARY='libpython$(VERSION).so'
+ BLDLIBRARY='-L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
- INSTSONAME="$LDLIBRARY".$SOVERSION
- ;;
++ INSTSONAME="$LDLIBRARY".$SOVERSION
++ ;;
+ FreeBSD*)
+ LDLIBRARY='libpython$(VERSION).so'
+ BLDLIBRARY='-L. -lpython$(VERSION)'
+ RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
-+ INSTSONAME="$LDLIBRARY".$SOVERSION
-+ ;;
+ INSTSONAME="$LDLIBRARY".$SOVERSION
+ ;;
hp*|HP*)
- LDLIBRARY='libpython$(VERSION).sl'
- BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)'
-@@ -13384,7 +13390,7 @@
- (exit $ac_status); }; }; then
-
- cat >>confdefs.h <<\_ACEOF
--#define HAVE_SYNC 1
-+#define HAVE_FSYNC 1
- _ACEOF
-
- echo "$as_me:$LINENO: result: yes" >&5
diff --git a/lang/python24/files/patch-pyconfig.h.in b/lang/python24/files/patch-pyconfig.h.in
deleted file mode 100644
index 289f4dcafcad..000000000000
--- a/lang/python24/files/patch-pyconfig.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyconfig.h.in.orig Fri Sep 26 13:09:17 2003
-+++ pyconfig.h.in Fri Sep 26 13:09:25 2003
-@@ -486,7 +486,7 @@
- #undef HAVE_SYMLINK
-
- /* Define if you have the 'fsync' function. */
--#undef HAVE_SYNC
-+#undef HAVE_FSYNC
-
- /* Define to 1 if you have the `sysconf' function. */
- #undef HAVE_SYSCONF