Bug 166148

Summary: [patch] math/py-mathplotlib: Fix configure barf WXAGG_BACKEND
Product: Ports & Packages Reporter: Rachel Flynn <rflynn>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me CC: mainland
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix-pymatplotlib.patch none

Description Rachel Flynn 2012-03-15 18:20:00 UTC
Configure tests in math/py-mathplotlib import wx, which isn't available
at buildtime due to an error in depedency setup.

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


How-To-Repeat: make -C /usr/ports/math/py-mathplotlib config
tick on WXAGG_BACKEND
make -C /usr/ports/math/py-mathplotlib configure
Comment 1 Chris Rees freebsd_committer freebsd_triage 2012-03-15 18:48:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it. 

Also fix Synopsis and kick-aa
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-17 00:12:06 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-17 00:12:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-17 00:19:00 UTC
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
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2012-03-20 02:25:45 UTC
State Changed
From-To: feedback->open

From misfiled PR ports/166270: 

Date: Tue, 20 Mar 2012 01:50:10 +0000 
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-03-20 20:50:56 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"
Comment 7 Chris Rees freebsd_committer freebsd_triage 2012-03-20 20:51:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!