I receive the following error when installing the icedtea-web-1.3.1 port:
The problem is this:
There are ports out there that "still" rely on "www/libxul19". If I upgrade to "www/libxul" (to make "icedtea-web-1.3.1" happy) then other ports that "still" rely on "www/libxul19" will not install. How do I get around this issue? It's a pain in the ass.
Code:
icedtea-web is using libxul for gecko support, but you can
change that by defining WITH_GECKO to the following values:
libxul
libxul19
===> License GPLv2 accepted by the user
===> Found saved configuration for icedtea-web-1.3.1
===> Extracting for icedtea-web-1.3.1
=> SHA256 Checksum OK for icedtea-web-1.3.1.tar.gz.
===> icedtea-web-1.3.1 depends on file: /usr/local/bin/perl5.14.2 - found
IMPORTANT: To build IcedTea-Web 1.3.1, you have to turn on 'ICEDTEA' option
for java/openjdk6 (default). Otherwise, it will neither build nor work.
===> Patching for icedtea-web-1.3.1
===> icedtea-web-1.3.1 depends on file: /usr/local/bin/perl5.14.2 - found
===> Applying FreeBSD patches for icedtea-web-1.3.1
/usr/bin/sed -i.bak -e 's|/usr/bin/perl|/usr/local/bin/perl|' /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/javac.in
/usr/bin/sed -i.bak -e 's|%%LOCALBASE%%|/usr/local|' /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/launcher/javaws.in
===> icedtea-web-1.3.1 depends on file: /usr/local/bin/zip - found
===> icedtea-web-1.3.1 depends on file: /usr/local/bin/bash - found
===> icedtea-web-1.3.1 depends on file: /usr/local/openjdk6/bin/java - found
===> icedtea-web-1.3.1 depends on package: libxul>=10 - not found
===> Found libxul-1.9.2.28_1, but you need to upgrade to libxul>=10.
*** Error code 1
Stop in /usr/ports/java/icedtea-web.
*** Error code 1
Stop in /usr/ports/java/icedtea-web.
The problem is this:
There are ports out there that "still" rely on "www/libxul19". If I upgrade to "www/libxul" (to make "icedtea-web-1.3.1" happy) then other ports that "still" rely on "www/libxul19" will not install. How do I get around this issue? It's a pain in the ass.