svn commit: r423823 - head/lang/ocaml

Mark Linimon linimon at FreeBSD.org
Wed Oct 12 02:40:30 UTC 2016


Author: linimon
Date: Wed Oct 12 02:40:29 2016
New Revision: 423823
URL: https://svnweb.freebsd.org/changeset/ports/423823

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

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Wed Oct 12 02:27:21 2016	(r423822)
+++ head/lang/ocaml/Makefile	Wed Oct 12 02:40:29 2016	(r423823)
@@ -18,8 +18,8 @@ LICENSE_NAME_QPL10=	Q Public License, Ve
 LICENSE_FILE_QPL10=	${WRKSRC}/LICENSE
 LICENSE_PERMS_QPL10=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_aarch64=		Does not build: No rule to make target aarch64.o, needed by libasmrun.a
 BROKEN_powerpc64=	Does not build
-
 BROKEN_sparc64=	ocamlc.opt seg-faults, please try to fix
 BROKEN_mips64=	No ASM support
 BROKEN_mips=	No ASM support


More information about the svn-ports-all mailing list