[kde-freebsd] [Bug 199601] devel/boost-all: Upgrade to 1.58, 1.59, or 1.60
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Mar 2 19:47:59 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199601
--- Comment #65 from Don Lewis <truckman at FreeBSD.org> ---
With the cumulative patch, ports tree r409795, the following in make.conf:
OPTIONS_SET=REGEX OQGRAPH BOOST MOD_BOOLEAN ASIO MNUMPY
DISABLE_VULNERABILITIES=yes
and building all the ports that depend on boost-libs and the other ports
modified by the patch, the only breakage that I see on FreeBSD 10.1 amd64 is:
dns/bundy:build
databases/mariadb101-server:build
editors/libreoffice4:build
The OQGRAPH_USE option in mariadb101-server should be marked as broken on
FreeBSD >= 10. Even if the build managed to succeed, the resulting executable
would segfault on startup because mixing:
OQGRAPH_USE= gcc=yes
to compile the port with g++ and then linking it to libboost_system.so which is
compiled with the base clang++ is a fatal combination.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list