From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 18:04:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 828FA2BB; Thu, 27 Feb 2014 18:04:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EAA1139A; Thu, 27 Feb 2014 18:04:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1RI4HMH092582; Thu, 27 Feb 2014 18:04:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1RI4Hj4092581; Thu, 27 Feb 2014 18:04:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402271804.s1RI4Hj4092581@svn.freebsd.org> From: Antoine Brodin Date: Thu, 27 Feb 2014 18:04:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346382 - head/graphics/GraphicsMagick13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 18:04:17 -0000 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