Specifically, this is about the !WITH_PYTHON and !WITH_THREADS cases.
- This fixes the plist again.
Reported by: kris via pointyhat
Approved by: arved (mentor)
This adds two run time dependecies in the WITH_PYTHON case:
* devel/gccxml
* devel/py-elementtree
This was requested in [1].
- Add pkg-message to help developers getting started with boost:
Give suggestions for CFLAGS and LDFLAGS for the following build
options:
* BOOST_THREADS: pkg-message.threads
* WITH_PYTHON: pkg-message.python
* stlport (4.x): pkg-message.stlport
- remove pkg-install script and perform installation in Makefile
PR: ports/77640 [1]
Approved by: arved (mentor)
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now
PR: ports/75377
Submitted by: Simon Barner <barner(at)gmx.de> (maintainer)
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
Approved by: maintainer timeout
(I've used a ~2 week timeout without an email
contact; as can be seen and I've already noticed
for another port, the maintainer is not responsive
for a much longer time)
Do not add PYTHON_* variables to MAKE_ENV unless
WITH_PYTHON knob is enabled
- Remove spaces on empty line to please portlint
While I'm here:
- s/+=/=/ where appropriate
PR: 59255
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Approved by: maintainer's silence
- Honor CC/CXX as best we can (bjam build system is buggy in this area)
- Pull down GCC 3.3 `support' from Boost CVS
Approved by: Paul Marquis <pmarquis@pobox.com> (maintainer)
- Attempt to install full documentation (which is difficult to separate from
the rest of the source)
Approved by: Paul Marquis <pmarquis@pobox.com> (MAINTAINER)