From owner-cvs-all@FreeBSD.ORG Fri Jun 22 18:14:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 415B916A46C; Fri, 22 Jun 2007 18:14:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3303D13C44B; Fri, 22 Jun 2007 18:14:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 17BD71A4D86; Fri, 22 Jun 2007 11:13:00 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 91512C3C0; Fri, 22 Jun 2007 14:14:02 -0400 (EDT) Date: Fri, 22 Jun 2007 14:14:02 -0400 From: Kris Kennaway To: Juergen Lock Message-ID: <20070622181402.GA11962@rot26.obsecurity.org> References: <200706221810.l5MIAbBO063486@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706221810.l5MIAbBO063486@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/kqemu-kmod 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: Fri, 22 Jun 2007 18:14:03 -0000 On Fri, Jun 22, 2007 at 06:10:37PM +0000, Juergen Lock wrote: > nox 2007-06-22 18:10:37 UTC > > FreeBSD ports repository > > Modified files: > emulators/kqemu-kmod Makefile > Log: > - Remove unneeded USE_GCC, turns out the build didnt respect it anyway. > > Noticed by: yar I think I found out why this was happening sporadically, somehow the src/ tree on one build machine had changed ownership and was not being updated by rsync, so the OSVERSION was stuck before the 4.2 import. Kris