From owner-freebsd-ports@FreeBSD.ORG Wed May 31 05:49:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 CA62316A589 for ; Wed, 31 May 2006 05:49:36 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from mail.gundo.com (javelin.gundo.com [216.36.125.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BF143D46 for ; Wed, 31 May 2006 05:49:36 +0000 (GMT) (envelope-from pauamma@gundo.com) Received: by mail.gundo.com (Postfix, from userid 1054) id 99A1B67256; Wed, 31 May 2006 00:49:35 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mail.gundo.com (Postfix) with ESMTP id 96E366723D for ; Wed, 31 May 2006 00:49:35 -0500 (CDT) Date: Wed, 31 May 2006 00:49:35 -0500 (CDT) From: PauAmma To: freebsd-ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: PR ports/76915 fell through the cracks? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 05:49:38 -0000 >From the initial PR: When /var (or whichever filesystem holds PKG_DBDIR) is mounted noexec, attempts to deinstall ports will fail and leave a mess behind if the port has a require or deinstall script. This patch checks for that and skips deinstalling if that is the case. (http://www.freebsd.org/cgi/query-pr.cgi?pr=76915 for details) Is there any interest in that? I can submit a patch against 1.533, but given the lack of any reaction to the initial patch, I'm not sure whether it's worth it.