svn commit: r499861 - branches/2019Q2/graphics/exact-image

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


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:


More information about the svn-ports-all mailing list