From owner-svn-ports-all@FreeBSD.ORG Thu Apr 17 05:41:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F817F14; Thu, 17 Apr 2014 05:41:56 +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 F0C54169B; Thu, 17 Apr 2014 05:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H5ftnb060389; Thu, 17 Apr 2014 05:41:55 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3H5ftcp060388; Thu, 17 Apr 2014 05:41:55 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201404170541.s3H5ftcp060388@svn.freebsd.org> From: Greg Lewis Date: Thu, 17 Apr 2014 05:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351449 - 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.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, 17 Apr 2014 05:41:56 -0000 Author: glewis Date: Thu Apr 17 05:41:55 2014 New Revision: 351449 URL: http://svnweb.freebsd.org/changeset/ports/351449 QAT: https://qat.redports.org/buildarchive/r351449/ Log: . Force WX version to 2.8 since gnuplot is apparently not ready to work with newer versions. PR: 188628 Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Thu Apr 17 05:28:35 2014 (r351448) +++ head/math/gnuplot/Makefile Thu Apr 17 05:41:55 2014 (r351449) @@ -2,7 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= SF @@ -62,7 +62,7 @@ X11_USE= XORG=x11 .include .if ${PORT_OPTIONS:MWX} -USE_WX= 3.0 +USE_WX= 2.8 WX_UNICODE= yes WX_CONF_ARGS= absolute .else