svn commit: r473293 - head/java/jikes

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 06:17:15 UTC 2018


Author: linimon
Date: Mon Jun 25 06:17:14 2018
New Revision: 473293
URL: https://svnweb.freebsd.org/changeset/ports/473293

Log:
  Mark as broken on arm on -CURRENT.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/java/jikes/Makefile

Modified: head/java/jikes/Makefile
==============================================================================
--- head/java/jikes/Makefile	Mon Jun 25 05:07:26 2018	(r473292)
+++ head/java/jikes/Makefile	Mon Jun 25 06:17:14 2018	(r473293)
@@ -10,6 +10,10 @@ 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
+
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_search_iconv=${ICONV_LIB} \


More information about the svn-ports-all mailing list