Date: Wed, 3 Apr 2019 06:24:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497650 - head/mail/libesmtp Message-ID: <201904030624.x336ODBe016472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030624.x336ODBe016472>