From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 28 17:21:06 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7BA16A420 for ; Sat, 28 Jan 2006 17:21:06 +0000 (GMT) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (mx2.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33EE543D49 for ; Sat, 28 Jan 2006 17:21:05 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.12.8) with ESMTP id k0SHL5vt007571; Sat, 28 Jan 2006 10:21:05 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.4/8.13.4) with ESMTP id k0SHL3tt095145; Sat, 28 Jan 2006 10:21:03 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.4/8.13.4/Submit) id k0SHKw4l095142; Sat, 28 Jan 2006 10:20:58 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17371.43002.300786.427449@gromit.timing.com> Date: Sat, 28 Jan 2006 10:20:58 -0700 From: John E Hein To: Alexander Leidinger In-Reply-To: <20060128122054.7350a766@Magellan.Leidinger.net> References: <20060127071644.GB34398@xor.obsecurity.org> <17370.19272.894628.650315@gromit.timing.com> <20060128122054.7350a766@Magellan.Leidinger.net> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: emulation@freebsd.org Subject: Re: [ports-i386@pointyhat.freebsd.org: linux_base-8-8.0_12 failed on i386 6] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2006 17:21:06 -0000 Alexander Leidinger wrote at 12:20 +0100 on Jan 28, 2006: > Yes, but if a program expects an empty directory to be there, this will > introduce a problem. Sure, but that's certainly no worse than the current situation (rm -rf). > I'd rater use @dirrmtry in pkg-plist for those dirs which > linux_base creates. I try to get time to change it like this this > weekend. That sounds even better. This port should probably used rmdirs in an @unexec in the pkg-plist a long time ago. If we are going in this direction, a convenience target to help automate adding the appropriate entries to pkg-plist for when this port is updated in the future would be helpful for the maintainer, too (similar to, as you know, the new-plist target in x11-toolkits/linux-gtk2/Makefile). Sorry, I don't have a patch for that at the moment, however.