svn commit: r497651 - branches/2019Q2/mail/libesmtp
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 06:24:47 UTC 2019
Author: antoine
Date: Wed Apr 3 06:24:45 2019
New Revision: 497651
URL: https://svnweb.freebsd.org/changeset/ports/497651
Log:
MFH: r497650
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/mail/libesmtp/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/mail/libesmtp/Makefile
==============================================================================
--- branches/2019Q2/mail/libesmtp/Makefile Wed Apr 3 06:24:12 2019 (r497650)
+++ branches/2019Q2/mail/libesmtp/Makefile Wed Apr 3 06:24:45 2019 (r497651)
@@ -33,6 +33,13 @@ DEBUG_CONFIGURE_ENABLE= debug
OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
OPENSSL_USES= ssl
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= error: cannot find the ssl library
+BROKEN_FreeBSD_13= error: cannot find the ssl library
+.endif
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in AUTHORS ChangeLog NEWS Notes README TODO
@@ -43,4 +50,4 @@ post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-branches
mailing list