Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 12:31:46 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        erlang@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r490940 - head/lang/erlang-runtime21]
Message-ID:  <20190122123145.GA32000@lonesome.com>

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

Date: Tue, 22 Jan 2019 12:30:22 +0000 (UTC)
From: Mark Linimon <linimon@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@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 -----



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