svn commit: r499860 - head/graphics/exact-image

Antoine Brodin antoine at FreeBSD.org
Wed Apr 24 16:17:06 UTC 2019


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:


More information about the svn-ports-head mailing list