Date: Fri, 2 Feb 2001 13:18:47 -0800 From: Kris Kennaway <kris@obsecurity.org> To: ports@FreeBSD.org Subject: Old port layout error Message-ID: <20010202131847.C85476@xor.obsecurity.org>
next in thread | raw e-mail | index | archive | help
--GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Well, I'm getting sick of answering support questions from people who have cvsupped their ports collection and found that it didn't delete some of the files removed from the CVS repo. I believe the following patch gives the correct advice: Kris Index: bsd.port.mk =================================================================== RCS file: /usr2/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.361 diff -u -r1.361 bsd.port.mk --- bsd.port.mk 2001/01/16 09:25:16 1.361 +++ bsd.port.mk 2001/02/02 21:17:15 @@ -624,7 +624,7 @@ (!defined(PKGDIR) && exists(${MASTERDIR}/pkg)) || \ (!defined(MD5_FILE) && exists(${MASTERDIR}/files/md5)) pre-everything:: - @${ECHO} "Error: your port uses an old layout. Please update it to match this bsd.port.mk." + @${ECHO} "Error: your port uses an old layout. Please update it to match this bsd.port.mk. If you have updated your ports collection via cvsup and are still getting this error, see Q12 and Q13 in the cvsup FAQ on http://www.polstra.com for further information." @${FALSE} .endif PATCHDIR?= ${MASTERDIR}/files --GZVR6ND4mMseVXL/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6eyQ1Wry0BWjoQKURAhiNAJ4v9CiBkAD3tzd3C2NzxSmJ7B5iawCgvGbR 5M1DGa0Hq+yIknW7haV04FI= =p4pp -----END PGP SIGNATURE----- --GZVR6ND4mMseVXL/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010202131847.C85476>