Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2011 20:00:38 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/openjdk6 Makefile distinfo ports/java/openjdk6/files Makefile.plugin icedtea.patch patch-nio-kqueue patch-set plugin.patch
Message-ID:  <201102092000.p19K0cuL066662@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102092000.p19K0cuL066662>