From owner-freebsd-questions@FreeBSD.ORG Sat Mar 30 08:13:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 652ACEEA for ; Sat, 30 Mar 2013 08:13:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2664B6FA for ; Sat, 30 Mar 2013 08:13:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ULqv9-0003Eh-0Y for freebsd-questions@freebsd.org; Sat, 30 Mar 2013 09:13:51 +0100 Received: from pool-173-79-84-117.washdc.fios.verizon.net ([173.79.84.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Mar 2013 09:13:51 +0100 Received: from nightrecon by pool-173-79-84-117.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Mar 2013 09:13:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: Portsnap gets ports that claim to be out of date Date: Sat, 30 Mar 2013 04:13:09 -0400 Lines: 22 Message-ID: References: <20130330055847.26015.qmail@joyce.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-84-117.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 08:13:32 -0000 John Levine wrote: > When I do portsnap update and try building stuff, I get errors like this: ^^^^^^^^^^^^^^ > "Mk/bsd.port.mk", line 5: warning: You are using a ports file that > originated from CVS!! "Mk/bsd.port.mk", line 6: warning: The FreeBSD > project has switched from CVS to SubVersion. > "Mk/bsd.port.mk", line 7: warning: This CVS repository is NO LONGER > UPDATED! If you see this "Mk/bsd.port.mk", line 8: warning: message then > your tree is STALE and you need to follow "Mk/bsd.port.mk", line 9: > warning: the update instructions to receive any more updates. > > I'm not using CVS, I'm using portsnap. Any ideas? It's a 9.1 system, > fully up to date as far as I know. > Have you tried doing: portsnap fetch update instead of portsnap update? -Mike