Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 16:17:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499861 - branches/2019Q2/graphics/exact-image
Message-ID:  <201904241617.x3OGHT8S035664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr 24 16:17:29 2019
New Revision: 499861
URL: https://svnweb.freebsd.org/changeset/ports/499861

Log:
  MFH: r499860
  
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/graphics/exact-image/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/graphics/exact-image/Makefile
==============================================================================
--- branches/2019Q2/graphics/exact-image/Makefile	Wed Apr 24 16:17:05 2019	(r499860)
+++ branches/2019Q2/graphics/exact-image/Makefile	Wed Apr 24 16:17:29 2019	(r499861)
@@ -12,6 +12,10 @@ COMMENT=	Fast image processing library
 
 LICENSE=	GPLv2
 
+BROKEN_armv6=		fails to configure: C++ compiler is not installed or does not work correctly
+BROKEN_armv7=		fails to configure: C++ compiler is not installed or does not work correctly
+BROKEN_i386=		call to 'abs' is ambiguous
+
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libagg.so:graphics/agg \
 		libtiff.so:graphics/tiff \
@@ -22,9 +26,6 @@ LIB_DEPENDS=	libagg.so:graphics/agg \
 		liblcms.so:graphics/lcms \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2
-
-BROKEN_armv6=		fails to configure: C++ compiler is not installed or does not work correctly
-BROKEN_armv7=		fails to configure: C++ compiler is not installed or does not work correctly
 
 #hack to get custom exactcode configure script to enable tiff support with
 #broken headers on c++ in base system:



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