cvs commit: ports/x11/gdm Makefile

Norikatsu Shigemura nork at FreeBSD.org
Sat Jun 16 09:52:36 UTC 2007


On Thu, 14 Jun 2007 14:10:17 -0400
Kris Kennaway <kris at 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.


More information about the cvs-all mailing list