summaryrefslogtreecommitdiffstats
path: root/lang/python
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-10-04 05:17:10 +0000
committerperky <perky@FreeBSD.org>2003-10-04 05:17:10 +0000
commit406e9daa4a54eb7ea421c815fdeac9458b4feb25 (patch)
treef52eb8d66ce39ec365fee41e6eb21df726d61a4b /lang/python
parente315f50d5c71cafe91ee2db1a2c876f073c80996 (diff)
downloadFreeBSD-ports-406e9daa4a54eb7ea421c815fdeac9458b4feb25.zip
FreeBSD-ports-406e9daa4a54eb7ea421c815fdeac9458b4feb25.tar.gz
Update to Python-2.3.2
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile3
-rw-r--r--lang/python/distinfo1
-rw-r--r--lang/python/files/patch-configure27
-rw-r--r--lang/python/files/patch-pyconfig.h.in11
4 files changed, 11 insertions, 31 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index c0a5429..f4afc25 100644
--- a/lang/python/Makefile
+++ b/lang/python/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/python/distinfo b/lang/python/distinfo
index 17d0a7c..a4a8c4e 100644
--- a/lang/python/distinfo
+++ b/lang/python/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/python/files/patch-configure b/lang/python/files/patch-configure
index 271eb95..6ee4789 100644
--- a/lang/python/files/patch-configure
+++ b/lang/python/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/python/files/patch-pyconfig.h.in b/lang/python/files/patch-pyconfig.h.in
deleted file mode 100644
index 289f4dc..0000000
--- a/lang/python/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
OpenPOWER on IntegriCloud