Bug 129435 - java/jakarta-commons-dbcp not BROKEN on jdk15
Summary: java/jakarta-commons-dbcp not BROKEN on jdk15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nemo Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 13:00 UTC by Lapo Luchini
Modified: 2009-12-19 04:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Luchini 2008-12-05 13:00:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-05 13:00:17 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-05 13:00:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2009-03-24 17:04:01 UTC
State Changed
From-To: feedback->open

maintainer timeout
Comment 4 Nemo Liu freebsd_committer freebsd_triage 2009-12-19 04:34:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemoliu@FreeBSD.org

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-12-19 04:41:38 UTC
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"
Comment 6 Nemo Liu freebsd_committer freebsd_triage 2009-12-19 04:43:31 UTC
State Changed
From-To: open->closed

Committed! Thanks.