https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199601
--- Comment #65 from Don Lewis <[email protected]> --- 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. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
