From 91cf800cee32bdc32d229366deeb4060dd6241fd Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Mon, 11 Dec 2017 10:31:07 +0000 Subject: [PATCH] devel/critcl: unbreak on arm PR: 224209 Submitted by: Mikael Urankar --- devel/critcl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile index ecb92ff2fe75..6a64a6dda7a3 100644 --- a/devel/critcl/Makefile +++ b/devel/critcl/Makefile @@ -17,10 +17,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib -BROKEN_aarch64= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory -BROKEN_armv6= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory -BROKEN_armv7= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv7/md5c.so:No such file or directory - USES+= tcl:85+ USE_GITHUB= yes GH_ACCOUNT= andreas-kupries @@ -28,7 +24,7 @@ GH_ACCOUNT= andreas-kupries TEST_TARGET= test PLIST_SUB+= VER=${PORTVERSION} \ - ARCH=${ARCH:S/i386/ix86/} + ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/} PORTDOCS= * NO_BUILD= yes