cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files Makefile.plugin icedtea.patch

Jung-uk Kim jkim at FreeBSD.org
Thu Sep 23 21:54:02 UTC 2010


jkim        2010-09-23 21:54:01 UTC

  FreeBSD ports repository

  Modified files:
    java/openjdk6        Makefile 
    java/openjdk6/files  Makefile.plugin icedtea.patch 
  Log:
  - Rewrite IcedTea6 plugin patch to improve stability of initialization/shutdown
  process.  Update comments in the patch accordingly.
  - Tidy up makefile for the plugin.  Remove a hack for include path of libxul,
  which is correctly patched from libxul 1.9.2.9_1.  Remove mozilla-plugin.pc from
  linker options for pkg-config.  Generally speaking, NPAPI plugins do not need
  to link with Gecko engine directly.
  - Move run-time dependencies for the plugin to build-time dependencies as it is
  completely optional any way.
  
  Revision  Changes    Path
  1.31      +5 -4      ports/java/openjdk6/Makefile
  1.2       +8 -9      ports/java/openjdk6/files/Makefile.plugin
  1.2       +55 -32    ports/java/openjdk6/files/icedtea.patch


More information about the cvs-ports mailing list