svn commit: r497766 - branches/2019Q2/devel/tla
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 20:25:48 UTC 2019
Author: antoine
Date: Wed Apr 3 20:25:46 2019
New Revision: 497766
URL: https://svnweb.freebsd.org/changeset/ports/497766
Log:
MFH: r497765
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/devel/tla/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/devel/tla/Makefile
==============================================================================
--- branches/2019Q2/devel/tla/Makefile Wed Apr 3 20:25:25 2019 (r497765)
+++ branches/2019Q2/devel/tla/Makefile Wed Apr 3 20:25:46 2019 (r497766)
@@ -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>
More information about the svn-ports-branches
mailing list