From owner-freebsd-ports@FreeBSD.ORG Wed Aug 13 16:37:20 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F23688D7 for ; Wed, 13 Aug 2014 16:37:20 +0000 (UTC) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B34E2E2F for ; Wed, 13 Aug 2014 16:37:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.9/8.14.9) with ESMTP id s7DGb4Da015311; Wed, 13 Aug 2014 09:37:04 -0700 (PDT) (envelope-from freebsd@pki2.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pki2.com; s=pki2; t=1407947824; bh=WJp8z1rNL6Ad6R8Mdp1FiJnxEUQfcQ6lxxK+uYGniBI=; h=Subject:From:To:Cc:In-Reply-To:References:Date; b=Omn+WPeolB/f8fG1PbtNawThf16a+F1Axo2zvI1U/5u2gF3VMNDidOkxOHy6esOez cnW6OucJrb4dwzh42HmkzJtFYxH9LLO4aX6QVgsmPQdC708yWeZjYxvXcpK/7f3/VA YZJWAolALB8y9oOJejwVsLsqBohWCYpWEYzXCqJeJglaN81VLubG9jkSDyb/n2nbUe XybhnCa4OrrDNtO4wrL13FwSYdtfw2OhDpIo0qxhVz+weOzd6QWGEQ9jvnPK1wqEMy ijHhkFMMgQMMWXl5+mXzPGUiL4oSz0UsrfQP/6Lk8dXunB8XpVO2Tnesa52uSXMc4B jNV+vK+xa++BQ== Subject: Re: FreeBSD unmaintained ports which are currently scheduled for deletion From: Dennis Glatting To: "Matthew D. Fuller" In-Reply-To: <20140813044253.GA67425@over-yonder.net> References: <201408070829.s778Tgbl017745@portsmon.freebsd.org> <1407425678.3895.159.camel@btw.pki2.com> <20140807153648.GO2644@home.opsec.eu> <1407811941.3895.236.camel@btw.pki2.com> <20140812045801.GC9400@home.opsec.eu> <1407863151.3895.237.camel@btw.pki2.com> <20140812193436.GE9400@home.opsec.eu> <1407891372.3895.266.camel@btw.pki2.com> <20140813041709.GF9400@home.opsec.eu> <1407904268.3895.270.camel@btw.pki2.com> <20140813044253.GA67425@over-yonder.net> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 13 Aug 2014 09:37:04 -0700 Message-ID: <1407947824.3895.274.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: s7DGb4Da015311 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: ports@freebsd.org, Kurt Jaeger X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 16:37:21 -0000 On Tue, 2014-08-12 at 23:42 -0500, Matthew D. Fuller wrote: > On Tue, Aug 12, 2014 at 09:31:08PM -0700 I heard the voice of > Dennis Glatting, and lo! it spake thus: > > > > do_install in the Makefile does the chown. > > Generally you'd want to do something more like using @owner/@group in > plist, rather than chown'ing in the stage. Doing that would break > building as non-root, too. What's the order? plist cannot change owner/group unless it is defined. Or, does plist execution happen /after/ the make process creates the owner/group entries?