summaryrefslogtreecommitdiff
path: root/lang/python32/pkg-plist
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-12-01 12:25:37 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-12-01 12:25:37 +0000
commitc46e0576fd18d594b95913fd5b56af529e26f7a8 (patch)
tree4ad106d76a929e01dae5297211f610f87a1b50a4 /lang/python32/pkg-plist
parent- Fix the usage of 'python' to get rid of the implicit lang/python (diff)
Fix OSS Audio and enable FreeBSD 11 support in Python 3.2 and 3.1
- Add the appropriate Python platform (plat-*) files for FreeBSD 11 - Update pkg-plist Backport a upstream change [1] removing OS major version from the check to enable the OSS Audio module in setup.py: Issue #12326: don't test the major version of sys.platform Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. [2] [1] http://hg.python.org/cpython/rev/50f1922bc1d5 [2] http://bugs.python.org/issue12326
Notes
Notes: svn path=/head/; revision=335376
Diffstat (limited to '')
-rw-r--r--lang/python32/pkg-plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python32/pkg-plist b/lang/python32/pkg-plist
index 626efe8efc22..1df4a8e2212b 100644
--- a/lang/python32/pkg-plist
+++ b/lang/python32/pkg-plist
@@ -2286,6 +2286,10 @@ libdata/pkgconfig/python-3.2.pc
%%PYTHON_LIBDIR%%/plat-freebsd10/__pycache__/IN.cpython-32.pyc
%%PYTHON_LIBDIR%%/plat-freebsd10/__pycache__/IN.cpython-32.pyo
%%PYTHON_LIBDIR%%/plat-freebsd10/regen
+%%PYTHON_LIBDIR%%/plat-freebsd11/IN.py
+%%PYTHON_LIBDIR%%/plat-freebsd11/__pycache__/IN.cpython-32.pyc
+%%PYTHON_LIBDIR%%/plat-freebsd11/__pycache__/IN.cpython-32.pyo
+%%PYTHON_LIBDIR%%/plat-freebsd11/regen
%%PYTHON_LIBDIR%%/platform.py
%%PYTHON_LIBDIR%%/plistlib.py
%%PYTHON_LIBDIR%%/poplib.py
@@ -4357,6 +4361,8 @@ libdata/pkgconfig/python-3.2.pc
@dirrm %%PYTHON_LIBDIR%%/plat-freebsd9
@dirrm %%PYTHON_LIBDIR%%/plat-freebsd10/__pycache__
@dirrm %%PYTHON_LIBDIR%%/plat-freebsd10
+@dirrm %%PYTHON_LIBDIR%%/plat-freebsd11/__pycache__
+@dirrm %%PYTHON_LIBDIR%%/plat-freebsd11
@dirrm %%PYTHON_LIBDIR%%/pydoc_data/__pycache__
@dirrm %%PYTHON_LIBDIR%%/pydoc_data
@dirrm %%PYTHON_LIBDIR%%/site-packages