Date: Fri, 6 Jun 2003 18:09:07 +0200 From: "Simon L. Nielsen" <simon@nitro.dk> To: Derek Young <bleach@orcacom.net> Cc: ports@freebsd.org Subject: Re: make clean break Message-ID: <20030606160906.GB963@nitro.dk> In-Reply-To: <200306061049.41832.bleach@orcacom.net> References: <200306061049.41832.bleach@orcacom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030606160906.GB963>