Using "BUILD_DEPENDS=" causes previously specified dependencies to be cleared, and thus ExtUtils::CChecker isn't installed as it should. Port maintainer (sahil@tandon.net) is cc'd. Fix: Fix is trivial: use "BUILD_DEPENDS+=" instead of "BUILD_DEPENDS=". How-To-Repeat: Try installing net/p5-Socket-GetAddrInfo on system with perl5.8.
Maintainer of net/p5-Socket-GetAddrInfo, Please note that PR ports/147893 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/147893 -- 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)
Responsible Changed From-To: freebsd-ports-bugs->sahil I'll take it.
sahil 2010-06-20 20:01:04 UTC FreeBSD ports repository Modified files: net/p5-Socket-GetAddrInfo Makefile Log: - Change '=' to '+=' when conditionally augmenting BUILD_DEPENDS [1] - Update my email to @FreeBSD.org PR: ports/147893 [1] Submitted by: Maxim Dounin <mdounin@mdounin.ru> Approved by: itetcu@ (mentor) Feature safe: yes Revision Changes Path 1.4 +2 -2 ports/net/p5-Socket-GetAddrInfo/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: feedback->closed Committed. Thanks!