aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-05-22 19:30:13 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-05-22 20:17:09 +0000
commite666498ae3a7f48aa75859f0f4cb6baa15e0d867 (patch)
tree124ae4d142760cb1730ee6fbeac90fd6cbdcf915
parent5ec84647de2d16a2e85bc3f2d31eece0a739ca64 (diff)
downloadports-e666498ae3a7f48aa75859f0f4cb6baa15e0d867.tar.gz
ports-e666498ae3a7f48aa75859f0f4cb6baa15e0d867.zip
devel/cpprestsdk: mark as broken after recent boost upgrade
PR: 246106
-rw-r--r--devel/cpprestsdk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile
index 3f9753b2b540..9b706ecc5c52 100644
--- a/devel/cpprestsdk/Makefile
+++ b/devel/cpprestsdk/Makefile
@@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/../license.txt
BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp
LIB_DEPENDS= libboost_system.so:devel/boost-libs
+BROKEN= error: performing pointer subtraction with a null pointer may have undefined behavior
+
USES= cmake compiler:c++11-lang pkgconfig ssl
USE_LDCONFIG= yes
USE_GITHUB= yes