cvs commit: ports/java/openjdk6 Makefile distinfo ports/java/openjdk6/files Makefile.plugin icedtea.patch patch-nio-kqueue patch-set plugin.patch

Jung-uk Kim jkim at FreeBSD.org
Wed Feb 9 20:00:39 UTC 2011


jkim        2011-02-09 20:00:38 UTC

  FreeBSD ports repository

  Modified files:
    java/openjdk6        Makefile distinfo 
    java/openjdk6/files  Makefile.plugin patch-set plugin.patch 
  Removed files:
    java/openjdk6/files  icedtea.patch patch-nio-kqueue 
  Log:
  - Update to build 21.
  - Improve Serviceability Agent.  For example, the following should work now:
  
          jdb -connect sun.jvm.hotspot.jdi.SAPIDAttachingConnector:pid=<PID>
          jmap <PID>
          jsadebugd <PID>
          jstack -F <PID>
          jstack -m <PID>
  
  - Replace IcedTea6 1.9.x with IcedTea-Web 1.0 for web support.  Note it is
  still tightly coupled with openjdk6 for now because we do not have proper
  infrastructure to decouple them yet.
  - Add itweb-settings (a Java Control Panel replacement for IcedTea-Web).
  - Add desktop integration files for web support (but not installed in default
  system-wide locations).
  
  Revision  Changes      Path
  1.39      +69 -62      ports/java/openjdk6/Makefile
  1.17      +8 -8        ports/java/openjdk6/distinfo
  1.3       +6 -1        ports/java/openjdk6/files/Makefile.plugin
  1.7       +0 -121      ports/java/openjdk6/files/icedtea.patch (dead)
  1.2       +0 -697      ports/java/openjdk6/files/patch-nio-kqueue (dead)
  1.12      +3409 -1688  ports/java/openjdk6/files/patch-set
  1.3       +20 -13      ports/java/openjdk6/files/plugin.patch


More information about the cvs-all mailing list