From mel@datakitty.lan.rachie.is-a-geek.net  Thu Mar 15 18:10:43 2012
Return-Path: <mel@datakitty.lan.rachie.is-a-geek.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 40D8B1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2012 18:10:43 +0000 (UTC)
	(envelope-from mel@datakitty.lan.rachie.is-a-geek.net)
Received: from datakitty.lan.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27])
	by mx1.freebsd.org (Postfix) with ESMTP id EA6BB8FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2012 18:10:42 +0000 (UTC)
Received: from datakitty.lan.rachie.is-a-geek.net (localhost [127.0.0.1])
	by datakitty.lan.rachie.is-a-geek.net (8.14.5/8.14.5) with ESMTP id q2FIAYGS022079;
	Thu, 15 Mar 2012 10:10:34 -0800 (AKDT)
	(envelope-from mel@datakitty.lan.rachie.is-a-geek.net)
Received: (from mel@localhost)
	by datakitty.lan.rachie.is-a-geek.net (8.14.5/8.14.5/Submit) id q2FIAXvI022078;
	Thu, 15 Mar 2012 10:10:33 -0800 (AKDT)
	(envelope-from mel)
Message-Id: <201203151810.q2FIAXvI022078@datakitty.lan.rachie.is-a-geek.net>
Date: Thu, 15 Mar 2012 10:10:33 -0800 (AKDT)
From: Mel Flynn <rflynn@acsalaska.net>
Reply-To: Mel Flynn <rflynn@acsalaska.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: MAINTAINER <mainland@apeiron.net>
Subject: [patch] math/py-mathplotlib: Fix configure barf WXAGG_BACKEND
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mainland@apeiron.net

>Number:         166148
>Category:       ports
>Synopsis:       [patch] math/py-mathplotlib: Fix configure barf WXAGG_BACKEND
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 18:20:00 UTC 2012
>Closed-Date:    Tue Mar 20 20:51:12 UTC 2012
>Last-Modified:  Tue Mar 20 21:00:29 UTC 2012
>Originator:     Mel Flynn
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD datakitty.lan.rachie.is-a-geek.net 8.2-STABLE FreeBSD 8.2-STABLE #6 r230977: Sun Feb 5 06:20:11 AKST 2012 mel@datakitty.lan.rachie.is-a-geek.net:/data/obj/data/RELENG_8/src/sys/GENERIC amd64


>Description:
Configure tests in math/py-mathplotlib import wx, which isn't available
at buildtime due to an error in depedency setup.
>How-To-Repeat:
make -C /usr/ports/math/py-mathplotlib config
tick on WXAGG_BACKEND
make -C /usr/ports/math/py-mathplotlib configure

>Fix:
Default for WX_COMP=python is RUN_DEPENDS only. Fix is therefore to use
WX_COMP=python:lib as per Mk/bsd.wx.mk



--- fix-pymatplotlib.patch begins here ---
Index: math/py-matplotlib/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/py-matplotlib/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- math/py-matplotlib/Makefile	11 Nov 2011 18:16:37 -0000	1.41
+++ math/py-matplotlib/Makefile	15 Mar 2012 17:44:54 -0000
@@ -86,7 +86,7 @@
 
 .if defined(WITH_WXAGGBACKEND)
 USE_WX=		2.8+
-WX_COMPS=	python
+WX_COMPS=	python:lib
 CONFIGURE_ENV+=	WX_CONFIG="${WX_CONFIG}"
 
 WXAGG_BACKEND=	True
--- fix-pymatplotlib.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Thu Mar 15 18:48:50 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

Also fix Synopsis and kick-aa

http://www.freebsd.org/cgi/query-pr.cgi?pr=166148 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 17 00:12:07 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166148 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mainland@apeiron.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166148: [patch] math/py-matplotlib: Fix configure barf WXAGG_BACKEND
Date: Sat, 17 Mar 2012 00:12:06 UT

 Maintainer of math/py-matplotlib,
 
 Please note that PR ports/166148 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166148
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mainland@apeiron.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166148: [patch] math/py-matplotlib: Fix configure barf WXAGG_BACKEND
Date: Sat, 17 Mar 2012 00:19:00 UT

 Maintainer of math/py-matplotlib,
 
 Please note that PR ports/166148 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166148
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Mar 20 02:25:45 UTC 2012 
State-Changed-Why:  
From misfiled PR ports/166270: 

Date: Tue, 20 Mar 2012 01:50:10 +0000 
From: Geoffrey Mainland <mainland@apeiron.net> 
Sender: mainland@gmail.com 
To: Mel Flynn <rflynn@acsalaska.net> 
Subject: Re: [patch] math/py-mathplotlib: Fix configure barf WXAGG_BACKEND 

I approve the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166148 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Tue Mar 20 20:51:10 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166148 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166148: commit references a PR
Date: Tue, 20 Mar 2012 20:50:56 +0000 (UTC)

 crees       2012-03-20 20:50:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/py-matplotlib   Makefile 
   Log:
   Fix configure with WXAGGBACKEND
   
   PR:             ports/166148
   Submitted by:   Mel Flynn <rflynn@acsalaska.net>
   Approved by:    maintainer
   Feature safe:   yes
   
   Revision  Changes    Path
   1.42      +1 -1      ports/math/py-matplotlib/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
