aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-07 06:21:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-07 06:21:11 +0000
commit5026189f882065e012049d79914150c4bd7d5249 (patch)
tree02ad9f51dad463e19e71d4fa934d1ecce73223b9 /databases
parent264e52a7a3028e7938805ecb1c97f3b22861591d (diff)
downloadports-5026189f882065e012049d79914150c4bd7d5249.tar.gz
ports-5026189f882065e012049d79914150c4bd7d5249.zip
MFH: r498256
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=498257
Diffstat (limited to 'databases')
-rw-r--r--databases/mongodb36-tools/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/mongodb36-tools/Makefile b/databases/mongodb36-tools/Makefile
index 5dab6545f5b0..648b876d3b8e 100644
--- a/databases/mongodb36-tools/Makefile
+++ b/databases/mongodb36-tools/Makefile
@@ -44,6 +44,13 @@ MAKE_ENV= GOPATH="${WRKSRC}/.gopath:${WRKSRC}/vendor" \
MY_TAGS= -tags "${USE_MY_TAGS}"
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
+BROKEN_FreeBSD_13= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
+.endif
+
post-patch:
@cd ${WRKSRC} ; ${MKDIR} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT} ; \
${LN} -sf ${WRKSRC} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}
@@ -66,4 +73,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>