From owner-freebsd-ports@FreeBSD.ORG Tue Feb 14 19:29:03 2006 Return-Path: X-Original-To: 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 7FEFA16A420 for ; Tue, 14 Feb 2006 19:29:03 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7C443D45 for ; Tue, 14 Feb 2006 19:29:03 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k1EJT1Jt074638; Tue, 14 Feb 2006 11:29:01 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k1EJT1YA074637; Tue, 14 Feb 2006 11:29:01 -0800 (PST) (envelope-from rizzo) Date: Tue, 14 Feb 2006 11:29:01 -0800 From: Luigi Rizzo To: ports@freebsd.org Message-ID: <20060214112901.A74586@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: please check your ports, pre-install vs pre-su-install 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: Tue, 14 Feb 2006 19:29:03 -0000 just noticed (by running 'make install' as non-root for some ports) that there are many ports in the tree use 'pre-install' to perform actions (such as creating directories etc) that actually require root permissions, and for which i recently learned there is a pre-su-install target. It would be great if the maintainers could check their ports and fix them if needed. before the port freeze on the 20th, that is :) thanks luigi