Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 20:39:31 +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: r473337 - head/java/jikes
Message-ID:  <201806252039.w5PKdVoP006919@repo.freebsd.org>

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



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