From owner-cvs-all@FreeBSD.ORG Tue Apr 12 05:56:30 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D5516A4CE; Tue, 12 Apr 2005 05:56:30 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE0643D31; Tue, 12 Apr 2005 05:56:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j3C5uSek006460; Mon, 11 Apr 2005 22:56:29 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3C5uS26006459; Mon, 11 Apr 2005 22:56:28 -0700 (PDT) (envelope-from obrien) Date: Mon, 11 Apr 2005 22:56:28 -0700 From: "David O'Brien" To: Michael Nottebrock Message-ID: <20050412055628.GA6385@dragon.NUXI.org> References: <200504110804.j3B84fNs060515@repoman.freebsd.org> <200504120603.10518.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504120603.10518.michaelnottebrock@gmx.net> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: cvs-ports@FreeBSD.org cc: portmgr@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/archivers/gzip Makefile ports/archivers/ucl Makefile ports/archivers/lzop Makefile ports/archivers/cabextract Makefile ports/archivers/dact Makefile ports/archivers/star Makefile ports/archivers/arj Makefile ports/archivers/tardy ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 05:56:30 -0000 On Tue, Apr 12, 2005 at 06:03:04AM +0200, Michael Nottebrock wrote: > On Monday, 11. April 2005 10:04, David E. O'Brien wrote: > > Log: > > Assist getting more ports working on AMD64 by obeying the > > Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. > > The porter's handbook, section 5.11 has an example that uses MACHINE_ARCH, > which is the template for a lot of MACHINE_ARCH usage in ports, I wondered how this got copied around so many times. > including a few places your commit missed, like bsd.gnome.mk, > bsd.kde.mk, bsd.gnustep.mk and, most importantly, bsd.port.subdir.mk > and bsd.port.mk itself (for setting CONFIGURE_TARGET(!)). I purposefully didn't touch Mk/*.mk. I have to assume the authors of them got it right. :-) > I'm not familiar with the crossbuilding logic in FreeBSD, so could somebody > who is make a definitive statement which of the two variables is > crossbuild-safe and then proceed to change the respective bits in the > porter's handbook and bsd.port.mk accordingly? I would be good to have the two copies of documentation to agree. -- -- David (obrien@FreeBSD.org)