Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 12:00:13 +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: r462133 - head/lang/erlang-runtime19
Message-ID:  <201802171200.w1HC0DMH081161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171200.w1HC0DMH081161>