svn commit: r498156 - head/databases/mongodb34-tools
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 17:01:29 UTC 2019
Author: antoine
Date: Sat Apr 6 17:01:28 2019
New Revision: 498156
URL: https://svnweb.freebsd.org/changeset/ports/498156
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/databases/mongodb34-tools/Makefile
Modified: head/databases/mongodb34-tools/Makefile
==============================================================================
--- head/databases/mongodb34-tools/Makefile Sat Apr 6 16:58:57 2019 (r498155)
+++ head/databases/mongodb34-tools/Makefile Sat Apr 6 17:01:28 2019 (r498156)
@@ -43,6 +43,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}
@@ -65,4 +72,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-head
mailing list