ports/112887: net/nxserver 1.4.0_1 fails to compile after upgrading to xorg-7.2

Ryan Rempel ryanrempel at mac.com
Sun Sep 2 16:20:09 UTC 2007


The following reply was made to PR ports/112887; it has been noted by GNATS.

From: Ryan Rempel <ryanrempel at mac.com>
To: bug-followup at FreeBSD.org, nliviu at gmail.com, freenx at deweyonline.com
Cc:  
Subject: Re: ports/112887: net/nxserver 1.4.0_1 fails to compile after
 upgrading to xorg-7.2
Date: Sun, 02 Sep 2007 10:19:13 -0500

 I was able to fix the problem compiling nxserver with xorg 7.2  
 installed by removing the following patch file from the port:
 
 patch-nx-x11-programs-xserver-hw-nxagent-imakefile
 
 What the patch had done was add /usr/local/include to the "includes"  
 search path: -I /usr/local/include
 
 My theory is that the compilation was picking up a header file from / 
 usr/local/include which it would have preferred to get from nxserver  
 distribution itself. (That is, it was picking up the system header  
 file rather than the custom nxserver header).
 
 I haven't tested to see how removing this patch affects pre-7.2  
 compilation.
 
 --
 Ryan Rempel



More information about the freebsd-ports-bugs mailing list