Date: Mon, 11 Dec 2017 10:31:07 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455935 - head/devel/critcl Message-ID: <201712111031.vBBAV7Ff068933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Dec 11 10:31:07 2017 New Revision: 455935 URL: https://svnweb.freebsd.org/changeset/ports/455935 Log: devel/critcl: unbreak on arm PR: 224209 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Modified: head/devel/critcl/Makefile Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Mon Dec 11 09:24:41 2017 (r455934) +++ head/devel/critcl/Makefile Mon Dec 11 10:31:07 2017 (r455935) @@ -17,10 +17,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712111031.vBBAV7Ff068933>