[linimon at FreeBSD.org: svn commit: r490940 - head/lang/erlang-runtime21]

Mark Linimon linimon at lonesome.com
Tue Jan 22 12:31:50 UTC 2019


fwiw.

Bugzilla is unable to add erlang@ as an assignee or Cc: recipieint; I'm not
exactly sure why.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Tue, 22 Jan 2019 12:30:22 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r490940 - head/lang/erlang-runtime21

Author: linimon
Date: Tue Jan 22 12:30:21 2019
New Revision: 490940
URL: https://svnweb.freebsd.org/changeset/ports/490940

Log:
  The HIPE compiler is not available on powerpc64.  Disable this option
  on powerpc64 to allow the port to build.
  
  PR:		234967
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/erlang-runtime21/Makefile

Modified: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Tue Jan 22 12:14:55 2019	(r490939)
+++ head/lang/erlang-runtime21/Makefile	Tue Jan 22 12:30:21 2019	(r490940)
@@ -41,6 +41,7 @@ MAKE_JOBS_UNSAFE=yes
 
 OPTIONS_DEFINE=	DIRTY DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
 OPTIONS_DEFAULT=DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS
+OPTIONS_EXCLUDE_powerpc64=	HIPE
 
 DIRTY_DESC=	Enable Dirty schedulers
 GS_DESC=	Enable GS application (deprecated)


----- End forwarded message -----


More information about the freebsd-erlang mailing list