Date: 09 Mar 2003 18:24:09 -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: <1047252249.20104.18.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
--=-PPRilCOBYWRRqGlBf/5V Content-Type: multipart/mixed; boundary="=-bZk/DAFGHq+G5DQRIfDI" --=-bZk/DAFGHq+G5DQRIfDI 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? Okay, if you're not tired of this (and even if you are), here is patch number three. This patch relies on /bin/realpath (which didn't come about until 4.3) to fix the problem. Hopefully one of the proposed patches will work for you. Joe >=20 > Thanks for the workaround! >=20 > kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-bZk/DAFGHq+G5DQRIfDI Content-Disposition: attachment; filename=bsd.port.mk.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=bsd.port.mk.diff; charset=ISO-8859-1 ? bsd.port.mk.diff ? bsd.port.mk.new 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 23:21:18 -0000 @@ -745,6 +745,7 @@ LS?=3D /bin/ls MKDIR?=3D /bin/mkdir -p MV?=3D /bin/mv +REALPATH?=3D /bin/realpath RM?=3D /bin/rm RMDIR?=3D /bin/rmdir SED?=3D /usr/bin/sed @@ -3715,6 +3716,7 @@ fi; \ checked=3D"${PARENT_CHECKED}"; \ for dir in $$(${ECHO_CMD} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${TR} '\040' = '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//') $$(${ECHO_CMD} ${DEPENDS} | = ${TR} '\040' '\012' | ${SED} -e 's/:.*//'); do \ + dir=3D$$(${REALPATH} $$dir); \ if [ -d $$dir ]; then \ if (${ECHO_CMD} $$checked | ${GREP} -qwv "$$dir"); then \ childout=3D$$(cd $$dir; ${MAKE} CHILD_DEPENDS=3Dyes PARENT_CHECKED=3D"= $$checked" package-depends-list); \ --=-bZk/DAFGHq+G5DQRIfDI-- --=-PPRilCOBYWRRqGlBf/5V 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+a80Zb2iPiv4Uz4cRAs6rAJwN/cGY6rxYRVzQslf3UtLWP3zXWACeKQ5E 8KXTwtno0MluJKuif+GeO0M= =2I3e -----END PGP SIGNATURE----- --=-PPRilCOBYWRRqGlBf/5V-- 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?1047252249.20104.18.camel>