svn commit: r472766 - head/devel/critcl

Pietro Cerutti gahr at FreeBSD.org
Tue Jun 19 07:47:45 UTC 2018


Author: gahr
Date: Tue Jun 19 07:47:44 2018
New Revision: 472766
URL: https://svnweb.freebsd.org/changeset/ports/472766

Log:
  devel/critcl: unbreak on powerpc64
  
  Reported by:	linimon

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Tue Jun 19 07:41:19 2018	(r472765)
+++ head/devel/critcl/Makefile	Tue Jun 19 07:47:44 2018	(r472766)
@@ -14,8 +14,6 @@ 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
 
@@ -26,7 +24,7 @@ GH_ACCOUNT=	andreas-kupries
 TEST_TARGET=	test
 
 PLIST_SUB+=	VER=${PORTVERSION} \
-		ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/}
+		ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/powerpc64/powerpc/}
 PORTDOCS=	*
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list