Bug 114374 - [x11/wrapper] XSERVER_PATH needs updating for Xorg 7.2
Summary: [x11/wrapper] XSERVER_PATH needs updating for Xorg 7.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 07:40 UTC by Craig Leres
Modified: 2007-07-09 13:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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