From owner-freebsd-ports@FreeBSD.ORG Mon Jan 17 09:22:11 2005 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 9F23816A4CE; Mon, 17 Jan 2005 09:22:11 +0000 (GMT) Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1245443D45; Mon, 17 Jan 2005 09:22:11 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1])0DE304F4CD; Mon, 17 Jan 2005 10:22:10 +0100 (CET) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09483-01-3; Mon, 17 Jan 2005 10:22:06 +0100 (CET) Received: from m2a2.dyndns.org (p508EFC70.dip.t-dialin.net [80.142.252.112]) 2298F4F325; Mon, 17 Jan 2005 10:22:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 2C2D077617; Mon, 17 Jan 2005 10:22:06 +0100 (CET) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16649-06; Mon, 17 Jan 2005 10:22:05 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id 4022377618; Mon, 17 Jan 2005 10:22:05 +0100 (CET) From: Matthias Andree To: Georg Graf In-Reply-To: <20050115143211.GA9138@wu-wien.ac.at> (Georg Graf's message of "Sat, 15 Jan 2005 15:32:11 +0100") References: <20050109054144.GA37692@xor.obsecurity.org> <200501090624.j096OJMn018874@khavrinen.lcs.mit.edu> <20050109054144.GA37692@xor.obsecurity.org> <200501090624.j096OJMn018874@khavrinen.lcs.mit.edu> <20050109054144.GA37692@xor.obsecurity.org> <20050110004629.GI88329@wantadilla.lemis.com> <20050110132915.GC5374@lum.celabo.org> <20050115143211.GA9138@wu-wien.ac.at> Date: Mon, 17 Jan 2005 10:22:05 +0100 Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de cc: Rasmus Kaj cc: "Jacques A. Vidrine" cc: ports@freebsd.org cc: Kris Kennaway cc: Greg 'groggy' Lehey cc: Garrett Wollman Subject: Re: Removing net/arla 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: Mon, 17 Jan 2005 09:22:11 -0000 Georg Graf writes: > I have overhauled the arla port and upgraded it to 0.38 > yesterday. I tested only on an i386 5.3 RELEASE machine, the > compiling runs very smoothly on 5.3. Please consider to commit > ports/76247! The pkg-plist is maybe not optimal, but I am not so > experienced. I was not even sure whether to put '@unexec rmdir > %D/bin 2>/dev/null || true' but I did not put it in. I don't think that ports need to care about removing directories that are listed in hier(7) or the mtree local file. My ports certainly don't attempt to remove %D/bin. -- Matthias Andree