diff options
author | barner <barner@FreeBSD.org> | 2005-11-09 14:30:56 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-09 14:30:56 +0000 |
commit | c00b3c84921debf3fdb8f10e547550fce18e4a80 (patch) | |
tree | d47b63f51a299e0c2d8b843c373adeeb2556f65f /devel/boost-python | |
parent | a2364134ed101c2e13b2089abc76a0c4166b5a3e (diff) | |
download | FreeBSD-ports-c00b3c84921debf3fdb8f10e547550fce18e4a80.zip FreeBSD-ports-c00b3c84921debf3fdb8f10e547550fce18e4a80.tar.gz |
- Update to Boost 1.33.0
* Boost.Regex now supports the ICU unicode library
* Optionally build Boost with GCC 3.4 on FreeBSD 4.x [1]
* For changes to the Boost libraries see their specific ChangeLogs
in ${LOCALBASE}/share/doc/boost or at http://www.boost.org/
* Bump shared library version to 3
PR: ports/88014 [1]
Submitted by: Václav Haisman [1]
Diffstat (limited to 'devel/boost-python')
-rw-r--r-- | devel/boost-python/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile index 8fcf043..e7e36d7 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -MAINTAINER= barner@gmx.de COMMENT= Free portable C++ source libraries with Python bindings MASTERDIR= ${.CURDIR}/../../devel/boost |