svn commit: r498153 - branches/2019Q2/devel/cpprestsdk

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 16:57:09 UTC 2019


Author: antoine
Date: Sat Apr  6 16:57:08 2019
New Revision: 498153
URL: https://svnweb.freebsd.org/changeset/ports/498153

Log:
  MFH: r498152
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/devel/cpprestsdk/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/cpprestsdk/Makefile
==============================================================================
--- branches/2019Q2/devel/cpprestsdk/Makefile	Sat Apr  6 16:56:48 2019	(r498152)
+++ branches/2019Q2/devel/cpprestsdk/Makefile	Sat Apr  6 16:57:08 2019	(r498153)
@@ -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-branches mailing list