svn commit: r455935 - head/devel/critcl

Pietro Cerutti gahr at FreeBSD.org
Mon Dec 11 10:31:08 UTC 2017


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 at 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


More information about the svn-ports-head mailing list