svn commit: r562008 - head/devel/critcl

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 02:32:55 UTC 2021


Author: linimon
Date: Tue Jan 19 02:32:55 2021
New Revision: 562008
URL: https://svnweb.freebsd.org/changeset/ports/562008

Log:
  Mark as BROKEN on riscv64:
  
    pkg-static: Unable to access file /wrkdirs/usr/ports/devel/critcl/work/stage/usr/local/lib/critcl_callback1/freebsd-riscv64/callback.so:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/devel/critcl/work/stage/usr/local/lib/critcl_md5c0.12/freebsd-riscv64/md5c.so:No such file or directory
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Tue Jan 19 02:30:00 2021	(r562007)
+++ head/devel/critcl/Makefile	Tue Jan 19 02:32:55 2021	(r562008)
@@ -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_riscv64=		fails to package: callback.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