Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 18:04:17 +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: r346382 - head/graphics/GraphicsMagick13
Message-ID:  <201402271804.s1RI4Hj4092581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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