MFH: r497765

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 20:25:46 +00:00
parent 111642641b
commit 46e0d00999
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497766

View File

@ -36,6 +36,13 @@ WRKSRC= ${ORIGWRKSRC}/=build
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= could not find library containing SSL_library_init
BROKEN_FreeBSD_13= could not find library containing SSL_library_init
.endif
pre-patch:
${MKDIR} ${WRKSRC}
@ -55,4 +62,4 @@ do-install:
cd ${ORIGWRKSRC}/docs-tla && ${FIND} . -name '*.html' | \
${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>