Skip to content
Snippets Groups Projects
Commit 5256de33 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip/python33] Be consistent in definition of .so extension accross platforms

Moreover, remove duplicate entries between PLIST and PLIST.Linux
Should fix build on NetBSD
Bump PKGREVISION
parent 880b04de
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
VERSION= 3.3.5
DISTNAME= Python-${VERSION}
PKGNAME= python33-${VERSION}
PKGREVISION= 1
PKGREVISION= 2
MASTER_SITES= http://www.python.org/ftp/python/${VERSION}/
EXTRACT_SUFX= .tgz
......
......@@ -1819,12 +1819,10 @@ lib/python3.3/lib-dynload/grp.cpython-33m.so
lib/python3.3/lib-dynload/math.cpython-33m.so
lib/python3.3/lib-dynload/mmap.cpython-33m.so
lib/python3.3/lib-dynload/nis.cpython-33m.so
lib/python3.3/lib-dynload/ossaudiodev.cpython-33m.so
lib/python3.3/lib-dynload/parser.cpython-33m.so
lib/python3.3/lib-dynload/pyexpat.cpython-33m.so
lib/python3.3/lib-dynload/resource.cpython-33m.so
lib/python3.3/lib-dynload/select.cpython-33m.so
lib/python3.3/lib-dynload/spwd.cpython-33m.so
lib/python3.3/lib-dynload/syslog.cpython-33m.so
lib/python3.3/lib-dynload/termios.cpython-33m.so
lib/python3.3/lib-dynload/time.cpython-33m.so
......@@ -2171,19 +2169,6 @@ lib/python3.3/pickle.py
lib/python3.3/pickletools.py
lib/python3.3/pipes.py
lib/python3.3/pkgutil.py
lib/python3.3/plat-${PY_PLATNAME}/CDROM.py
lib/python3.3/plat-${PY_PLATNAME}/DLFCN.py
lib/python3.3/plat-${PY_PLATNAME}/IN.py
lib/python3.3/plat-${PY_PLATNAME}/TYPES.py
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/CDROM.cpython-33.pyc
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/CDROM.cpython-33.pyo
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/DLFCN.cpython-33.pyc
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/DLFCN.cpython-33.pyo
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/IN.cpython-33.pyc
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/IN.cpython-33.pyo
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/TYPES.cpython-33.pyc
lib/python3.3/plat-${PY_PLATNAME}/__pycache__/TYPES.cpython-33.pyo
lib/python3.3/plat-${PY_PLATNAME}/regen
lib/python3.3/platform.py
lib/python3.3/plistlib.py
lib/python3.3/poplib.py
......
......@@ -3,4 +3,5 @@ RMD160 (Python-3.3.5.tgz) = 5bb022aefc4d152844bd4a9afbe13eb0e38f1b5b
Size (Python-3.3.5.tgz) = 16881688 bytes
SHA1 (patch-aa) = c1bf923183d16e5fda859f3ce4e9243d81d6ef5a
SHA1 (patch-ab) = 8142304f727dd3284aa581490447a89e09937675
SHA1 (patch-ac) = 1c974d63c435e162df32350901ead8f10cdf3fd2
SHA1 (patch-an) = 3cf8da26071408c57f57c44572a35734e1577e28
--- configure.orig 2014-03-10 16:39:48.000000000 +0100
+++ configure 2014-03-10 16:40:39.000000000 +0100
@@ -13765,12 +13765,7 @@
$as_echo "$SOABI" >&6; }
-case $ac_sys_system in
- Linux*|GNU*)
- EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
- *)
- EXT_SUFFIX=${SHLIB_SUFFIX};;
-esac
+EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LDVERSION" >&5
$as_echo_n "checking LDVERSION... " >&6; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment