svn commit: r498195 - head/devel/mongo-cxx-driver

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 20:00:58 UTC 2019


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>


More information about the svn-ports-head mailing list