[PC-BSD Pbi-dev] Fix to maybe get openjdk7 to compile...
John Katzmaier
johnkatz at gmail.com
Wed Aug 15 14:30:24 PDT 2012
Hi Kris,
The icedtea-web port maintainer got back to me and said that
icedtea-web will work with openjdk7 if a patch is applied. Can you
apply this patch and the sequence below to the openjdk7 PBI? Here is
the icedtea-web port maintainer's reply:
---
Now I tested the patch and it works fine. Here is the patch:
http://people.freebsd.org/~jkim/openjdk7-itweb.diff
How to build:
fetch -o /tmp/openjdk7-itweb.diff \
http://people.freebsd.org/~jkim/openjdk7-itweb.diff
cd /usr/ports
patch -p0 < /tmp/openjdk7-itweb.diff
cd java/openjdk7
make config <--- ICEDTEA must be seleted!!!
make
make deinstall
make install
make clean <--- optional
cd ../icedtea-web
make JAVA_VERSION=1.7
make deinstall
make install JAVA_VERSION=1.7
make clean <--- optional
---
-John Katzmaier
On Wed, Aug 15, 2012 at 1:44 PM, John Katzmaier <johnkatz at gmail.com> wrote:
> Hi Kris,
>
> The icedtea-web port maintainer replied to me again with this:
>
> ----
> Never mind. The patch only appeared in master and it wasn't merged
> back to 7u branch. :-(
> ----
>
> So I guess that hasn't really changed much as we still have to wait
> for the openjdk7 PBI to attempt its rebuild and then see if
> icedtea-web works or not. I just thought that I would let you know
> about the icedtea-web port maintainer's second reply.
>
> -John Katzmaier
More information about the Pbi-dev
mailing list