From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 09:09:10 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F4437B401 for ; Fri, 6 Jun 2003 09:09:10 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B4CE43F93 for ; Fri, 6 Jun 2003 09:09:09 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id F138510BF8C; Fri, 6 Jun 2003 18:09:07 +0200 (CEST) Date: Fri, 6 Jun 2003 18:09:07 +0200 From: "Simon L. Nielsen" To: Derek Young Message-ID: <20030606160906.GB963@nitro.dk> References: <200306061049.41832.bleach@orcacom.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GpGaEY17fSl8rd50" Content-Disposition: inline In-Reply-To: <200306061049.41832.bleach@orcacom.net> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: make clean break X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 16:09:10 -0000 --GpGaEY17fSl8rd50 Content-Type: multipart/mixed; boundary="HG+GLK89HZ1zG0kk" Content-Disposition: inline --HG+GLK89HZ1zG0kk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.06.06 10:49:41 -0500, Derek Young wrote: > I did a cvsup this morning, and tried to dod a make clean on the whole de= al=20 > cause it has been awhile since I done it and all. >=20 > =3D=3D=3D> Cleaning for tclX-8.0.4 > =3D=3D=3D> lang/tclX82 > make: don't know how to make clean. Stop > *** Error code 2 It seems that tclX82 was not removed from lang/Makefile when tclX82 was removed. Attached patch should fix that. > This is horrible, do you understand the repercussions of this? Some girl = may=20 > come over to my house, and see my cluttered ports directory. She may base= off=20 > that that I am irresponsible and not fit for marriage, which means I will= =20 > never get laid or have any children! Please help! :) Hehe :-) --=20 Simon L. Nielsen --HG+GLK89HZ1zG0kk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ports-tclX82.patch" Index: lang/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/Makefile,v retrieving revision 1.345 diff -u -d -r1.345 Makefile --- lang/Makefile 22 May 2003 18:30:36 -0000 1.345 +++ lang/Makefile 6 Jun 2003 16:05:28 -0000 @@ -230,7 +230,6 @@ SUBDIR += tcl84 SUBDIR += tclX SUBDIR += tclX80 - SUBDIR += tclX82 SUBDIR += tcltutor SUBDIR += tensile SUBDIR += tinycobol --HG+GLK89HZ1zG0kk-- --GpGaEY17fSl8rd50 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+4Lyi8kocFXgPTRwRAhsgAJ92yLw5/QYrdbappk3xibTsg+JQfwCgwMyF zAB6lAbHH3vEbPSxeMfBdYM= =A5EH -----END PGP SIGNATURE----- --GpGaEY17fSl8rd50--