From nobody@FreeBSD.org  Thu Feb 23 16:14:23 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5D9C01065677
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Feb 2012 16:14:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 496FE8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Feb 2012 16:14:23 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1NGENtw085963
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Feb 2012 16:14:23 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q1NGENfI085936;
	Thu, 23 Feb 2012 16:14:23 GMT
	(envelope-from nobody)
Message-Id: <201202231614.q1NGENfI085936@red.freebsd.org>
Date: Thu, 23 Feb 2012 16:14:23 GMT
From: Clint Travis Hunter <travis.hunter@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: math/gnuplot missing some wxwidgets dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         165423
>Category:       ports
>Synopsis:       math/gnuplot missing some wxwidgets dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 23 16:20:09 UTC 2012
>Closed-Date:    Tue Mar 13 05:22:11 UTC 2012
>Last-Modified:  Tue Mar 13 05:22:11 UTC 2012
>Originator:     Clint Travis Hunter
>Release:        9.0
>Organization:
Univ. Colorado at Colo Spgs
>Environment:
FreeBSD prometheus 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Feb  5 17:50:50 MST 2012     root@prometheus:/usr/obj/usr/src/sys/PROMETHEUS  amd64

>Description:
When compiling gnuplot 4.4.4 from ports with WX enabled, the wxt term does not work. When trying to plot something (e.g. sin(x)) in wxt, gnuplot simply exits.
>How-To-Repeat:
This might be a bit tricky since there may be some external factors at play here, as described below.

On a machine that does not have the wxgtk-{,unicode-}contrib ports installed (which may or may not be present on any given machine, depending on what other software has been installed, but gnuplot does not pull them in) open up a gnuplot session and type:

gnuplot> set term wxt
gnuplot> plot sin(x)

It simply exits and returns you to your prompt.
>Fix:
wxgtk28, wxgtk28-common, wxgtk-unicode were all installed and up to date (as of a week or so ago). wxgtk28-unicode-contrib and wxgtk28-contrib{,-common} were not installed (so not pulled in by the gnuplot port). I installed both of these and recompiled gnuplot and now the wxt terminal works. The recompilation may not have been necessary, though.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 23 16:20:20 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165423 
State-Changed-From-To: open->feedback 
State-Changed-By: glewis 
State-Changed-When: Sat Feb 25 23:35:15 UTC 2012 
State-Changed-Why:  
This is working for me (i.e., I get a plot of sine when I follow the repro 
steps).  Here are the versions of the wx ports I have installed: 

wxgtk2-2.8.12 
wxgtk2-common-2.8.12 
wxgtk2-unicode-2.8.12 

Can you please provide the versions you had when it wasn't working? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=165423 
State-Changed-From-To: feedback->closed 
State-Changed-By: glewis 
State-Changed-When: Tue Mar 13 05:21:24 UTC 2012 
State-Changed-Why:  
Had an email discussion with Travis and determined that the problem is no 
longer reproducible so we agreed to close this for now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165423 
>Unformatted:
