ports/devel/mongo-cxx-driver/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Simun Mikecin <numisemis@yahoo.com>
# $FreeBSD$
PORTNAME= mongo-cxx-driver
PORTVERSION= 1.1.2
DISTVERSIONPREFIX=legacy-
PORTREVISION= 12
CATEGORIES= devel
MAINTAINER= numisemis@yahoo.com
COMMENT= MongoDB Legacy C++ Driver
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/APACHE-2.0.txt
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'BIO_s_file_internal'
LIB_DEPENDS= libboost_system.so:devel/boost-libs
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= SCRAM-SHA-1
OPTIONS_DEFAULT= SCRAM-SHA-1
SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl
SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentication mechanism support.
USE_GITHUB= yes
GH_ACCOUNT= mongodb
GH_PROJECT= mongo-cxx-driver
USES= compiler:c++11-lang scons ssl
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--cc=${CC} \
--cxx=${CXX}
USE_LDCONFIG= yes
.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>