Bug 114374

Summary: [x11/wrapper] XSERVER_PATH needs updating for Xorg 7.2
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Craig Leres freebsd_committer freebsd_triage 2007-07-07 07:40:04 UTC
	XSERVER_PATH is defined as /usr/X11R6/bin/Xorg but when the
	ports tree was updated from 6.9 to 7.2, the server moved
	to /usr/local/bin

Fix: 

Change the Makefile to use /usr/local/bin/Xorg
How-To-Repeat: 
	    % strings -a /usr/local/bin/Xwrapper | grep bin/Xorg
	    /usr/X11R6/bin/Xorg
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-07-09 13:15:27 UTC
arved       2007-07-09 12:15:21 UTC

  FreeBSD ports repository

  Modified files:
    x11/wrapper          Makefile 
  Log:
  Fix path to Xserver after move of X11BASE to /usr/local
  
  PR:             114374
  Reported by:    leres@ee.lbl.gov (Craig Leres)
  
  Revision  Changes    Path
  1.27      +2 -2      ports/x11/wrapper/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2007-07-09 13:15:33 UTC
State Changed
From-To: open->closed

Committed, thanks