From owner-svn-ports-all@FreeBSD.ORG Sat Jul 26 15:49:51 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 CEFDA203; Sat, 26 Jul 2014 15:49:51 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC9722699; Sat, 26 Jul 2014 15:49:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6QFnpH5084214; Sat, 26 Jul 2014 15:49:51 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6QFnpU0084213; Sat, 26 Jul 2014 15:49:51 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201407261549.s6QFnpU0084213@svn.freebsd.org> From: Greg Lewis Date: Sat, 26 Jul 2014 15:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362977 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 26 Jul 2014 15:49:51 -0000 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 .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