java/jakarta-commons-dbcp is currently unconditionally BROKEN, but it seems to me to be working OK when using jdk15 (altough it might well be broken with jdk16). I see no way to "correct" the situation programmatically (it depends on the JVM that commons-collections was compiled with, not the JVM that this port was compiled with), but just for clarity we could maybe change BROKEN= does not build to BROKEN= does not build unless jakarta-commons-collections is compiled with jdk15 So that people using jdk15 know they can actually manually delete the BROKEN line and have a working port.
Maintainer of java/jakarta-commons-dbcp, Please note that PR ports/129435 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/129435 -- 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)
State Changed From-To: feedback->open maintainer timeout
Responsible Changed From-To: freebsd-ports-bugs->nemoliu@FreeBSD.org I'll take it.
nemoliu 2009-12-19 04:41:28 UTC FreeBSD ports repository Modified files: java/jakarta-commons-dbcp Makefile Log: - Change BROKEN message PR: ports/129435 Submitted by: Lapo Luchini <lapo@lapo.it> Approved by: maintainer timeout (toha@toha.org.ua) Revision Changes Path 1.15 +1 -1 ports/java/jakarta-commons-dbcp/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.