ports/177802: Could not update openfire because of problem in openjdk6

Torsten Zühlsdorff foo at meisterderspiele.de
Tue Apr 30 12:46:11 UTC 2013


After fiddling around, i get the compilation of java/openjdk6 done.

As descriped here 
http://lists.freebsd.org/pipermail/freebsd-java/2011-April/009201.html i 
manipulated the Makefile and compiled openjdk6. All of its dependencies 
are compilied with their default configuration.

Some dependencies seems to cause problems with none default 
configuration, because i could just compile it, after deleting all 
stored port-configurations and using the default ones.

After compiling openjdk6 the update of openfire works as expected.

Here is a diff of the Makefill changes:

=== Start ===
diff openjdk6.orig/Makefile openjdk6/Makefile
35c35,36
< 
${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
---
 > 
${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client \
 > 
${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu
=== End ===

Greetings,
Torsten


More information about the freebsd-ports-bugs mailing list