svn commit: r346382 - head/graphics/GraphicsMagick13

Antoine Brodin antoine at FreeBSD.org
Thu Feb 27 18:04:17 UTC 2014


Author: antoine
Date: Thu Feb 27 18:04:16 2014
New Revision: 346382
URL: http://svnweb.freebsd.org/changeset/ports/346382
QAT: https://qat.redports.org/buildarchive/r346382/

Log:
  Remove TESTS from OPTIONS_DEFAULT
  This option brings webfonts which is restricted and prevents building
  around 100 ports on the package builders

Modified:
  head/graphics/GraphicsMagick13/Makefile

Modified: head/graphics/GraphicsMagick13/Makefile
==============================================================================
--- head/graphics/GraphicsMagick13/Makefile	Thu Feb 27 17:57:39 2014	(r346381)
+++ head/graphics/GraphicsMagick13/Makefile	Thu Feb 27 18:04:16 2014	(r346382)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.19
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF \
 		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
@@ -43,7 +44,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 OPTIONS_DEFINE=		DOCS FPX OPENMP Q8BIT SSE TESTS WEBP X11
 OPTIONS_SINGLE=		X11
 OPTIONS_SINGLE_X11=	DPS
-OPTIONS_DEFAULT=	DPS OPENMP TESTS WEBP X11
+OPTIONS_DEFAULT=	DPS OPENMP WEBP X11
 
 DPS_DESC=		Enable Display Ghostscript support
 DPS_LIB_DEPENDS=	libdps.so:${PORTSDIR}/x11/dgs


More information about the svn-ports-all mailing list