From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 30 12:46:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8ABF640; Tue, 30 Apr 2013 12:46:10 +0000 (UTC) (envelope-from foo@meisterderspiele.de) Received: from toco-domains.de (static.170.39.9.176.clients.your-server.de [176.9.39.170]) by mx1.freebsd.org (Postfix) with ESMTP id AE6031130; Tue, 30 Apr 2013 12:46:09 +0000 (UTC) Received: from [192.168.23.242] (fire.pw-internet.de [213.23.203.58]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 3B9EB1AA383E; Tue, 30 Apr 2013 14:36:51 +0200 (CEST) Message-ID: <517FBAE2.5040500@meisterderspiele.de> Date: Tue, 30 Apr 2013 14:36:50 +0200 From: =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/177802: Could not update openfire because of problem in openjdk6 References: <201304121000.r3CA01nB052463@freefall.freebsd.org> In-Reply-To: <201304121000.r3CA01nB052463@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:46:11 -0000 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