Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:56 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e666498ae3a7 - main - devel/cpprestsdk: mark as broken after recent boost upgrade
Message-ID:  <202205222017.24MKHuoQ092635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205222017.24MKHuoQ092635>