audio/audacity-devel depends on gcc 4.6 or later, but is unnecessary. the USE_GCC line was set to 4.2+ to fix build on freebsd 7. ( http://www.freebsd.org/cgi/query-pr.cgi?pr=116118 ) during later years of port upgrades, it has increased to 4.6+. audacity-devel compiles and runs normally with the gcc 4.2.2. Fix: attached patch changes USE_GCC=4.6+ back to 4.2+ to eliminate a large and unneeded dependency for systems with gcc 4.2 in base. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->eadler eadler@ wants his PRs (via the GNATS Auto Assign Tool)
Maintainer of audio/audacity-devel, Please note that PR ports/162121 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/162121 -- 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)
eadler 2011-12-04 20:46:00 UTC FreeBSD ports repository Modified files: audio/audacity-devel Makefile pkg-plist Log: - Fix the packing list (dirrm to dirrmtry) - Audacity no longer requires new gcc to build (added in ports/116118) PR: ports/116118 PR: ports/162121 PR ports/162119 Submitted by: "4720@hushmail.com" <4720@hushmail.com> Reviewed by: olgeni@ Approved by: maintainer timeout (6 weeks) Feature safe: yes Revision Changes Path 1.56 +0 -1 ports/audio/audacity-devel/Makefile 1.17 +24 -24 ports/audio/audacity-devel/pkg-plist _______________________________________________ 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: feedback->closed Committed. Thanks!