svn commit: r498256 - head/databases/mongodb36-tools
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 7 06:20:50 UTC 2019
Author: antoine
Date: Sun Apr 7 06:20:49 2019
New Revision: 498256
URL: https://svnweb.freebsd.org/changeset/ports/498256
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/databases/mongodb36-tools/Makefile
Modified: head/databases/mongodb36-tools/Makefile
==============================================================================
--- head/databases/mongodb36-tools/Makefile Sun Apr 7 06:17:42 2019 (r498255)
+++ head/databases/mongodb36-tools/Makefile Sun Apr 7 06:20:49 2019 (r498256)
@@ -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>
More information about the svn-ports-all
mailing list