Date: Wed, 1 Feb 2006 21:12:45 +1100 From: Peter Jeremy <peterjeremy@optushome.com.au> To: Kris Kennaway <kris@obsecurity.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Mark Linimon <linimon@freebsd.org>, ports-committers@freebsd.org Subject: Re: cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/converters/mule-ucs Makefile ports/converters/mule-ucs-emacs20 Makefile ports/databases/bbdb Makefile ports/databases/bbdb-emacs20 Makefile ports/databases/gnats4 ... Message-ID: <20060201101245.GE824@turion.vk2pj.dyndns.org> In-Reply-To: <20060201064836.GA94878@xor.obsecurity.org> References: <200601280211.k0S2Ba7S086226@repoman.freebsd.org> <20060131182842.GA73126@turion.vk2pj.dyndns.org> <20060131192033.GA11720@xor.obsecurity.org> <20060201061551.GB678@turion.vk2pj.dyndns.org> <20060201064836.GA94878@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 2006-Feb-01 01:48:36 -0500, Kris Kennaway wrote: >On Wed, Feb 01, 2006 at 05:15:51PM +1100, Peter Jeremy wrote: >> I've done some checking and if I change PORTSDIR to /home/ports then >> the messages disappear. This implies that PORTSDIR must be the >> absolute pathname - which isn't mentioned in the documentation. > >There's an old PR about it: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/35767 > >I'm actually surprised to hear that it started working at some point. I did some more digging and it seems that I had a work-around for this bug but accidently deleted it when I upgraded my ports/Makefile I've checked and the following fix works for me: Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/ncvs/ports/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- Makefile 28 Jan 2006 02:11:04 -0000 1.95 +++ Makefile 1 Feb 2006 08:37:29 -0000 @@ -122,7 +122,7 @@ echo; \ fi; \ exit 1); \ - cat $${tmpdir}/${INDEXFILE}.desc.* | perl ${.CURDIR}/Tools/make_index | \ + cat $${tmpdir}/${INDEXFILE}.desc.* | (cd ${.CURDIR} ; perl ${.CURDIR}/Too= ls/make_index) | \ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e 's./.=01.g' | \ sort -t '|' +1 -2 | \ sed -e 's.=01./.g' > ${INDEXDIR}/${INDEXFILE}.tmp; \ Sorry for the false alarm. I'll attach the above to ports/35767 --=20 Peter Jeremy --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD4Imc/opHv/APuIcRAmjZAKCSeMmRfXRf1o+NT4JPMA9kiuKoqgCgwJd6 zRo6T2vzqxhbKMKvnR37oAY= =kIgA -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060201101245.GE824>