From owner-svn-ports-head@FreeBSD.ORG Tue Apr 8 15:33:32 2014 Return-Path: Delivered-To: svn-ports-head@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 64C9B4F0; Tue, 8 Apr 2014 15:33:32 +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 51CBF1E7A; Tue, 8 Apr 2014 15:33:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s38FXWIB078057; Tue, 8 Apr 2014 15:33:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s38FXWag078056; Tue, 8 Apr 2014 15:33:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404081533.s38FXWag078056@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 8 Apr 2014 15:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350626 - 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.17 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, 08 Apr 2014 15:33:32 -0000 Author: bapt Date: Tue Apr 8 15:33:31 2014 New Revision: 350626 URL: http://svnweb.freebsd.org/changeset/ports/350626 QAT: https://qat.redports.org/buildarchive/r350626/ Log: Switch gnuplot to wxGTK 3.0 and texlive Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Tue Apr 8 15:26:32 2014 (r350625) +++ head/math/gnuplot/Makefile Tue Apr 8 15:33:31 2014 (r350626) @@ -2,7 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= SF @@ -50,7 +50,7 @@ PLOT_LIB_DEPENDS= libplot.so:${PORTSDIR} PLOT_CONFIGURE_ON= --with-plot=${LOCALBASE} PLOT_CONFIGURE_OFF= --without-plot -TEX_USE= TEX=base,texmf,latex +TEX_USE= TEX=base,texmf,texlive TEX_CONFIGURE_ON= --with-kpsexpand \ --with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot TEX_CONFIGURE_OFF= --without-kpexpand @@ -62,7 +62,8 @@ X11_USE= XORG=x11 .include .if ${PORT_OPTIONS:MWX} -USE_WX= 2.5-2.8 +USE_WX= 3.0 +WX_UNICODE= yes WX_CONF_ARGS= absolute .else CONFIGURE_ARGS+= --disable-wxwidgets