From owner-cvs-all Sat Dec 7 17:41:50 2002 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 D715E37B401; Sat, 7 Dec 2002 17:41:48 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D984143ED1; Sat, 7 Dec 2002 17:41:46 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gB81fkrT038990; Sat, 7 Dec 2002 17:41:46 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gB81fkRj002005; Sat, 7 Dec 2002 17:41:46 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gB81fkkf002004; Sat, 7 Dec 2002 17:41:46 -0800 (PST) Date: Sat, 7 Dec 2002 17:41:46 -0800 From: Marcel Moolenaar To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base Makefile distinfo.alpha distinfo.i386 pkg-plist.i386 Message-ID: <20021208014146.GA1987@athlon.pn.xcllnt.net> References: <20021208001908.GA1774@athlon.pn.xcllnt.net> <20021207192114.A82142-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021207192114.A82142-100000@blues.jpj.net> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Dec 07, 2002 at 08:15:49PM -0500, Trevor Johnson wrote: > > It sounds as though you plan to implement this in a way which won't create > duplicates of all the .alpha.rpm and .i386.rpm files. If so, I'm all for > it. There can never be duplication for the arch specific RPMs because *.alpha.rpm and *.i386.rpm are two independent and seperate sets of entities. The following implements what I suggest: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/linux_base/Makefile,v retrieving revision 1.70 diff -u -r1.70 Makefile --- Makefile 3 Dec 2002 06:45:56 -0000 1.70 +++ Makefile 8 Dec 2002 01:39:36 -0000 @@ -47,7 +47,7 @@ BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 -DIST_SUBDIR= rpm +DIST_SUBDIR= rpm-${MACHINE_ARCH} PREFIX= ${LINUXBASE} EXTRACT_ONLY= NO_BUILD= yes > In the meantime, it would be best if the port were restored to a more > usable state. IMO its breakage is the greater inconvenience. Fair enough. I didn't want to apply the above patch because we're too close to release to mess with DIST_SUBDIR gratuitously... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message