From owner-freebsd-ports@FreeBSD.ORG Sun Dec 7 18:41:47 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4122E1065678; Sun, 7 Dec 2008 18:41:47 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id CE4738FC19; Sun, 7 Dec 2008 18:41:46 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id mB7IfiRh051548; Mon, 8 Dec 2008 03:41:44 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 8 Dec 2008 03:41:44 +0900 From: Norikatsu Shigemura To: Hiroki Sato Message-Id: <20081208034144.8db455fa.nork@FreeBSD.org> In-Reply-To: <20081208.033250.137441016.hrs@allbsd.org> References: <20081208.033250.137441016.hrs@allbsd.org> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Mon, 08 Dec 2008 03:41:45 +0900 (JST) Cc: ports@FreeBSD.org Subject: Re: RFC: $USE_[GU]ID for consistent [GU]ID handling 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: Sun, 07 Dec 2008 18:41:47 -0000 Hi Hiroki! On Mon, 08 Dec 2008 03:32:50 +0900 (JST) Hiroki Sato wrote: > The attached patch includes an example of rewrite of an existing > ports (japanese/sj3-server). After investigating ~300 ports in the > ports tree which add uid/gid I think the attached implementation can > cover most of the use case, but there may be something I missed. > Comments are welcome. Wow! That's cool! If this patch will be committed, I'll rewrite some my ports to USE_[GU]ID.