svn commit: r497650 - head/mail/libesmtp

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 06:24:14 UTC 2019


Author: antoine
Date: Wed Apr  3 06:24:12 2019
New Revision: 497650
URL: https://svnweb.freebsd.org/changeset/ports/497650

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/mail/libesmtp/Makefile

Modified: head/mail/libesmtp/Makefile
==============================================================================
--- head/mail/libesmtp/Makefile	Wed Apr  3 06:23:19 2019	(r497649)
+++ head/mail/libesmtp/Makefile	Wed Apr  3 06:24:12 2019	(r497650)
@@ -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-all mailing list