svn commit: r471730 - head/devel/critcl

Mark Linimon linimon at FreeBSD.org
Mon Jun 4 23:11:40 UTC 2018


Author: linimon
Date: Mon Jun  4 23:11:39 2018
New Revision: 471730
URL: https://svnweb.freebsd.org/changeset/ports/471730

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

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Mon Jun  4 23:09:15 2018	(r471729)
+++ head/devel/critcl/Makefile	Mon Jun  4 23:11:39 2018	(r471730)
@@ -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_powerpc64=	fails to package: Unable to access file freebsd-powerpc64/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-all mailing list