svn commit: r462132 - head/lang/erlang

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


Author: sunpoet
Date: Sat Feb 17 12:00:08 2018
New Revision: 462132
URL: https://svnweb.freebsd.org/changeset/ports/462132

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/lang/erlang/Makefile

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Sat Feb 17 12:00:03 2018	(r462131)
+++ head/lang/erlang/Makefile	Sat Feb 17 12:00:08 2018	(r462132)
@@ -68,6 +68,8 @@ OPTIONS_EXCLUDE_i386=		DTRACE
 # ld(1) fails to link probes: missing __dtrace_erlang___* symbols
 OPTIONS_EXCLUDE_aarch64=	DTRACE
 
+OPENSSL_VARS=	BROKEN_SSL=openssl-devel
+
 ERL_RELEASE=	19.3
 
 USES=		gmake ncurses perl5
@@ -282,10 +284,4 @@ post-install:
 		| ${SORT} \
 		>> ${TMPPLIST}
 
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL} && ${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