svn commit: r462133 - head/lang/erlang-runtime19

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


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

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/lang/erlang-runtime19/Makefile

Modified: head/lang/erlang-runtime19/Makefile
==============================================================================
--- head/lang/erlang-runtime19/Makefile	Sat Feb 17 12:00:08 2018	(r462132)
+++ head/lang/erlang-runtime19/Makefile	Sat Feb 17 12:00:13 2018	(r462133)
@@ -63,6 +63,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
@@ -255,10 +257,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