Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.55.0 03 Apr 2014 17:25:22 |
bapt |
Remove from the package component that does not yet support cross building |
1.55.0 13 Feb 2014 19:42:23 |
dim |
For clang, use the type of precompiled headers recommended by upstream
(generated by -emit-pch), instead of the deprecated ones (generated by
-emit-pth).
Approved by: bapt |
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_2 14 Dec 2013 11:53:15 |
koobs |
devel/boost-libs: Backport fix building test framework on non-x86 platforms
This change backports an upstream commit [1] to fix building of the test
framework on non-x86 systems [2] due to not #include'ing osreldate.h prior
to testing __FreeBSD_version.
[1] https://svn.boost.org/trac/boost/changeset/62780
[2] https://svn.boost.org/trac/boost/ticket/3897
PR: ports/182549
Submitted by: jhibbits
Reviewed by: bapt
Approved by: office@ (bapt) |
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_2 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.52.0_2 25 Apr 2013 23:50:23 |
jkim |
Fix a minor security vulnerability.
http://www.boost.org/users/news/boost_locale_security_notice.html |
1.52.0_1 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.52.0_1 06 Feb 2013 21:47:53 |
bapt |
Bump portrevision after the previous fix, as lots of user may have a runtime
problem with previous version and needs an update.
Reported by: rakuco |
1.52.0 06 Feb 2013 14:36:02 |
bapt |
Add a patch to fix a std::runtime issue when building with customs locales
Reported by: avg
Tested by: avg |
1.52.0 01 Feb 2013 19:44:28 |
bapt |
Fix typo in option_define
Submitted by: Kurt Jaeger <pi@opsec.eu> |
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_2 18 Dec 2012 23:09:07 |
bapt |
Chase icu, graphite2 and libexttextcat bump |
1.48.0_1 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 17 May 2012 09:05:38 |
makc |
Fix SIZE field
Reported by: sunpoet |
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_2 02 Mar 2012 10:57:46 |
bapt |
add BOOST_HAS_LONG_LONG to clang.hpp this fix code using boost and being built
with clang
Also reported and comitted upstream
(https://svn.boost.org/trac/boost/ticket/6636 thanks dim@)
PR: ports/165567
Submitted by: bapt@ (myself)
Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
miwi@ (responsible of the PR) |
1.45.0_1 16 Jul 2011 05:20:15 |
linimon |
Mark as broken on sparc64: invokes i386 asm. |
1.45.0_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.45.0_1 08 Jan 2011 07:46:42 |
dougb |
Add patches to deal with locale problems
https://svn.boost.org/trac/boost/ticket/4688
PR: ports/153561
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer |
1.45.0 27 Dec 2010 20:54:38 |
pav |
- Update to 1.45
PR: ports/152558
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>,
Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) |
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_2 15 Dec 2010 11:37:49 |
bapt |
Chase devel/icu upgrade
Add an updating note |
1.43.0_1 19 Jul 2010 22:25:04 |
jkim |
Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command.
Although POSIX says the type is 'int', all BSD variants (including Mac OS X)
have been using 'unsigned long' type for very long time and its use predates
the standard long enough. For certain commands (e.g., FIONBIO), the integer
value may get sign-extended on 64-bit platforms (by implicit type promotion)
and it causes annoying warnings from kernel such as this:
WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e
Approved by: churanov.port.maintainer@gmail.com (maintainer timeout) |
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_1 15 Mar 2010 02:12:53 |
lioux |
o Add compile gcc option to make sure that boost compilation toolchain
acknowledges that gcc versions prior to 4.3.x do not implement
inclass member initialization.
o This enables net-p2p/libtorrent-rasterbar-14 to build python
bindings with the base system gcc on FreeBSD 8.x. Previously, we
would have had to resort gcc 4.3+ ports.
o Bump PORTREVISION
PR: ports/144336
Approved by: maintainer (timeout 16 days) |
1.41.0 16 Feb 2010 22:41:56 |
pgollucci |
- Fix WITH_PYTHON plist errors
devel/boost-libs *never* installs python wrappers
devel/boost-python-libs is used now
PR: ports/143982
Submitted by: myself (pgollucci)
Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
Feature safe: yes |
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 04 Dec 2009 08:39:55 |
linimon |
Fix build on sparc64. No need to bump portrevision.
Tested on: i386, sparc64
Submitted by: maintainer |
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) |