From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 20:37:59 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D7FB207 for ; Tue, 8 Apr 2014 20:37:59 +0000 (UTC) Received: from fire.magemana.nl (magemana.nl [77.72.149.204]) by mx1.freebsd.org (Postfix) with ESMTP id C92121150 for ; Tue, 8 Apr 2014 20:37:58 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id 08C324AC19A; Tue, 8 Apr 2014 22:37:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by fire.magemana.nl (Postfix) with ESMTP id 047874AC199 for ; Tue, 8 Apr 2014 22:37:58 +0200 (CEST) Date: Tue, 8 Apr 2014 22:37:57 +0200 (CEST) From: Melvyn Sopacua To: ports@freebsd.org Subject: Owner/group or permissions for directories Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 20:37:59 -0000 Hello, is there a way to have parent directories of files be created with same owner or permissions as the files? In addition: @mode a+w ... @mode behaves unexpected. chmod a+w doesn't clear r and x, yet mode in pkg-plist does so I end up with files that have -w--w--w-. And of course their parents still have 755 with root/wheel. I prefer not to resort to @exec or post install scripts but I don't see I have a choice here. -- Melvyn