From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 16:20:09 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A15616A418 for ; Sun, 2 Sep 2007 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 11DAB13C45B for ; Sun, 2 Sep 2007 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l82GK8L9005387 for ; Sun, 2 Sep 2007 16:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l82GK8gn005386; Sun, 2 Sep 2007 16:20:08 GMT (envelope-from gnats) Date: Sun, 2 Sep 2007 16:20:08 GMT Message-Id: <200709021620.l82GK8gn005386@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ryan Rempel Cc: Subject: Re: ports/112887: net/nxserver 1.4.0_1 fails to compile after upgrading to xorg-7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ryan Rempel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 16:20:09 -0000 The following reply was made to PR ports/112887; it has been noted by GNATS. From: Ryan Rempel To: bug-followup@FreeBSD.org, nliviu@gmail.com, freenx@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