diff options
author | perky <perky@FreeBSD.org> | 2004-08-07 14:36:57 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-08-07 14:36:57 +0800 |
commit | 511678e7c67a83ed3763c1ea4a6ad4013589a56b (patch) | |
tree | 9ee826593b245513e6759fc95f781ef0295d1ed2 /lang/python31/files | |
parent | b072e62efeec37448877cf93a3436e8aa364c729 (diff) | |
download | freebsd-ports-gnome-511678e7c67a83ed3763c1ea4a6ad4013589a56b.tar.gz freebsd-ports-gnome-511678e7c67a83ed3763c1ea4a6ad4013589a56b.tar.zst freebsd-ports-gnome-511678e7c67a83ed3763c1ea4a6ad4013589a56b.zip |
- Update to 2.4a2
- Add IPV6 option [1]
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
Diffstat (limited to 'lang/python31/files')
-rw-r--r-- | lang/python31/files/patch-Lib-test-test_socket.py | 11 | ||||
-rw-r--r-- | lang/python31/files/patch-setup.py | 9 |
2 files changed, 0 insertions, 20 deletions
diff --git a/lang/python31/files/patch-Lib-test-test_socket.py b/lang/python31/files/patch-Lib-test-test_socket.py deleted file mode 100644 index 33b9fb389f54..000000000000 --- a/lang/python31/files/patch-Lib-test-test_socket.py +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/test/test_socket.py.orig Fri Jul 9 00:27:03 2004 -+++ Lib/test/test_socket.py Fri Jul 9 00:27:11 2004 -@@ -289,7 +289,7 @@ - # Find one service that exists, then check all the related interfaces. - # I've ordered this by protocols that have both a tcp and udp - # protocol, at least for modern Linuxes. -- for service in ('echo', 'daytime', 'domain'): -+ for service in ('daytime', 'domain'): - try: - port = socket.getservbyname(service, 'tcp') - break diff --git a/lang/python31/files/patch-setup.py b/lang/python31/files/patch-setup.py index 003d0a4ae1fd..c66568db95e3 100644 --- a/lang/python31/files/patch-setup.py +++ b/lang/python31/files/patch-setup.py @@ -9,15 +9,6 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -778,7 +778,7 @@ - # Linux-specific modules - exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - -- if platform in ('linux2', 'freebsd4'): -+ if platform in ('linux2', 'freebsd4', 'freebsd5'): - exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) - - if platform == 'sunos5': @@ -1160,8 +1160,7 @@ ext_modules=[Extension('struct', ['structmodule.c'])], |