svn commit: r464923 - head/devel/critcl

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 15:21:54 UTC 2018


Author: linimon
Date: Sun Mar 18 15:21:53 2018
New Revision: 464923
URL: https://svnweb.freebsd.org/changeset/ports/464923

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

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Sun Mar 18 15:11:36 2018	(r464922)
+++ head/devel/critcl/Makefile	Sun Mar 18 15:21:53 2018	(r464923)
@@ -14,6 +14,8 @@ LICENSE_NAME=	Tcl/Tk License
 LICENSE_FILE=	${WRKSRC}/license.terms
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_aarch64=		fails to package: Unable to access file freebsd-aarch64/md5c.so: No such file or directory
+
 RUN_DEPENDS=	${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf	\
 		${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib
 


More information about the svn-ports-head mailing list