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

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

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

Modified:
  head/graphics/exact-image/Makefile

Modified: head/graphics/exact-image/Makefile
==============================================================================
--- head/graphics/exact-image/Makefile	Wed Apr 24 16:14:45 2019	(r499859)
+++ head/graphics/exact-image/Makefile	Wed Apr 24 16:17:05 2019	(r499860)
@@ -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.x3OGH5OV035510>