svn commit: r498196 - branches/2019Q2/devel/mongo-cxx-driver

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


Author: antoine
Date: Sat Apr  6 20:02:19 2019
New Revision: 498196
URL: https://svnweb.freebsd.org/changeset/ports/498196

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

Modified:
  branches/2019Q2/devel/mongo-cxx-driver/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/mongo-cxx-driver/Makefile
==============================================================================
--- branches/2019Q2/devel/mongo-cxx-driver/Makefile	Sat Apr  6 20:00:57 2019	(r498195)
+++ branches/2019Q2/devel/mongo-cxx-driver/Makefile	Sat Apr  6 20:02:19 2019	(r498196)
@@ -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-all mailing list