aboutsummaryrefslogtreecommitdiff
path: root/devel/boost
Commit message (Collapse)AuthorAgeFilesLines
* Move to OPTIONS.Sergey Matveychuk2004-08-241-48/+7
| | | | | | | | PR: ports/70898 Submitted by: maintainer Notes: svn path=/head/; revision=117212
* - Fix build on alphaPav Lucistnik2004-05-291-0/+3
| | | | | | | | PR: ports/67338 Submitted by: Simon Barner <barner@in.tum.de> (maintainer) Notes: svn path=/head/; revision=110316
* Fix build on IA64Tilman Keskinoz2004-03-081-0/+2
| | | | | | | | PR: 63903 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=103317
* remove obsolete extra-patch fileYing-Chieh Liao2004-02-242-27/+12
| | | | | | | | | patch html files only if NOPORTDOCS not defined Submitted by: maintainer Notes: svn path=/head/; revision=101940
* upgrade to 1.31.0Ying-Chieh Liao2004-02-208-1311/+1935
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=101470
* FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}Kris Kennaway2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101141
* Simon Barner has agreed to maintain this port.Alexander Leidinger2004-01-151-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=98204
* Fix build on Alpha and Sparc archOliver Lehmann2003-12-281-1/+8
| | | | | | | Approved By: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=96773
* - Fix build (previous update was incomplete):Sergei Kolobov2003-11-201-10/+10
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=94491
* utilize DOCSDIR & EXAMPLESDIR, and sort itYing-Chieh Liao2003-11-101-2371/+2371
| | | | Notes: svn path=/head/; revision=93625
* unbreakYing-Chieh Liao2003-11-106-155/+132
| | | | | | | | | | | upgrade to 1.30.2 PR: 58168 Submitted by: Keishi Katoux <k-shi_freebsd@k2factory.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=93624
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-1/+1
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* BROKEN: Errors during buildKris Kennaway2003-10-121-0/+2
| | | | Notes: svn path=/head/; revision=90948
* Bump PORTREVISION after lang/python's changing default toHye-Shik Chang2003-08-231-0/+1
| | | | | | | | | BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni Notes: svn path=/head/; revision=87536
* - Update to Boost 1.30.0.Jacques Vidrine2003-07-186-630/+1256
| | | | | | | | | | - 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) Notes: svn path=/head/; revision=85138
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* - Update to version 1.29.0Johann Visagie2002-11-063-78/+2947
| | | | | | | | | | - Attempt to install full documentation (which is difficult to separate from the rest of the source) Approved by: Paul Marquis <pmarquis@pobox.com> (MAINTAINER) Notes: svn path=/head/; revision=69582
* If port is built with WITHOUT_PYTHON set, don't include Python libraries inYing-Chieh Liao2002-05-272-3/+6
| | | | | | | | | | package list PR: 38580 Submitted by: maintainer Notes: svn path=/head/; revision=60062
* Update to latest(1.28.0)David W. Chapman Jr.2002-05-234-16/+324
| | | | | | | | PR: 38455 Submitted by: maintainer Notes: svn path=/head/; revision=59801
* Add boost, free peer-reviewed portable C++ source libraries.Akinori MUSHA2002-01-156-0/+636
PR: ports/33634 Submitted by: Paul Marquis <pmarquis@pobox.com> Notes: svn path=/head/; revision=53088