From owner-cvs-all@FreeBSD.ORG Sat Jun 16 09:52:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BC3C16A468; Sat, 16 Jun 2007 09:52:36 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.freebsd.org (Postfix) with ESMTP id 33EAA13C448; Sat, 16 Jun 2007 09:52:36 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id l5G9qTot094451; Sat, 16 Jun 2007 18:52:29 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 16 Jun 2007 18:52:28 +0900 From: Norikatsu Shigemura To: Kris Kennaway 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> <20070613192541.GA55166@rot13.obsecurity.org> <20070614223309.c06691be.nork@FreeBSD.org> <20070614181017.GB88451@rot13.obsecurity.org> X-Mailer: Sylpheed 2.4.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sat, 16 Jun 2007 18:52:30 +0900 (JST) Cc: Jeremy Messenger , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/gdm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2007 09:52:36 -0000 On Thu, 14 Jun 2007 14:10:17 -0400 Kris Kennaway 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.