Date: Tue, 5 Nov 2013 17:08:06 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332875 - head/math/gnuplot Message-ID: <201311051708.rA5H86GW057722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051708.rA5H86GW057722>