Date: Sat, 26 Jul 2014 15:49:51 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362977 - head/math/gnuplot Message-ID: <201407261549.s6QFnpU0084213@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sat Jul 26 15:49:51 2014 New Revision: 362977 URL: http://svnweb.freebsd.org/changeset/ports/362977 QAT: https://qat.redports.org/buildarchive/r362977/ Log: . Revert WX version to 2.8 and add a comment about not updating it to 3.x since that breaks. PR: 192121 Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Sat Jul 26 15:23:28 2014 (r362976) +++ head/math/gnuplot/Makefile Sat Jul 26 15:49:51 2014 (r362977) @@ -2,7 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math graphics MASTER_SITES= SF @@ -62,7 +62,9 @@ X11_USE= XORG=x11 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWX} -USE_WX= 3.0 +# Version 3.x of WX currently cause gnuplot to crash. +# Do not update without this without testing. +USE_WX= 2.8 WX_UNICODE= yes WX_CONF_ARGS= absolute .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407261549.s6QFnpU0084213>