Date: 08 Mar 2003 22:58:12 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Kris Kennaway <kris@obsecurity.org> Cc: Murray Stokely <murray@FreeBSD.ORG>, portmgr@FreeBSD.ORG, FreeBSD GNOME Users <gnome@FreeBSD.ORG>, re@FreeBSD.ORG Subject: Re: GNOME 2.2 or GNOME 1.4 on 4.8 CDs? Message-ID: <1047182292.328.92.camel@shumai.marcuscom.com> In-Reply-To: <20030309002936.GA63061@rot13.obsecurity.org> References: <20030302190211.Z57064@freebsdmall.com> <1047146177.96334.4.camel@shumai.marcuscom.com> <20030308212650.GD56020@rot13.obsecurity.org> <1047165939.328.58.camel@shumai.marcuscom.com> <20030309002936.GA63061@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-8nw+m/FnTl4oLNDXm/3V Content-Type: multipart/mixed; boundary="=-cxbb51lUFn7GyqDyQfpp" --=-cxbb51lUFn7GyqDyQfpp Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-03-08 at 19:29, Kris Kennaway wrote: > On Sat, Mar 08, 2003 at 06:25:39PM -0500, Joe Marcus Clarke wrote: >=20 > > Okay, I played at this, and found that it will only happen when symlink= s > > are involved. >=20 > Hmm. That's very strange. Do you have any insight into why this is > happening? Here's a simpler patch, but I'm not sure it's the best idea. It replaces .CURDIR with PWD since .CURDIR will always resolve symlinks. Joe >=20 > Thanks for the workaround! >=20 > kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-cxbb51lUFn7GyqDyQfpp Content-Disposition: attachment; filename=bsd.port.mk.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=bsd.port.mk.diff; charset=ISO-8859-1 Index: bsd.port.mk =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: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.441 diff -u -r1.441 bsd.port.mk --- bsd.port.mk 2 Mar 2003 02:06:56 -0000 1.441 +++ bsd.port.mk 9 Mar 2003 03:56:52 -0000 @@ -3710,7 +3710,7 @@ installed=3D"${PKGNAME}"; \ fi; \ for pkgname in $$installed; do \ - ${ECHO_CMD} "$$pkgname ${.CURDIR} ${PKGORIGIN}"; \ + ${ECHO_CMD} "$$pkgname ${PWD} ${PKGORIGIN}"; \ done; \ fi; \ checked=3D"${PARENT_CHECKED}"; \ --=-cxbb51lUFn7GyqDyQfpp-- --=-8nw+m/FnTl4oLNDXm/3V Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+arvUb2iPiv4Uz4cRAsItAKCBmU6leDgpUOoTJ96ICStgLWs9XgCgou6x OGNCWbLCvNo2rwxZPzQOKug= =6PnG -----END PGP SIGNATURE----- --=-8nw+m/FnTl4oLNDXm/3V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1047182292.328.92.camel>