Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 20:02:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498196 - branches/2019Q2/devel/mongo-cxx-driver
Message-ID:  <201904062002.x36K2JEF084733@repo.freebsd.org>

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



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