non port: devel/boost-all/compiled.mk |
SVNWeb
|
Number of commits found: 28 |
Mon, 23 May 2022
|
[ 13:00 Eugene Grosbein (eugen) ] 12918eb
devel/boost-all: allow to override path to used bjam binary
Approved by: office (fluffy)
|
Sun, 22 May 2022
|
[ 20:17 Dima Panov (fluffy) ] ae17808 (Only the first 10 of 20 ports in this commit are shown above. )
devel/boost-all: update Boost to 1.79.0 release (+)
Please welcome a longawaited boost-* upgrade.
It introduces a full support for OpenSSL3.0, Clang13+, C++17/C++20 standards and
more.
Since 1.74 release Boost library introduced some internal changes which breaks
comsumers of outdated API.
All failed consumers will be marked as BROKEN in separated commits.
Special thanks for all community members who take a long survey with real
environments testing.
Changelogs:
https://www.boost.org/users/history/version_1_73_0.html
https://www.boost.org/users/history/version_1_74_0.html
https://www.boost.org/users/history/version_1_75_0.html
https://www.boost.org/users/history/version_1_76_0.html
https://www.boost.org/users/history/version_1_77_0.html
https://www.boost.org/users/history/version_1_78_0.html
https://www.boost.org/users/history/version_1_79_0.html
PR: 246106
Exp-runs by: antoine
|
Sat, 13 Apr 2019
|
[ 23:44 sunpoet ]
Fix PLIST
- Bump PORTREVISION for package change
|
Fri, 2 Nov 2018
|
[ 13:40 rene ] (Only the first 10 of 11 ports in this commit are shown above. )
Followup on r483807.
jbeich commented on some ports in D17724 but I forgot to add them to the list.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Sat, 8 Sep 2018
|
[ 00:53 jbeich ]
devel/boost-all: switch to C++17 on FreeBSD >= 11.2
PR: 231077
Exp-run by: antoine
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
Sat, 20 Jan 2018
|
[ 12:37 sunpoet ]
Fix space/tab
|
Mon, 25 Sep 2017
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
[ 12:43 jbeich ]
devel/boost-*: better integrate with Mk/*
PR: 199601
Submitted by: bapt (based on)
Exp-run by: antoine
|
[ 12:43 jbeich ]
devel/boost-libs: drop compat links after r322328
PR: 199601
Suggested by: bapt
Exp-run by: antoine
|
[ 12:43 jbeich ]
devel/boost-libs: always verbose build after r421635
PR: 199601
Approved by: portmgr blanket
|
Sun, 27 Sep 2015
|
[ 21:58 jbeich ]
devel/boost-*: convert to more option helpers
Approved by: office (truckman, bapt) (maintainer)
Differential Revision: https://reviews.freebsd.org/D3739
|
[ 21:58 jbeich ]
devel/boost-*: remove nop ARCH-specific *FLAGS regressed by r317845
Approved by: office (truckman, bapt) (maintainer)
Differential Revision: https://reviews.freebsd.org/D3739
|
Fri, 13 Jun 2014
|
[ 20:31 bdrewery ]
- Fix build when using WITH_CCACHE_BUILD.
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).
|
[ 18:11 bdrewery ]
Convert boost ports to USES=tar
|
Sat, 8 Feb 2014
|
[ 18:10 bdrewery ]
- Fix boost build on 8.3
Submitted by: bapt
Tested by: bdrewery
|
Fri, 7 Feb 2014
|
[ 15:57 bapt ]
Fix build with non base clang
This fixes build on FreeBSD 8
|
[ 11:43 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to boost 1.55.0
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)
|
Wed, 13 Nov 2013
|
[ 16:07 bdrewery ]
- Allow WITH_CCACHE_BUILD to work with boost.
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)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 10 May 2013
|
[ 23:15 mi ]
Respect the locally set CXXFLAGS (and CFLAGS) -- except for optimization
level (-O*), which Boost sets to -O3 automatically.
Approved by: maintainer (bapt)
|
Thu, 2 May 2013
|
[ 22:21 mi ]
When BOOST_TOOLSET is "gcc", the actual compiler can be anything from g++ to
g++48.
Make sure, the ${CXX} specified is used by the port, rather than the default
g++.
Tested with: g++48
Approved by: bapt
|
Thu, 31 Jan 2013
|
[ 13:33 bapt ] (Only the first 10 of 32 ports in this commit are shown above. )
- update to 1.52.0
- 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)
|
Thu, 27 Jan 2011
|
[ 14:14 pav ]
- Re-enable MAKE_JOBS_SAFE for boost ports
PR: ports/153941
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
Feature safe: yes
|
Mon, 27 Dec 2010
|
[ 20:53 pav ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update to 1.45
PR: ports/152558
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>,
Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
|
Fri, 11 Jun 2010
|
[ 23:15 makc ] (Only the first 10 of 17 ports in this commit are shown above. )
Update to 1.43.0
PR: ports/146707
Submitted by: Armin Pirkovitsch <armin at frozen-zone.org>
Reviewed by: Alexander Churanov (maintainer)
|
Tue, 28 Jul 2009
|
[ 11:45 pav ] (Only the first 10 of 167 ports in this commit are shown above. )
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
|
Number of commits found: 28 |