From owner-cvs-all@FreeBSD.ORG Wed Oct 20 02:13:18 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9FBA9106566B; Wed, 20 Oct 2010 02:13:18 +0000 (UTC) Date: Wed, 20 Oct 2010 02:13:18 +0000 From: Alexey Dokuchaev To: Renato Botelho Message-ID: <20101020021318.GB2818@FreeBSD.org> References: <201010191749.o9JHnY0v009119@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201010191749.o9JHnY0v009119@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/compat7x Makefile ports/misc/compat5x Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 02:13:18 -0000 On Tue, Oct 19, 2010 at 05:49:34PM +0000, Renato Botelho wrote: > garga 2010-10-19 17:49:34 UTC > > FreeBSD ports repository > > Modified files: > misc/compat7x Makefile > misc/compat5x Makefile > Log: > Set mode 0755 on MKDIR to create ${PREFIX}/lib/compat. Some users > experienced problems when umask was 002 and this dir was created with > group write perm. Two questions: - isn't misc/compat6x also affected? - many ports invoke MKDIR and probably expect it to create directories with correct permissions. If we really support users with non-default umasks during "make install", it should be fixed in bpm, not in the individual ports. ./danfe