Date: Sat, 24 Nov 2018 09:16:13 +0000 From: Mark Linimon <linimon@lonesome.com> To: erlang@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r485739 - head/lang/erlang-runtime20] Message-ID: <20181124091613.GE15833@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Sat, 24 Nov 2018 09:15:16 +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: r485739 - head/lang/erlang-runtime20 Author: linimon Date: Sat Nov 24 09:15:16 2018 New Revision: 485739 URL: https://svnweb.freebsd.org/changeset/ports/485739 Log: HIPE option causes a build failure on powerpc64, so disable it on this platform. PR: 233297 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/lang/erlang-runtime20/Makefile Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Sat Nov 24 09:11:01 2018 (r485738) +++ head/lang/erlang-runtime20/Makefile Sat Nov 24 09:15:16 2018 (r485739) @@ -46,6 +46,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?20181124091613.GE15833>