svn commit: r473337 - head/java/jikes

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 20:39:32 UTC 2018


Author: linimon
Date: Mon Jun 25 20:39:31 2018
New Revision: 473337
URL: https://svnweb.freebsd.org/changeset/ports/473337

Log:
  This fails on amd64-12 as well.

Modified:
  head/java/jikes/Makefile

Modified: head/java/jikes/Makefile
==============================================================================
--- head/java/jikes/Makefile	Mon Jun 25 20:32:30 2018	(r473336)
+++ head/java/jikes/Makefile	Mon Jun 25 20:39:31 2018	(r473337)
@@ -10,9 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/Jikes/${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Java source to byte-code compiler made available by IBM
 
-BROKEN_FreeBSD_12_aarch64=	fails to configure: Could not find standard set_new_handler function
-BROKEN_FreeBSD_12_armv6=	fails to configure: Could not find standard set_new_handler function
-BROKEN_FreeBSD_12_armv7=	fails to configure: Could not find standard set_new_handler function
+BROKEN_FreeBSD_12=	fails to configure: Could not find standard set_new_handler function
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list