From owner-cvs-ports@FreeBSD.ORG Thu Sep 23 21:54:01 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0544106564A; Thu, 23 Sep 2010 21:54:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E018A8FC08; Thu, 23 Sep 2010 21:54:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8NLs1lT075525; Thu, 23 Sep 2010 21:54:01 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8NLs1LS075524; Thu, 23 Sep 2010 21:54:01 GMT (envelope-from jkim) Message-Id: <201009232154.o8NLs1LS075524@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 23 Sep 2010 21:54:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files Makefile.plugin icedtea.patch X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 21:54:02 -0000 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