Bug 30767

Summary: silly links break XFree-4 port if /usr/X11R6 is a link
Product: Ports & Packages Reporter: Bernd Walter <ticso>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bernd Walter 2001-09-23 22:00:01 UTC
 Submitter-Id:	current-users
 Originator:	Bernd Walter
 Confidential:	no
 Synopsis:	silly links break XFree-4 port if /usr/X11R6 is a link
 Category:	ports
 Severity:	non-critical
 Priority:	medium
 Class:		sw-bug
 Release:	FreeBSD 5.0-CURRENT alpha
 System: FreeBSD cicely9.cicely.de 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Sep 11 11:27:34 CEST 2001 ticso@cicely9.cicely.de:/var/d8/FreeBSD-2001-09-03-ev56/src/sys/alpha/compile/CICELY9 alpha
 
 
 Description:
 	ports/x11/XFree86-4 installs the follwowing links in
 	/usr/X11R6/lib/X11:
 	XftConfig -> ../../../../etc/X11/XftConfig
 	app-defaults -> ../../../.././etc/X11/app-defaults
 	lbxproxy -> ../../../.././etc/X11/lbxproxy
 	proxymngr -> ../../../.././etc/X11/proxymngr
 	rstart -> ../../../.././etc/X11/rstart
 	twm -> ../../../.././etc/X11/twm
 	xdm -> ../../../.././etc/X11/xdm
 	xinit -> ../../../.././etc/X11/xinit
 	xkb -> ../../../.././etc/X11/xkb
 	xserver -> ../../../.././etc/X11/xserver
 	xsm -> ../../../.././etc/X11/xsm
 
 	In reality these are pointing to /etc/X11/*
 	And they break if /usr/X11R6 is a link in a different depth.
 	IMO they shouldn't be relative links.
 
 How-To-Repeat:
 	mkdir /usr/test/X11R6 && ln -s /usr/test/X11R6 /usr && \
 	cd /usr/ports/X11/XFree86-4 && make install
Comment 1 greid freebsd_committer freebsd_triage 2001-09-24 01:02:28 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Misfiled
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-11-03 11:12:54 UTC
Responsible Changed
From-To: freebsd-ports->jmz

Over to maintainer
Comment 3 jmz freebsd_committer freebsd_triage 2002-07-14 23:27:47 UTC
Responsible Changed
From-To: jmz->anholt

Switch maintainer.
Comment 4 Eric Anholt freebsd_committer freebsd_triage 2003-01-11 22:51:02 UTC
State Changed
From-To: open->closed

In the 4.2.0 ports these files are not links.