Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 17:59:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429008 - head/graphics/cimg
Message-ID:  <201612201759.uBKHxDGx087483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612201759.uBKHxDGx087483>