aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 810bc70fb504..f09ecfa90a06 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= boost-libs
-PORTREVISION?= 0
+PORTREVISION?= 1
COMMENT= Free portable C++ libraries (without Boost.Python)
WWW= https://www.boost.org/
@@ -10,7 +10,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed
BUILD_DEPENDS+= bjam:devel/boost-jam
-LIB_DEPENDS+= libzstd.so:archivers/zstd
# Note about LLVM_FROM_PORTS option:
# Build of this port fails with assertion failure of compiler due to
@@ -73,6 +72,11 @@ MAKE_ARGS+= -sZSTD_PATH=${LOCALBASE}
MAKE_ARGS+= -sZSTD_LIBRARY_PATH=${LOCALBASE}/lib
MAKE_ARGS+= -sZSTD_INCLUDE=${LOCALBASE}/include
+# prevent hook up broken and outdated libbacktrace.so from devel/libbacktrace
+# which caused build errors with ZSTD or GIL enabled
+# TODO: port it to libexecinfo from base
+MAKE_ARGS+= boost.stacktrace.backtrace=off
+
.include <bsd.port.options.mk>
# boost.stacktrace.from_exceptions is ready only for amd64 yet