Bug 145806 - [PATCH] Update java/openjdk6 to b19 (latest one)
Summary: [PATCH] Update java/openjdk6 to b19 (latest one)
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-18 18:10 UTC by Lev A. Serebryakov
Modified: 2010-07-07 15:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (238.66 KB, patch)
2010-04-18 18:10 UTC, Lev A. Serebryakov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lev A. Serebryakov freebsd_committer freebsd_triage 2010-04-18 18:10:01 UTC
  Update `java/openjdk6' to latest build 19.
  This build fails 44 tests, but build 17 fails them too.

  This OpenJDK6 build adds support for ``Zero'' -- VM version without any assembler code at all (it is fully architecture-agnostic, at leasr in theory). It could be used for new arhitectures (ARM, MIPS, PowerPC). It is not enabled here, because I don't have any hardware to test it.

  This PR supersedes PR ports/145057.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-18 18:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-18 18:10:25 UTC
Maintainer of java/openjdk6,

Please note that PR ports/145806 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/145806

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-18 18:10:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-18 00:19:56 UTC
jkim        2010-05-17 23:19:46 UTC

  FreeBSD ports repository

  Modified files:
    java/openjdk6        Makefile distinfo 
    java/openjdk6/files  patch-set patch-test 
  Added files:
    java/openjdk6        pkg-message 
  Log:
  - Update to b19 promoted build. [1]
  
  - Merge two additional patches from the OpenJDK BSD porting project:
  
  http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d
  http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f
  
  - Add a message to note fdescfs(5) is necessary for this implementation.
  
  PR:             ports/145806 [1]
  Discussed with: glewis, lev
  
  Revision  Changes     Path
  1.22      +11 -10     ports/java/openjdk6/Makefile
  1.9       +3 -3       ports/java/openjdk6/distinfo
  1.6       +947 -1516  ports/java/openjdk6/files/patch-set
  1.2       +10 -10     ports/java/openjdk6/files/patch-test
  1.1       +13 -0      ports/java/openjdk6/pkg-message (new)
_______________________________________________
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 5 Stefan Walter freebsd_committer freebsd_triage 2010-05-21 08:10:16 UTC
Since the update has been committed, I guess this PR can be closed?
Comment 6 Lev A. Serebryakov freebsd_committer freebsd_triage 2010-07-07 15:45:58 UTC
State Changed
From-To: feedback->closed


Committed, thanks!