diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-07 06:36:57 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-07 06:36:57 +0000 |
commit | 03cd3fd2e0043400d07b0696a4cf5291b64ef440 (patch) | |
tree | 80b403283f3e5e98f12265e9ed632700319b1661 /lang/python26/files | |
parent | a09c1bb5235612382cc1ebac761cb6cbc4fedbf0 (diff) | |
download | ports-03cd3fd2e0043400d07b0696a4cf5291b64ef440.tar.gz ports-03cd3fd2e0043400d07b0696a4cf5291b64ef440.zip |
Notes
Diffstat (limited to 'lang/python26/files')
-rw-r--r-- | lang/python26/files/patch-Lib-test-test_socket.py | 11 | ||||
-rw-r--r-- | lang/python26/files/patch-setup.py | 9 |
2 files changed, 0 insertions, 20 deletions
diff --git a/lang/python26/files/patch-Lib-test-test_socket.py b/lang/python26/files/patch-Lib-test-test_socket.py deleted file mode 100644 index 33b9fb389f54..000000000000 --- a/lang/python26/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/python26/files/patch-setup.py b/lang/python26/files/patch-setup.py index 003d0a4ae1fd..c66568db95e3 100644 --- a/lang/python26/files/patch-setup.py +++ b/lang/python26/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'])], |