svn commit: r497765 - head/devel/tla
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 20:25:27 UTC 2019
Author: antoine
Date: Wed Apr 3 20:25:25 2019
New Revision: 497765
URL: https://svnweb.freebsd.org/changeset/ports/497765
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/devel/tla/Makefile
Modified: head/devel/tla/Makefile
==============================================================================
--- head/devel/tla/Makefile Wed Apr 3 20:22:08 2019 (r497764)
+++ head/devel/tla/Makefile Wed Apr 3 20:25:25 2019 (r497765)
@@ -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-all
mailing list