svn commit: r429008 - head/graphics/cimg

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 20 17:59:14 UTC 2016


Author: amdmi3
Date: Tue Dec 20 17:59:12 2016
New Revision: 429008
URL: https://svnweb.freebsd.org/changeset/ports/429008

Log:
  - Mark BROKEN on FreeBSD 9.x i386
  - ONLY_FOR_ARCHS_REASON does not require quotes
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/cimg/Makefile

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Tue Dec 20 17:56:44 2016	(r429007)
+++ head/graphics/cimg/Makefile	Tue Dec 20 17:59:12 2016	(r429008)
@@ -21,7 +21,9 @@ LICENSE_PERMS_CeCILL_C=	dist-mirror dist
 LICENSE_PERMS_CeCILL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 ONLY_FOR_ARCHS=	i386 amd64
-ONLY_FOR_ARCHS_REASON=	"invokes i386 asm"
+ONLY_FOR_ARCHS_REASON=	invokes i386 asm
+
+BROKEN_FreeBSD_9_i386=	does not build (error: integer constant is too large for 'long' type)
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dtschump


More information about the svn-ports-head mailing list