From owner-freebsd-ports@FreeBSD.ORG Mon Nov 7 00:18:28 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DED516A420 for ; Mon, 7 Nov 2005 00:18:28 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB77543D5F for ; Mon, 7 Nov 2005 00:18:24 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so277622wxc for ; Sun, 06 Nov 2005 16:18:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Gkx8wyZ2dc0Eil5IWlEczBX7mOo87ZHdY+CGeFs39qpl1dKpUXDpsh+R5gnTwntXfHOV3flul9TTvXvJyOwi5DHtJXggk6Q4fNyW6+dPxHv8vl+M4Om5+gQdLvxQtJpQyIZM82tju5SA8f7yXdtDkf68XrOocYXRNNP2YMAU4+Y= Received: by 10.70.31.10 with SMTP id e10mr1598444wxe; Sun, 06 Nov 2005 16:18:23 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id h36sm201137wxd.2005.11.06.16.18.23; Sun, 06 Nov 2005 16:18:23 -0800 (PST) From: "Michael C. Shultz" To: "Ian D. Leroux" Date: Sun, 6 Nov 2005 16:09:45 -0800 User-Agent: KMail/1.8.3 References: <20051106221047.GC36095@schtroumpf.homeunix.net> <200511061533.37959.ringworm01@gmail.com> <20051107000408.GE36095@schtroumpf.homeunix.net> In-Reply-To: <20051107000408.GE36095@schtroumpf.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511061609.45918.ringworm01@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: java/jdk14, BUILD_DEPENDS, and portmanager -u X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 00:18:28 -0000 On Sunday 06 November 2005 16:04, Ian D. Leroux wrote: > On Sun, Nov 06, 2005 at 03:33:37PM -0800, Michael C. Shultz wrote: > > Ian, there are two patches waiting for someone to commit for portmanager, > > I'd like to see what you get after they are applied. > > [...] > > Let me know if anything changes. > > No change I'm afraid (I diffed the outputs of the patched and unpatched > versions). > > Let me know if you'd like to check anything else. Meanwhile I'll see > whether I can come up with a fix for the port Makefile. Looks like java is going to be a special case, thanks for bringing it to my attention. If you do come up with something for java's Makefile please keep me informed, meanwhile tommorrow I plan to see if I can put some sort of work around in portmanager's code. Your detailed description of the problem helps much, thanks for that. Meanwhile, keep those patches I sent you, portmanager really needs them :) -Mike