From owner-cvs-all@FreeBSD.ORG Wed May 28 12:25:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C370106566C; Wed, 28 May 2008 12:25:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D307B8FC1B; Wed, 28 May 2008 12:25:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCPFqG026780; Wed, 28 May 2008 12:25:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCPFvg026779; Wed, 28 May 2008 12:25:15 GMT (envelope-from edwin) Message-Id: <200805281225.m4SCPFvg026779@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 12:25:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/compat5x Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:25:16 -0000 edwin 2008-05-28 12:25:15 UTC FreeBSD ports repository Modified files: misc/compat5x Makefile Log: compat5x port can fail to extract if you're root. If you are building the misc/compat5x port as root, it can fail to extract properly, if your ports dir is not owned by root:wheel, but for example by root:src. This is because the files in the distfile archive have the schg flag set. That flag is killed btw in the post-extract phase. PR: ports/122306 Submitted by: Dimitry Andric Revision Changes Path 1.18 +2 -0 ports/misc/compat5x/Makefile