Date: Tue, 30 Apr 2013 14:36:50 +0200 From: =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= <foo@meisterderspiele.de> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/177802: Could not update openfire because of problem in openjdk6 Message-ID: <517FBAE2.5040500@meisterderspiele.de> In-Reply-To: <201304121000.r3CA01nB052463@freefall.freebsd.org> References: <201304121000.r3CA01nB052463@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?517FBAE2.5040500>