From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 9 22:28:22 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 5D74A10656B3; Thu, 9 Sep 2010 22:28:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim Date: Thu, 9 Sep 2010 18:28:08 -0400 User-Agent: KMail/1.6.2 To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009091828.12400.jkim@FreeBSD.org> Cc: Beat Gaetzi Subject: Fwd: IcedTea6 Mozilla plugin with OpenJDK6 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 22:28:22 -0000 While I was porting a Mozilla plugin, I found something disturbing: %pkg-config --modversion mozilla-plugin 1.9.2.8 %pkg-config --cflags mozilla-plugin -DXP_UNIX -I/usr/local/include/libxul/stable %ls -dl /usr/local/include/libxul/stable/ ls: /usr/local/include/libxul/stable/: No such file or directory %pkg_info -W /usr/local/libdata/pkgconfig/mozilla-plugin.pc /usr/local/libdata/pkgconfig/mozilla-plugin.pc was installed by package libxul-1.9.2.8 %pkg-config --cflags libxul -fshort-wchar -I/usr/local/include/libxul -I/usr/local/include/nspr %ls -dl /usr/local/include/libxul/ drwxr-xr-x 11 root wheel 56832 Aug 9 16:21 /usr/local/include/libxul/ As you can see, --cflags returns a nonexistent directory for mozilla-plugin package. It returns the correct directory for libxul, though. As a workaround, I had to do this: # XXX Need to fix in ports. CFLAGS+= ${PLUGIN_CFLAGS:C/\/libxul\/stable/\/libxul/} Can anyone explain what's going on here? Thanks! Jung-uk Kim ---------- Forwarded Message ---------- Subject: IcedTea6 Mozilla plugin with OpenJDK6 Date: Thursday 09 September 2010 05:42 pm From: Jung-uk Kim To: freebsd-java@freebsd.org Cc: Beat Gaetzi Finally, we have the hybrid and you can see some (updated) screenshots from here: http://people.freebsd.org/~jkim/icedtea/screenshots/ The experimental ports tarball is available from here: http://people.freebsd.org/~jkim/icedtea/openjdk6-icedteanp.tar.bz2 Note the plugin is turned off by default because it is an experimental and unofficial software from icedtea.classpath.org. To enable it, run "make config" and select "WEB" option. Re-build, re-install, and enjoy! Cheers, Jung-uk Kim -------------------------------------------------------