Bug 105844

Summary: net/mpich: don't rely on a X11BASE engraved in marble
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: Thierry Thomas <thierry>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbader
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mpich.diff none

Description Thierry Thomas freebsd_committer freebsd_triage 2006-11-25 13:40:11 UTC
	As reported by Kris Kennaway:

	As you may know, one of the major projects we are working on in the
	ports community is the push to incorporate Xorg 7.x.  As part of this
	change, X is moving from /usr/X11R6 into /usr/local.  This means that
	all ports that use X need to be flexible enough to deal with X being
	in a new location.
	
	Unfortunately, your port is not currently compliant; when your port
	and everything else is compiled with a nonstandard X11BASE (see
	below), your port fails to compile.
	
	This is probably because it "knows" that X11 files live in /usr/X11R6
	and nowhere else.  Can you please investigate this as a matter of
	priority, and submit a PR with the fixes when you are ready?

Fix: Please consider the following patch:
How-To-Repeat: 	See log on pointyhat.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-25 13:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-25 13:40:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-10 11:05:48 UTC
thierry     2006-12-10 11:05:42 UTC

  FreeBSD ports repository

  Modified files:
    net/mpich            Makefile 
  Log:
  Respect $X11BASE.
  
  PR:             105844
  Approved by:    maintainer's time-out
  
  Revision  Changes    Path
  1.46      +5 -0      ports/net/mpich/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 4 Thierry Thomas freebsd_committer freebsd_triage 2006-12-10 11:06:29 UTC
State Changed
From-To: feedback->closed


Committed, after maintainer's time-out.