aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-all
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build when using WITH_CCACHE_BUILD.Bryan Drewery2014-06-131-0/+5
| | | | | | | | | | | | | ccache's documentation says to set CCACHE_SLOPPINESS=time_macros and CFLAGS+= -fpch-preprocess (it's a magic check in ccache for the string), but doing these does not actually fix the build when files are cached. Disabling PCH for ccache still results in an 18 second build, down from 143, on a 12 core machine. - While here, strip libraries with STRIP_CMD (not bumping rev as this is not significant enough to warrant a rebuild). Notes: svn path=/head/; revision=357721
* Convert boost ports to USES=tarBryan Drewery2014-06-132-2/+2
| | | | Notes: svn path=/head/; revision=357709
* - Fix boost build on 8.3Bryan Drewery2014-02-081-0/+4
| | | | | | | | Submitted by: bapt Tested by: bdrewery Notes: svn path=/head/; revision=343374
* Fix build with non base clangBaptiste Daroussin2014-02-071-3/+1
| | | | | | | This fixes build on FreeBSD 8 Notes: svn path=/head/; revision=343273
* Update to boost 1.55.0Baptiste Daroussin2014-02-073-24/+9
| | | | | | | | | | switch back to normal library naming Add a compat symlink for .so.5 Use compiler.mk to detect compiler Use a modern compiler (doesn't work with base gcc) Notes: svn path=/head/; revision=343213
* - Allow WITH_CCACHE_BUILD to work with boost.Bryan Drewery2013-11-131-1/+0
| | | | | | | | | | | | | | | This speeds up building from 35 minutes to 5 minutes. If you are building boost with ccache by changing CC="ccache cc", change to using WITH_CCACHE_BUILD=yes in make.conf. This will automatically handle installing and using ccache for port building, while avoiding build breakages. Reported by: Samu Nuutamo Discussed with: bapt (who marked it unsafe) Notes: svn path=/head/; revision=333706
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* PKGORIGIN being defined earlier, CATAGORIES needs to be defined prior any ↵Baptiste Daroussin2013-06-271-17/+5
| | | | | | | | | | | *.mk include meaning common.mk has to be included earlier [1] While here switch to new options helpers Reported by: erwin Notes: svn path=/head/; revision=321850
* Respect the locally set CXXFLAGS (and CFLAGS) -- except for optimizationMikhail Teterin2013-05-101-0/+5
| | | | | | | | | level (-O*), which Boost sets to -O3 automatically. Approved by: maintainer (bapt) Notes: svn path=/head/; revision=317845
* When BOOST_TOOLSET is "gcc", the actual compiler can be anything from g++ to ↵Mikhail Teterin2013-05-021-0/+3
| | | | | | | | | | | | g++48. Make sure, the ${CXX} specified is used by the port, rather than the default g++. Tested with: g++48 Approved by: bapt Notes: svn path=/head/; revision=317167
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - update to 1.52.0Baptiste Daroussin2013-01-313-47/+55
| | | | | | | | | | | | - pass maintainership to office@ - detect if compiler is gcc or clang and correctly set the toolset for bjam - enable long-double support - some cleanup Approved by: maintainer timeout (3 weeks with no reply) Notes: svn path=/head/; revision=311308
* Update PORTREVISION for rm's fix in the way that it has been done previouslyDoug Barton2012-07-151-1/+0
| | | | | | | Approved by: portmgr (beat) Notes: svn path=/head/; revision=300905
* - fix packaging when WITH_ICU is off [1]Ruslan Makhmatkhanov2012-07-131-0/+1
| | | | | | | | | | | | | | | | | - fix applications hanging issue (deluge and qbittorrent at least) [2] - fix interprocess communication (upstream svn revision 76181) [3] - bump PORTREVISION PR: 168661 [1] PR: 169755 [2] PR: 169806 [3] Submitted by: Alexey Markov <redrat at mail dot ru> [1], Mario Lobo <lobo@bsd.com.br> [2], Martin Matuska <mm at FreeBSD dot org> [3] Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=300882
* Update boost ports to 1.48.0Max Brazhnikov2012-05-161-1/+1
| | | | | | | | | PR: ports/156253 Submitted by: Alexander Churanov (maintainer) Approved by: portmgr (linimon) Notes: svn path=/head/; revision=296783
* Remove OPTION for and dependency on devel/boost-pyste in preparation forChris Rees2011-10-221-5/+0
| | | | | | | devel/boost-pyste 's removal Notes: svn path=/head/; revision=284105
* - Re-enable MAKE_JOBS_SAFE for boost portsPav Lucistnik2011-01-271-0/+2
| | | | | | | | | | PR: ports/153941 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268293
* - Update to 1.45Pav Lucistnik2010-12-272-2/+3
| | | | | | | | | PR: ports/152558 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>, Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) Notes: svn path=/head/; revision=267025
* Update to 1.43.0Max Brazhnikov2010-06-112-2/+3
| | | | | | | | | PR: ports/146707 Submitted by: Armin Pirkovitsch <armin at frozen-zone.org> Reviewed by: Alexander Churanov (maintainer) Notes: svn path=/head/; revision=256420
* - Update boost to 1.41Pav Lucistnik2009-12-293-12/+14
| | | | | | | | PR: ports/141749 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=246863
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Update boost to 1.39Pav Lucistnik2009-07-287-0/+136
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504