Date: Sat, 16 Jun 2007 18:52:28 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: Jeremy Messenger <mezz7@cox.net>, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/gdm Makefile Message-ID: <20070616185228.0dc50fd0.nork@FreeBSD.org> In-Reply-To: <20070614181017.GB88451@rot13.obsecurity.org> References: <200706131619.l5DGJOtS053441@repoman.freebsd.org> <20070613183745.GB54300@rot13.obsecurity.org> <op.ttvjlqr39aq2h7@mezz.mezzweb.com> <20070613192541.GA55166@rot13.obsecurity.org> <op.ttvmt1il9aq2h7@mezz.mezzweb.com> <20070614223309.c06691be.nork@FreeBSD.org> <20070614181017.GB88451@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Jun 2007 14:10:17 -0400 Kris Kennaway <kris@obsecurity.org> wrote: > > I don't think that this change is NOP. I was embarrassed with > > this problem, too. I did clean-install all ports such as Werner. > > So I'm grad to get fixed binary by mezz's bumping PORTREVISION. > Then the question you should be asking is "why did the symlink > creation by xorg-libraries not happen?". I have no question "why did the symlink ...". Because, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .if !defined(XORG_UPGRADE) && !defined(PACKAGE_BUILDING) && exists(/usr/X11R6) pre-everything:: @test -L /usr/X11R6 || ( echo "Read ${PORTSDIR}/UPDATING for the procedure to upgrade or install xorg 7.2." && /usr/bin/false ) .elif !exists(/usr/X11R6) && !defined(WITHOUT_X11R6_SYMLINK) pre-everything:: ${LN} -s ${X11BASE} /usr/X11R6 || ${TRUE} .endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I did set XORG_UPGRADE=yes and WITHOUT_X11R6_SYMLINK=yes ni /etc/make.conf. And I removed /usr/X11R6.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070616185228.0dc50fd0.nork>