aboutsummaryrefslogtreecommitdiff
path: root/devel/boost
Commit message (Collapse)AuthorAgeFilesLines
* - Add a patch to fix endianess detectionLi-Wen Hsu2009-05-122-0/+22
| | | | | | | | | PR: ports/133487 Submitted by: Oliver Lehmann <lehmann AT ans-netz.de> Approved by: Alexander Churanov <alexanderchuranov AT gmail.com> (maintainer) Notes: svn path=/head/; revision=233760
* - mark as MAKE_JOBS_SAFE, also apply ${_MAKE_JOBS} to BJAM_OPTIONSLi-Wen Hsu2009-04-091-0/+2
| | | | | | | | | PR: ports/133054 Submitted by: Anonymous <swell.k AT gmail.com> Approved by: Alexander Churanov <alexanderchuranov AT gmail.com> (maintainer) Notes: svn path=/head/; revision=231937
* - Update to 1.37Li-Wen Hsu2009-04-0712-1869/+12875
| | | | | | | | | | PR: ports/129226 Submitted by: Alexander Churanov <alexanderchuranov AT gmail.com> (maintainer) Helped by: amdmi3 Exp-run by: pav Notes: svn path=/head/; revision=231772
* With portmgr hat, assign maintainership to new volunteer. (PreviousMark Linimon2009-02-201-1/+1
| | | | | | | maintainer has been inactive for > 3 months). Notes: svn path=/head/; revision=228698
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* - Enable build on powerpc by correctly setting up bjam pathSimon Barner2008-04-191-0/+2
| | | | | | | | PR: ports/12287 Submitted by: Peter Grehan Notes: svn path=/head/; revision=211573
* - Update to Boost 1.34.1. Bug fix release, see [1] for the complete listSimon Barner2007-08-134-37/+28
| | | | | | | | | | | | of changes. - Mark boost-1* and boost-python-1* mutually conflicting [2] Submitted by: thierry [2] [1] http://svn.boost.org/trac/boost/query?status=closed&milestone=Boost+1.34.1 Notes: svn path=/head/; revision=197598
* Build bjam tool with -fno-strict-aliasing:Simon Barner2007-07-071-0/+11
| | | | | | | | | | | | | | | | | - Fixes build on 7/amd64 (gcc 4.2.0) - Note: this only affects the build of the bjam tool, the libraries are build with the user's CXXFLAGS settings Reported by: trasz@ "Matthew D. Fuller" <fullermd@over-yonder.net> Pascal Hofstee <caelian@gmail.com> Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=boost.diff;att=1;bug=367825 (only the -fno-strict-aliasing part) via http://svn.boost.org/trac/boost/ticket/977 Notes: svn path=/head/; revision=195176
* Update to boost 1.34.0:Simon Barner2007-07-0415-1291/+1479
| | | | | | | | | | | | | | | | - ChangeLog: http://lists.boost.org/boost-announce/2007/05/0131.php - Uses Boost.Build v2 - Fixes build g++ 4.2 (and there for on 7-CURRENT) - Port respects CXXFLAGS unless the WITH_OPTIMIZED_CFLAGS option is set that enables -O3 optimization and full inlining Requested by: many PR: ports/113474 (resolved) Obtained from: http://boost.cvs.sourceforge.net/boost/boost/boost/detail/atomic_count_gcc.hpp?r1=1.5&r2=1.5.8.1 via pav Notes: svn path=/head/; revision=194913
* Make fetchable again (MASTER_SITE_SUBDIR was accidentally deleted in lastSimon Barner2007-03-281-0/+1
| | | | | | | | | commit). Reported by: Bill Fenner's distfile script Notes: svn path=/head/; revision=188648
* - Remove support for FreeBSD 4.Simon Barner2007-03-069-743/+363
| | | | | | | | - Remove devel/boost-gcc3, since it's only usefull on 4.x - Minor portlint tweaks. Notes: svn path=/head/; revision=186636
* - Fix build with g++41 by restricting the offsetof workaround for useSimon Barner2006-12-181-3/+7
| | | | | | | | | with g++3.x and below Requested by: kris Notes: svn path=/head/; revision=180065
* Upgrade ICU from 3.4.1 to 3.6. Build WITHOUT_THREADS by default -- usingMikhail Teterin2006-09-221-1/+1
| | | | | | | | | | | | | | threads is broken on ia64 (marcel is investigating) and seems useless elsewhere. Filter `-funroll-loops' out of CFLAGS for now -- it seems to cause miscompilation occasionally. Correct the dependencies to stop requiring a particular version number of the ICU's libraries to ease future upgrades. Notes: svn path=/head/; revision=173622
* - libbgl-wiz requires spirit-1.8, so don't build it on FreeBSD 4 unlessSimon Barner2006-08-312-3/+8
| | | | | | | | | | | | gcc-3.4 is used [1]. This fixes the build on FreeBSD 4.x. - Install libboost_serialization.so as libboost_serialization.so.3 and create a symlink. [2] Reported by: many [1], bmah [2] PR: ports/102524 Notes: svn path=/head/; revision=171711
* - Fix const-correctness bug in Boost.Regex-1.33.xSimon Barner2006-08-014-1/+162
| | | | | | | | | | | | | | that strikes only in multithreaded programs on Unix platforms, if: * Multiple threads construct regexes concurrently, or * Multiple threads perform search and replace operations concurrently. - Bump PORTREVISION (threads are enabled in the port's default configuration) Submitted by: John Maddock <john@johnmaddock.co.uk> via boost-announce Found by: Aleksey Sanin See also: http://lists.boost.org/boost-announce/2006/08/0097.php Notes: svn path=/head/; revision=169384
* - Build libbgl-viz.a (needed to use the GraphViz reader)Simon Barner2006-07-204-2/+34
| | | | | | | | | | | | - Build librandom_device.a (needed to use certain PRG algorithms that rely on /dev/urandom) - Remove former maintainer from pkg-descr - Bump PORTREVISION Requested by: Fernando Herrero Carrón <fernando.herrero@uam.es> Notes: svn path=/head/; revision=168327
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Update to Boost 1.33.1:Simon Barner2005-12-104-26/+383
| | | | | | | | * Bugfix release * ChangeLog at https://sourceforge.net/forum/forum.php?forum_id=517679 Notes: svn path=/head/; revision=150804
* Avoid duplicate LASTEST_LINKs by conditionally modifing PKGNAMESUFFIX,Simon Barner2005-11-221-0/+4
| | | | | | | | resulting in boost-python-gcc3 (if the boost port is built on 4.x from devel/boost-gcc3 (which implies WITH_PYTHON)). Notes: svn path=/head/; revision=149033
* Mark the devel/boost-gcc3 slave port IGNORE on FreeBSD >= 5.Simon Barner2005-11-221-0/+5
| | | | Notes: svn path=/head/; revision=149032
* Keep up with devel/icu shared lib version bump.Simon Barner2005-11-141-1/+1
| | | | | | | | Submitted by: Vladimir Guzma <vladimir.guzma@tut.fi> PR: ports/89009 Notes: svn path=/head/; revision=148265
* - Add distfile for spirit 1.6 (for FreeBSD 4) to distinfo. This was lostSimon Barner2005-11-101-0/+3
| | | | | | | | | | during the SHA256-ification Reported by: pointyhat via kris Pointyhats{'barner'}++; Notes: svn path=/head/; revision=147768
* - Update to Boost 1.33.0Simon Barner2005-11-0910-409/+1379
| | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=147714
* - Don't install symlinks to shared libraries that are not installed.Simon Barner2005-03-211-2/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=131853
* - no python implies no pyste (fix conditionally created plist) [1]Simon Barner2005-03-091-0/+4
| | | | | | | | | | - document WITH_PYSTE knob Pointed out by: lofi [1] Approved by: arved (mentor) Notes: svn path=/head/; revision=130718
* - Add WITH_PYSTE knob in oder to keep the list of dependencies smaller for theSimon Barner2005-03-082-100/+134
| | | | | | | | | | | | WITH_PYTHON case. WITH_PYSTE implies WITH_PYTHON. [1] - Print frame around pkg-message in order to attract the user's attention. Requested by: nectar [1] Approved by: arved (mentor) Notes: svn path=/head/; revision=130632
* - Install pyste, a interface generator for Boost.PythonSimon Barner2005-03-076-63/+201
| | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=130523
* Change email address in ports maintained by me to barner@FreeBSD.orgSimon Barner2005-02-281-1/+1
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=130011
* Unbreak devel/monotone on FreeBSD-5.3.Thierry Thomas2005-02-122-18/+8
| | | | | | | | | | | Bump PORTREVISION. PR: ports/76730 Submitted by: Mark A. Wicks and maintainer Obtained from: Boost CVS repository. Notes: svn path=/head/; revision=128629
* - Update devel/boost to 1.32.0Sergey Matveychuk2004-12-2411-1925/+4047
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=125059
* 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