Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 16:56:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498152 - head/devel/cpprestsdk
Message-ID:  <201904061656.x36Gunag080791@repo.freebsd.org>

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



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