Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.86.0 20 Nov 2024 10:05:18 |
Dima Panov (fluffy) |
devel/boost: update to 1.86.0 release (+)
Also update boost_build (B2) to corresponding 5.2.1 release.
Release Notes: https://www.boost.org/users/history/version_1_86_0.html
Sponsored by: Future Crew, LLC |
1.85.0 03 Oct 2024 10:24:50 |
Dima Panov (fluffy) |
devel/boost*: update to 1.85.0 release (+)
With hat: office
Changelog: https://www.boost.org/users/history/version_1_85_0.html
Sponsored by: Future Crew, LLC |
1.84.0 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.84.0 21 Apr 2024 01:14:18 |
Yasuhiro Kimura (yasu) |
devel/boost-{all,libs}: Adjust range of OSVERSION to use LLVM from ports
The reason to use LLVM from ports is that there is bug in Clang/LLVM
of base system that causes assertion failure while building
devel/boost-libs. The bug is already fixed with main, stable/14 and
stable/13 branches of src repository. So we need to use LLVM from
ports only with following ranges of OSVERSION.
1. 1500000 <= OSVERSION < 1500017
2. 1400000 <= OSVERSION < 1400509
3. 1300000 <= OSVERSION < 1303502
And commit 3b8c51bd37b0 adjusts the range as above.
But there is a pitfall about it. The assertion failure happens only if (Only the first 15 lines of the commit message are shown above ) |
1.84.0 23 Mar 2024 12:39:00 |
Dimitry Andric (dim) |
devel/boost-all: Use clang from base for OSVERSION >= 1500017
In https://cgit.freebsd.org/src/commit/?id=bcd401b5a39c I committed a
fix for clang's assertion failures when building recent boost libraries.
I also bumped __FreeBSD_version to 1500017 so this can be detected from
devel/boost-all/compiled.mk.
The fix was also merged to stable/14, with __FreeBSD_version 1400509,
and stable/13, with __FreeBSD_version 1303502.
Adjust the ranges to use the default llvm port to [1500000..1500017>,
[1400000..1400509>, and [1300000..1303502>.
PR: 277850
Approved by: fluffy (maintainer)
MFH: 2024Q1 |
1.84.0 13 Feb 2024 14:32:48 |
Dima Panov (fluffy) |
devel/boost: update to 1.84.0 release (+)
Changelog: https://www.boost.org/users/history/version_1_84_0.html |
1.83.0 27 Sep 2023 14:36:28 |
Dima Panov (fluffy) |
devel/boost*: update Boost to 1.83.0 release (+)
Release Notes: https://www.boost.org/users/history/version_1_83_0.html |
1.82.0 29 Aug 2023 03:07:06 |
Yasuhiro Kimura (yasu) |
devel/boost-all: Adjust range to use llvm from ports
When boost was updated to 1.81.0, the problem was reported as PR
269067 that build of devel/boost-libs fails because of assertion
failure of Clang in base system. According to the comment submitted to
upstream issue tracker (*), the source of the problem is very long
standing bug of LLVM/Clang. So the bug itself is included in all of
supported branch of src repository. But the problem only happens with
main because assertion is only enabled with it. To work it around
compiled.mk was modified so llvm from ports is used instead of that of
base system when __FreeBSD_version is 1400000 or later. This is what
was done with commit 3efdfab9b59f.
And recently stable/14 branch is created in src repository. After it
is created __FreeBSD_version of the branch is bumped from 1400096 to
1400097. And the value of main is bumped from 1400096 to 1500000. So
adjust range to use llvm from ports as following.
Case 1: 1400000 <= OSVERSION < 1400097 (main before stable/14 is branched)
Case 2: OSVERSION >= 1500000 (main after stable/14 is branched)
Reference: https://github.com/llvm/llvm-project/issues/39319#issuecomment-1444452238
(*)
PR: 273335
Approved by: sunpoet (office@, maintainer)
MFH: 2023Q3 |
1.82.0 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
devel/boost*: update to 1.82.0 release (+)
Release Notes: https://www.boost.org/users/history/version_1_82_0.html
Sponsored by: Serenity Cybersecurity, LLC |
1.81.0 24 Jan 2023 09:34:06 |
Dima Panov (fluffy) |
devel/boost*: force ports default llvm to build on -current |
1.81.0 16 Jan 2023 19:32:06 |
Dima Panov (fluffy) |
devel/boost*: update Boost to 1.81.0 release (+)
Changelog: https://www.boost.org/users/history/version_1_81_0.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.80.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.80.0 12 Aug 2022 11:05:30 |
Dima Panov (fluffy) |
devel/boost: update to 1.80.0 release (+)
Use one master distinfo
Allow to use beta releases in build framework
Changelog: https://www.boost.org/users/history/version_1_80_0.html |
1.79.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.79.0 23 May 2022 13:00:37 |
Eugene Grosbein (eugen) |
devel/boost-all: allow to override path to used bjam binary
Approved by: office (fluffy) |
1.79.0 22 May 2022 20:17:00 |
Dima Panov (fluffy) |
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 |
1.72.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.72.0 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
1.71.0 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.70.0 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.70.0 13 Apr 2019 23:44:51 |
sunpoet |
Fix PLIST
- Bump PORTREVISION for package change |
1.70.0 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.69.0 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.68.0 02 Nov 2018 13:40:24 |
rene |
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 |
1.68.0 08 Sep 2018 00:53:10 |
jbeich |
devel/boost-all: switch to C++17 on FreeBSD >= 11.2
PR: 231077
Exp-run by: antoine |
1.68.0 02 Sep 2018 07:01:28 |
antoine |
Revert r478681
With hat: portmgr
Reported by: pkg-fallout |
1.68.0 01 Sep 2018 12:40:14 |
jbeich |
devel/boost-all: drop obsolete CONFLICTS
devel/boost|devel/boost-libs|2009-07-28|Boost ports were split and sliced
devel/boost-python|devel/boost-python-libs|2009-07-28|Boost ports were split and
sliced |
1.68.0 01 Sep 2018 12:39:55 |
jbeich |
devel/boost-all: define LICENSE |
1.68.0 09 Aug 2018 06:58:31 |
jbeich |
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 |
1.67.0 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
1.66.0 18 Apr 2018 09:33:42 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.66.0 16 Feb 2018 11:01:30 |
mat |
Fix build WITH=PYTHON.
With hat: pointy
Sponsored by: Absolight |
1.66.0 15 Feb 2018 12:34:50 |
mat |
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368 |
1.66.0 20 Jan 2018 12:37:54 |
sunpoet |
Fix space/tab |
1.66.0 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.65.1 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.64.0 25 Sep 2017 00:05:06 |
jbeich |
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 |
1.64.0 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
1.63.0 02 May 2017 06:33:39 |
jbeich |
devel/boost-*: partially revert r439920 (see r439922) |
1.63.0 02 May 2017 06:32:44 |
jbeich |
devel/boost-*: nuke to split directory history
r439922 broke "svn blame" for files/patch-tools_build_src_tools_clang-linux.jam |
1.63.0 02 May 2017 02:51:15 |
miwi |
- Revert boost update just landed per accident. |
1.64.0 02 May 2017 02:45:50 |
miwi |
- Nuke llvm36/clang36 - Obsolete and unmaintained upstream
Approved by: brooks (maintainer)
Differential Revision: https://reviews.freebsd.org/D10419 |
1.63.0 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
1.62.0 23 Nov 2016 12:45:47 |
jbeich |
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) |
1.55.0 23 Nov 2016 12:43:49 |
jbeich |
devel/boost-*: better integrate with Mk/*
PR: 199601
Submitted by: bapt (based on)
Exp-run by: antoine |
1.55.0 23 Nov 2016 12:43:37 |
jbeich |
devel/boost-libs: drop compat links after r322328
PR: 199601
Suggested by: bapt
Exp-run by: antoine |
1.55.0 23 Nov 2016 12:43:13 |
jbeich |
devel/boost-libs: always verbose build after r421635
PR: 199601
Approved by: portmgr blanket |
1.55.0 22 Nov 2016 14:04:22 |
danfe |
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken. |
1.55.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.55.0 27 Sep 2015 21:58:32 |
jbeich |
devel/boost-*: convert to more option helpers
Approved by: office (truckman, bapt) (maintainer)
Differential Revision: https://reviews.freebsd.org/D3739 |
1.55.0 27 Sep 2015 21:58:18 |
jbeich |
devel/boost-*: remove nop ARCH-specific *FLAGS regressed by r317845
Approved by: office (truckman, bapt) (maintainer)
Differential Revision: https://reviews.freebsd.org/D3739 |
1.55.0 29 Mar 2015 12:43:59 |
robak |
devel/boost-all: remove CPE information
- Since CPE should not be applied to meta ports, I am reverting the commit with
CPE info
PR: 197711
Approved by: bapt |
1.55.0 28 Mar 2015 15:07:33 |
bapt |
Convert to USES=metaport |
1.55.0 18 Mar 2015 15:06:34 |
robak |
devel/boost-all: add CPE information
PR: 197711
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: bapt (blanket) |
1.55.0 13 Jun 2014 20:31:50 |
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). |
1.55.0 13 Jun 2014 18:11:33 |
bdrewery |
Convert boost ports to USES=tar |
1.55.0 08 Feb 2014 18:10:39 |
bdrewery |
- Fix boost build on 8.3
Submitted by: bapt
Tested by: bdrewery |
1.55.0 07 Feb 2014 15:57:26 |
bapt |
Fix build with non base clang
This fixes build on FreeBSD 8 |
1.55.0 07 Feb 2014 11:43:02 |
bapt |
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) |
1.52.0 13 Nov 2013 16:07:59 |
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) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.52.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.52.0 27 Jun 2013 06:23:36 |
bapt |
PKGORIGIN being defined earlier, CATAGORIES needs to be defined prior any *.mk
include meaning common.mk has to be included earlier [1]
While here switch to new options helpers
Reported by: erwin |
1.52.0 10 May 2013 23:15:18 |
mi |
Respect the locally set CXXFLAGS (and CFLAGS) -- except for optimization
level (-O*), which Boost sets to -O3 automatically.
Approved by: maintainer (bapt) |
1.52.0 02 May 2013 22:21:25 |
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 |
1.52.0 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.52.0 31 Jan 2013 13:33:04 |
bapt |
- 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) |
1.48.0 15 Jul 2012 23:13:21 |
dougb |
Update PORTREVISION for rm's fix in the way that it has been done previously
Approved by: portmgr (beat) |
1.48.0_1 13 Jul 2012 20:09:11 |
rm |
- fix packaging when WITH_ICU is off [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) |
1.48.0 16 May 2012 16:07:24 |
makc |
Update boost ports to 1.48.0
PR: ports/156253
Submitted by: Alexander Churanov (maintainer)
Approved by: portmgr (linimon) |
1.45.0 22 Oct 2011 14:49:11 |
crees |
Remove OPTION for and dependency on devel/boost-pyste in preparation for
devel/boost-pyste 's removal |
1.45.0 27 Jan 2011 14:14:34 |
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 |
1.45.0 27 Dec 2010 20:53:10 |
pav |
- Update to 1.45
PR: ports/152558
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>,
Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) |
1.43.0 11 Jun 2010 23:15:26 |
makc |
Update to 1.43.0
PR: ports/146707
Submitted by: Armin Pirkovitsch <armin at frozen-zone.org>
Reviewed by: Alexander Churanov (maintainer) |
1.41.0 29 Dec 2009 13:50:29 |
pav |
- Update boost to 1.41
PR: ports/141749
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
1.39.0 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.39.0 28 Jul 2009 11:45:09 |
pav |
- 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) |