cvs commit: ports/java/openjdk6 Makefile distinfo pkg-descr
ports/java/openjdk6/files Makefile.plugin icedtea.patch plugin.patch
Jung-uk Kim
jkim at FreeBSD.org
Thu Sep 16 00:32:49 UTC 2010
jkim 2010-09-16 00:32:48 UTC
FreeBSD ports repository
Modified files:
java/openjdk6 Makefile distinfo pkg-descr
Added files:
java/openjdk6/files Makefile.plugin icedtea.patch
plugin.patch
Log:
Introducing support for Web Start and Mozilla plugin from IcedTea6 1.9.
Note the feature is turned off by default because it adds experimental and
unofficial patches from icedtea.classpath.org. You need to select WEB option
from config menu or define WITH_WEB variable to enable the feature. Also,
note that a symlink for web browser is not created automatically with same
reasoning. Thus, you need to create a symlink for your browser, e.g.,
ln -s ${LOCALBASE}/openjdk6/jre/lib/IcedTeadPlugin.so ~/.mozilla/plugins
Remove some stale comments in package message while I am here.
Revision Changes Path
1.30 +80 -2 ports/java/openjdk6/Makefile
1.12 +3 -0 ports/java/openjdk6/distinfo
1.1 +51 -0 ports/java/openjdk6/files/Makefile.plugin (new)
1.1 +70 -0 ports/java/openjdk6/files/icedtea.patch (new)
1.1 +401 -0 ports/java/openjdk6/files/plugin.patch (new)
1.2 +0 -5 ports/java/openjdk6/pkg-descr
More information about the cvs-all
mailing list