Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131631344
D11021.id29124.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D11021.id29124.diff
View Options
Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -196,6 +196,7 @@
SUBDIR += boost-jam
SUBDIR += boost-libs
SUBDIR += boost-python-libs
+ SUBDIR += boost-python3-libs
SUBDIR += boost_build
SUBDIR += bossa
SUBDIR += bouml-doc
Index: devel/boost-python-libs/Makefile
===================================================================
--- devel/boost-python-libs/Makefile
+++ devel/boost-python-libs/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= boost-python-libs
-COMMENT= Framework for interfacing Python and C++
+COMMENT= Framework for interfacing Python 2 and C++
-USES+= python
+USES+= python:-2.7
OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS
Index: devel/boost-python-libs/pkg-descr
===================================================================
--- devel/boost-python-libs/pkg-descr
+++ devel/boost-python-libs/pkg-descr
@@ -1,8 +1,6 @@
-The Boost Python Library is a framework for interfacing Python and
+The Boost Python Library is a framework for interfacing Python 2 and
C++. It allows you to quickly and seamlessly expose C++ classes
-functions and objects to Python, and vice-versa, using no special
+functions and objects to Python 2, and vice-versa, using no special
tools -- just your C++ compiler.
-
-The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
WWW: http://www.boost.org/
Index: devel/boost-python3-libs/Makefile
===================================================================
--- devel/boost-python3-libs/Makefile
+++ devel/boost-python3-libs/Makefile
@@ -1,10 +1,10 @@
# Created by: Alexander Churanov <churanov.port.maintainer@gmail.com>
# $FreeBSD$
-PORTNAME= boost-python-libs
-COMMENT= Framework for interfacing Python and C++
+PORTNAME= boost-python3-libs
+COMMENT= Framework for interfacing Python 3 and C++
-USES+= python
+USES+= python:3
OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS
@@ -43,6 +43,6 @@
-e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \
-e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \
-e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_python.so.${PORTVERSION}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_python3.so.${PORTVERSION}
.include <bsd.port.mk>
Index: devel/boost-python3-libs/pkg-descr
===================================================================
--- devel/boost-python3-libs/pkg-descr
+++ devel/boost-python3-libs/pkg-descr
@@ -1,8 +1,6 @@
-The Boost Python Library is a framework for interfacing Python and
+The Boost Python Library is a framework for interfacing Python 3 and
C++. It allows you to quickly and seamlessly expose C++ classes
-functions and objects to Python, and vice-versa, using no special
+functions and objects to Python 3, and vice-versa, using no special
tools -- just your C++ compiler.
-
-The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
WWW: http://www.boost.org/
Index: devel/boost-python3-libs/pkg-plist
===================================================================
--- devel/boost-python3-libs/pkg-plist
+++ devel/boost-python3-libs/pkg-plist
@@ -1,3 +1,3 @@
-lib/libboost_python.a
-lib/libboost_python.so
-lib/libboost_python.so.%%BOOST_SHARED_LIB_VER%%
+lib/libboost_python3.a
+lib/libboost_python3.so
+lib/libboost_python3.so.%%BOOST_SHARED_LIB_VER%%
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 10, 9:45 PM (12 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23548951
Default Alt Text
D11021.id29124.diff (3 KB)
Attached To
Mode
D11021: Add python 3 version of boost-python-libs
Attached
Detach File
Event Timeline
Log In to Comment