From owner-freebsd-ports@FreeBSD.ORG Fri Sep 10 11:22:01 2004 Return-Path: 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 1184516A4CE for ; Fri, 10 Sep 2004 11:22:01 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1758B43D4C for ; Fri, 10 Sep 2004 11:22:00 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with ESMTP id i8ABLwEg065140 for ; Fri, 10 Sep 2004 13:21:58 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <41418E58.4070101@withagen.nl> Date: Fri, 10 Sep 2004 13:22:00 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: submitting changes to a port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 11:22:01 -0000 Hi, Finally the 64bit port of cocktail compilertools is more or less satisfactory, and thus it runs on both i386 and amd64 (tested) not shure about other platforms but we will find out, I guess. I've two questions: 1) How do I submit the new set of patches??? a) new diffs to the orignal sources b) extra diffs to the previously patched set of sources c) diffs against the old diffs? [I think I read the answer somewhere in the porters manual, but I'm not able to find it again :( ] 2) I need a TMP directory to install some of the tools in, as they are needed as bootstrap for other tools to build. Now I've got a variable TMP which is currently set to /tmp. Where/how should I do that? Thanx, --WjW