svn commit: r378133 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Fri Jan 30 00:18:47 UTC 2015


Author: gerald
Date: Fri Jan 30 00:18:46 2015
New Revision: 378133
URL: https://svnweb.freebsd.org/changeset/ports/378133
QAT: https://qat.redports.org/buildarchive/r378133/

Log:
  Also disable Java and libffi on amd64 until the next snapshot of
  GCC 5.0.
  
  PR:		197171

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Thu Jan 29 23:20:33 2015	(r378132)
+++ head/lang/gcc5/Makefile	Fri Jan 30 00:18:46 2015	(r378133)
@@ -40,7 +40,7 @@ SSP_UNSAFE=	yes
 PATCH_WRKSRC=	${SRCDIR}
 CONFIGURE_SCRIPT=	../${SRCDIR:S/${WRKDIR}\///}/configure
 
-# libffi is broken on FreeBSD i386 since 2015-01-11, cf.
+# libffi is broken on FreeBSD 10.x or later since 2015-01-11, cf.
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779, so disable it.
 CONFIGURE_ARGS+=--without-libffi
 
@@ -48,9 +48,9 @@ OPTIONS_DEFINE=		BOOTSTRAP
 OPTIONS_DEFINE_i386=	JAVA
 OPTIONS_DEFINE_amd64=	JAVA
 OPTIONS_DEFAULT=	BOOTSTRAP
-# Also disable the JAVA default on i386 for now.
+# Also disable the JAVA defaults for now.
 #OPTIONS_DEFAULT_i386=	JAVA
-OPTIONS_DEFAULT_amd64=	JAVA
+#OPTIONS_DEFAULT_amd64=	JAVA
 BOOTSTRAP_DESC=		Build using a full bootstrap
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list