Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 15:11:37 +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: r464922 - head/devel/jakarta-commons-daemon
Message-ID:  <201803181511.w2IFBbcX020337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 18 15:11:36 2018
New Revision: 464922
URL: https://svnweb.freebsd.org/changeset/ports/464922

Log:
  Fails the same way on aarch64 as on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/jakarta-commons-daemon/Makefile

Modified: head/devel/jakarta-commons-daemon/Makefile
==============================================================================
--- head/devel/jakarta-commons-daemon/Makefile	Sun Mar 18 15:11:09 2018	(r464921)
+++ head/devel/jakarta-commons-daemon/Makefile	Sun Mar 18 15:11:36 2018	(r464922)
@@ -15,6 +15,7 @@ COMMENT=	Wrapper code to start/stop a Java application
 
 LICENSE=	APACHE20
 
+BROKEN_aarch64=		fails to compile: 'jni_md.h' file not found
 BROKEN_armv6=		fails to compile: 'jni_md.h' file not found
 BROKEN_armv7=		fails to compile: 'jni_md.h' file not found
 



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