summaryrefslogtreecommitdiffstats
path: root/lang/python-devel/files
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-10-17 11:14:17 +0000
committerperky <perky@FreeBSD.org>2002-10-17 11:14:17 +0000
commit45320f7f2da5a94f92884c95d5c04253fc548d5a (patch)
tree21b0b41bfd447acce9ff9e43d9335afce71ac14c /lang/python-devel/files
parent7478600944c753e2d9864c65982c8bb59477f519 (diff)
downloadFreeBSD-ports-45320f7f2da5a94f92884c95d5c04253fc548d5a.zip
FreeBSD-ports-45320f7f2da5a94f92884c95d5c04253fc548d5a.tar.gz
Upgrade to Python-2.2.2.
Approved by: tg
Diffstat (limited to 'lang/python-devel/files')
-rw-r--r--lang/python-devel/files/patch-Lib:urllib.py14
-rw-r--r--lang/python-devel/files/patch-configure10
2 files changed, 0 insertions, 24 deletions
diff --git a/lang/python-devel/files/patch-Lib:urllib.py b/lang/python-devel/files/patch-Lib:urllib.py
deleted file mode 100644
index 63830a9..0000000
--- a/lang/python-devel/files/patch-Lib:urllib.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- Lib/urllib.py.orig Wed Apr 10 08:19:21 2002
-+++ Lib/urllib.py Wed Apr 10 08:25:58 2002
-@@ -409,7 +409,10 @@
- import mimetypes, mimetools, rfc822, StringIO
- host, file = splithost(url)
- localname = url2pathname(file)
-- stats = os.stat(localname)
-+ try:
-+ stats = os.stat(localname)
-+ except OSError, e:
-+ raise IOError(e.errno, e.strerror, e.filename)
- size = stats[stat.ST_SIZE]
- modified = rfc822.formatdate(stats[stat.ST_MTIME])
- mtype = mimetypes.guess_type(url)[0]
diff --git a/lang/python-devel/files/patch-configure b/lang/python-devel/files/patch-configure
deleted file mode 100644
index e40f4ac..0000000
--- a/lang/python-devel/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sun Jan 20 15:31:22 2002
-+++ configure Sun Jan 20 15:56:58 2002
-@@ -6980,6 +6980,7 @@
- #line 6981 "configure"
- #include "confdefs.h"
- #include <stdio.h>
-+#include <wchar.h>
- main()
- {
- FILE *f=fopen("conftestval", "w");
OpenPOWER on IntegriCloud