svn commit: r462134 - head/mail/fetchmail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 12:00:20 UTC 2018


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>


More information about the svn-ports-head mailing list