Date: Sat, 17 Feb 2018 12:00:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462134 - head/mail/fetchmail Message-ID: <201802171200.w1HC0IPx081252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 17 12:00:18 2018 New Revision: 462134 URL: https://svnweb.freebsd.org/changeset/ports/462134 Log: Use BROKEN_SSL Approved by: portmgr (blanket) Modified: head/mail/fetchmail/Makefile Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Sat Feb 17 12:00:13 2018 (r462133) +++ head/mail/fetchmail/Makefile Sat Feb 17 12:00:18 2018 (r462134) @@ -14,6 +14,8 @@ COMMENT= Batch mail retrieval utility for IMAP/POP3/ET LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual +BROKEN_SSL= openssl-devel + RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USERS= ${PORTNAME} @@ -90,10 +92,4 @@ post-install-X11-off: ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${STAGEDIR}${PREFIX}/libexec -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171200.w1HC0IPx081252>