svn commit: r498152 - head/devel/cpprestsdk
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 16:56:50 UTC 2019
Author: antoine
Date: Sat Apr 6 16:56:48 2019
New Revision: 498152
URL: https://svnweb.freebsd.org/changeset/ports/498152
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/devel/cpprestsdk/Makefile
Modified: head/devel/cpprestsdk/Makefile
==============================================================================
--- head/devel/cpprestsdk/Makefile Sat Apr 6 16:52:24 2019 (r498151)
+++ head/devel/cpprestsdk/Makefile Sat Apr 6 16:56:48 2019 (r498152)
@@ -23,4 +23,11 @@ GH_ACCOUNT= Microsoft
WRKSRC_SUBDIR= Release
CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= use of undeclared identifier 'SSL_R_SHORT_READ'
+BROKEN_FreeBSD_13= use of undeclared identifier 'SSL_R_SHORT_READ'
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list