svn commit: r464922 - head/devel/jakarta-commons-daemon

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 15:11:37 UTC 2018


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
 


More information about the svn-ports-all mailing list