From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 23:41:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB7F537B401 for ; Mon, 28 Apr 2003 23:41:02 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E85843FBD for ; Mon, 28 Apr 2003 23:41:01 -0700 (PDT) (envelope-from andy@evo6.org) Received: from vx (vx.noc.evo6.net [10.0.0.10]) by mx1.evo6.net (8.12.9/8.12.9) with SMTP id h3T6exaW095062; Tue, 29 Apr 2003 07:40:59 +0100 (BST) (envelope-from andy@evo6.org) Message-ID: <000701c30e1a$44f3c1f0$0a00000a@vx> From: "Andy Gilligan" To: "darren" , References: <20030429003437.S68849-100000@quantumtheorem.com> Date: Tue, 29 Apr 2003 07:40:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-9.8 required=5.0 tests=QUOTED_EMAIL_TEXT,REFERENCES version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: Re: make -DNOCLEANDEPENDS distclean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 06:41:03 -0000 I take it you're running this from the top level of /usr/ports ? A better way to clean out /usr/ports is to install sysutils/portupgrade which includes 'portsclean'. Then run: # portsclean -CDD This cleans out all 'work' directories, removes any distfiles not mentioned in the INDEX, and also any distfiles that don't relate to any installed program. It's much quicker too :) -Andy ----- Original Message ----- From: "darren" To: Sent: Tuesday, April 29, 2003 7:36 AM Subject: make -DNOCLEANDEPENDS distclean > every time I execute make -DNOCLEANDEPENDS distclean I get this error... > is it a freebsd bug, or is it something that just happened on my system? > I've tried deleting parts of ports and updating the structure with cvs but > the error always happens. > > > > ===> audio/zinf > "Makefile", line 72: UPGRADE print/freetype TO CURRENT VERSION! > *** Error code 1 > Stop in /usr/ports/audio. > *** Error code 1 > Stop in /usr/ports. > quantumtheorem# make -DNOCLEANDEPENDS distclean > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >