From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 17:08:06 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 94E54757; Tue, 5 Nov 2013 17:08:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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 8213D2667; Tue, 5 Nov 2013 17:08:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5H86jM057723; Tue, 5 Nov 2013 17:08:06 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5H86GW057722; Tue, 5 Nov 2013 17:08:06 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201311051708.rA5H86GW057722@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 5 Nov 2013 17:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332875 - head/math/gnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 17:08:06 -0000 Author: tijl Date: Tue Nov 5 17:08:05 2013 New Revision: 332875 URL: http://svnweb.freebsd.org/changeset/ports/332875 Log: Disable the PDF option as it pulls in a dependency on pdflib which is marked RESTRICTED. This allows building packages for gnuplot and all ports that depend on it (over a 100, mostly math/octave related). Approved by: glewis (maintainer) Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Tue Nov 5 17:00:32 2013 (r332874) +++ head/math/gnuplot/Makefile Tue Nov 5 17:08:05 2013 (r332875) @@ -2,7 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= SF @@ -26,7 +26,7 @@ TEX_DESC= Search kpsexpand at run-time THINSPLINES_DESC= Enable thin plate splines for grids in dgrid3d WX_DESC= wxWidgets (formerly wxWindows) support -OPTIONS_DEFAULT=CAIRO GD PDF PLOT TEX WX X11 +OPTIONS_DEFAULT=CAIRO GD PLOT TEX WX X11 MAN1= gnuplot.1 lasergnu.1