Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 20:00:57 +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: r498195 - head/devel/mongo-cxx-driver
Message-ID:  <201904062000.x36K0vkf080842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  6 20:00:57 2019
New Revision: 498195
URL: https://svnweb.freebsd.org/changeset/ports/498195

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

Modified:
  head/devel/mongo-cxx-driver/Makefile

Modified: head/devel/mongo-cxx-driver/Makefile
==============================================================================
--- head/devel/mongo-cxx-driver/Makefile	Sat Apr  6 19:57:38 2019	(r498194)
+++ head/devel/mongo-cxx-driver/Makefile	Sat Apr  6 20:00:57 2019	(r498195)
@@ -37,4 +37,11 @@ MAKE_ARGS=	--prefix=${STAGEDIR}${PREFIX} \
 		--cxx=${CXX}
 USE_LDCONFIG=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	use of undeclared identifier 'BIO_s_file_internal'
+BROKEN_FreeBSD_13=	use of undeclared identifier 'BIO_s_file_internal'
+.endif
+
+.include <bsd.port.post.mk>



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