From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 08:34:53 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 5204527B; Thu, 24 Oct 2013 08:34:53 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A53125EC; Thu, 24 Oct 2013 08:34:52 +0000 (UTC) Received: from [10.31.9.163] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 1CD6443600; Thu, 24 Oct 2013 03:34:40 -0500 (CDT) Message-ID: <5268DB94.4020002@marino.st> Date: Thu, 24 Oct 2013 10:34:28 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Pietro Cerutti Subject: Re: svn commit: r331379 - in head/devel: cmake cmake-modules References: <201310231217.r9NCHoRI060666@svn.freebsd.org> In-Reply-To: <201310231217.r9NCHoRI060666@svn.freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 08:34:53 -0000 On 10/23/2013 14:17, Pietro Cerutti wrote: > Author: gahr > Date: Wed Oct 23 12:17:50 2013 > New Revision: 331379 > URL: http://svnweb.freebsd.org/changeset/ports/331379 > > Log: > - STAGE-clean > > Modified: > head/devel/cmake-modules/Makefile > head/devel/cmake/Makefile > head/devel/cmake/pkg-plist (contents, props changed) > I'm getting the follow errors now, although I don't see how your changes directly caused them. It causes 6419 skipped packages, so major breakage. Are FreeBSD people seeing these too? > =================================================== > ===> Building package for cmake-2.8.11.2 > pkg-static: lstat(/wrkdirs/devel/cmake/work/stage/usr/local/share/doc/cmake/cmlibarchive/COPYING): No such file or directory > pkg-static: lstat(/wrkdirs/devel/cmake/work/stage/usr/local/share/doc/cmake/cmzlib/Copyright.txt): No such file or directory > pkg-static: lstat(/wrkdirs/devel/cmake/work/stage/usr/local/share/doc/cmake/cmzlib/): No such file or directory > pkg-static: lstat(/wrkdirs/devel/cmake/work/stage/usr/local/share/doc/cmake/cmlibarchive/): No such file or directory > *** Error code 1 John