svn commit: r456591 - head/graphics/sam2p

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 05:03:41 UTC 2017


Author: linimon
Date: Mon Dec 18 05:03:39 2017
New Revision: 456591
URL: https://svnweb.freebsd.org/changeset/ports/456591

Log:
  Mark as broken on various arm archs.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/sam2p/Makefile

Modified: head/graphics/sam2p/Makefile
==============================================================================
--- head/graphics/sam2p/Makefile	Mon Dec 18 04:58:05 2017	(r456590)
+++ head/graphics/sam2p/Makefile	Mon Dec 18 05:03:39 2017	(r456591)
@@ -13,11 +13,15 @@ COMMENT=	Converts raster (bitmap) image formats into P
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-#USE_GITHUB=	yes
-GH_ACCOUNT=	pts
-
 RUN_DEPENDS=	zip:archivers/zip \
 		tif22pnm:graphics/tif22pnm
+
+BROKEN_aarch64=		running make Makedep... error; configure: error: cannot compute depends
+BROKEN_armv6=		running make Makedep... error; configure: error: cannot compute depends
+BROKEN_armv7=		running make Makedep... error; configure: error: cannot compute depends
+
+#USE_GITHUB=	yes
+GH_ACCOUNT=	pts
 
 USES=		ghostscript:run gmake jpeg:run perl5
 USE_PERL5=	build


More information about the svn-ports-head mailing list