The math/py-matplotlib port has graphics/agg in its BUILD_DEPENDS list. This software comes with its own embedded agg source code. The graphics/agg has absolutely no influence on the math/py-matplotlib port (whether is installed or not) but brings a lot of unwanted (especially on servers) dependencies (xorg, etc). Please, remove this dependency. Fix: See attached patch. Patch attached with submission follows:
Maintainer of math/py-matplotlib, Please note that PR ports/151450 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/151450 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve the patch.
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
rene 2010-10-22 10:55:07 UTC FreeBSD ports repository Modified files: math/py-matplotlib Makefile Log: Remove explicit dependency on graphics/agg, to reduce dependencies. The built-in agg was already used. PR: ports/151450 Submitted by: Emil Smolenski [am raisa eu org] Approved by: maintainer Revision Changes Path 1.37 +1 -2 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"
State Changed From-To: open->closed Committed, thanks