diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-08 12:43:11 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-08 12:43:11 +0000 |
commit | 1ba15b7a7e9db75abf34f35fed7e9b8b0b4de58f (patch) | |
tree | 56d1c64fc023801f174e3b2c94bd2b813112b9f6 /lang/python32/pkg-plist | |
parent | 2d0b87252182eed1fa7e5cde8a04a5ccfda002ab (diff) | |
download | ports-1ba15b7a7e9db75abf34f35fed7e9b8b0b4de58f.tar.gz ports-1ba15b7a7e9db75abf34f35fed7e9b8b0b4de58f.zip |
Build and install a shared library and its frontend besides static one
by default.
[HEADS UP] The python executable and static library isn't built PIC
anymore even on amd64 and ia64. Please use a shared library instead.
Requested by: jhay, dd
Tested by: Charles Swiger <cswiger@mac.com>,
Tim Middleton <x@Vex.Net>
Notes
Notes:
svn path=/head/; revision=103302
Diffstat (limited to 'lang/python32/pkg-plist')
-rw-r--r-- | lang/python32/pkg-plist | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/python32/pkg-plist b/lang/python32/pkg-plist index 76a827582a80..ad78ff1936e0 100644 --- a/lang/python32/pkg-plist +++ b/lang/python32/pkg-plist @@ -1,6 +1,7 @@ -bin/idle2.4 -bin/pydoc2.4 -bin/%%PYTHON_VERSION%% +bin/idle%%PYVER%% +bin/pydoc%%PYVER%% +bin/python%%PYVER%% +bin/python-shared%%PYVER%% include/%%PYTHON_VERSION%%/Python.h include/%%PYTHON_VERSION%%/abstract.h include/%%PYTHON_VERSION%%/bitset.h @@ -73,8 +74,8 @@ include/%%PYTHON_VERSION%%/tupleobject.h include/%%PYTHON_VERSION%%/ucnhash.h include/%%PYTHON_VERSION%%/unicodeobject.h include/%%PYTHON_VERSION%%/weakrefobject.h -%%SHARED_ONLY%%lib/lib%%PYTHON_VERSION%%.so -%%SHARED_ONLY%%lib/lib%%PYTHON_VERSION%%.so.1 +lib/lib%%PYTHON_VERSION%%.so +lib/lib%%PYTHON_VERSION%%.so.1 lib/%%PYTHON_VERSION%%/BaseHTTPServer.py lib/%%PYTHON_VERSION%%/BaseHTTPServer.pyc lib/%%PYTHON_VERSION%%/BaseHTTPServer.pyo |