git: e666498ae3a7 - main - devel/cpprestsdk: mark as broken after recent boost upgrade
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 20:17:56 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e666498ae3a7f48aa75859f0f4cb6baa15e0d867 commit e666498ae3a7f48aa75859f0f4cb6baa15e0d867 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-05-22 19:30:13 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-05-22 20:17:09 +0000 devel/cpprestsdk: mark as broken after recent boost upgrade PR: 246106 --- devel/cpprestsdk/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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