From owner-freebsd-java@FreeBSD.ORG Tue Apr 30 12:50:02 2013 Return-Path: Delivered-To: freebsd-java@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 08E1A6A6 for ; Tue, 30 Apr 2013 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ECCC0114A for ; Tue, 30 Apr 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3UCo1HC036608 for ; Tue, 30 Apr 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3UCo1rJ036607; Tue, 30 Apr 2013 12:50:01 GMT (envelope-from gnats) Date: Tue, 30 Apr 2013 12:50:01 GMT Message-Id: <201304301250.r3UCo1rJ036607@freefall.freebsd.org> To: freebsd-java@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= Subject: Re: ports/177802: Could not update openfire because of problem in openjdk6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:50:02 -0000 The following reply was made to PR ports/177802; it has been noted by GNATS. From: =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/177802: Could not update openfire because of problem in openjdk6 Date: Tue, 30 Apr 2013 14:36:50 +0200 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