svn commit: r545568 - head/lang/erlang

Piotr Kubaj pkubaj at FreeBSD.org
Thu Aug 20 22:38:50 UTC 2020


Author: pkubaj
Date: Thu Aug 20 22:38:49 2020
New Revision: 545568
URL: https://svnweb.freebsd.org/changeset/ports/545568

Log:
  lang/erlang: fix build on powerpc64 elfv1
  
  Force newer GCC and disable DTRACE. Looks like Dtrace on elfv1 is buggy and causes build to break.

Modified:
  head/lang/erlang/Makefile

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Thu Aug 20 21:48:36 2020	(r545567)
+++ head/lang/erlang/Makefile	Thu Aug 20 22:38:49 2020	(r545568)
@@ -15,7 +15,7 @@ LICENSE=	APACHE20
 
 BROKEN_sparc64=	Fails to build: error: fp_except undeclared
 
-USES=		autoreconf:build gmake ncurses perl5
+USES=		autoreconf:build compiler:c11 gmake ncurses perl5
 USE_GITHUB=	nodefault
 GH_ACCOUNT=	erlang:otp,corba
 GH_PROJECT=	otp:otp corba:corba
@@ -44,8 +44,7 @@ TOOLS_VSN=	3.1.0.1
 
 OPTIONS_DEFINE=	CORBA DIRTY DTRACE FOP HIPE JAVA KQUEUE MANPAGES NATIVE ODBC OPENSSL PDF SCTP THREADS WX
 OPTIONS_DEFAULT=CORBA DIRTY DTRACE HIPE KQUEUE MANPAGES OPENSSL SCTP THREADS
-OPTIONS_EXCLUDE_powerpc64=	HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
-OPTIONS_EXCLUDE_powerpc64_13=	DTRACE
+OPTIONS_EXCLUDE_powerpc64=	DTRACE HIPE
 
 CORBA_DESC=	Enable Corba support
 DIRTY_DESC=	Enable Dirty schedulers


More information about the svn-ports-head mailing list