Date: Fri, 9 Apr 2004 14:41:05 -0600 From: Greg Lewis <glewis@eyesbeyond.com> To: Kirill Ponomarew <krion@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/vnc Makefile ports/net/vnc/files patch-Xvnc::config::cf::FreeBSD.cf patch-Xvnc::config::cf::Imake.cf patch-Xvnc::config::cf::vnc.def patch-Xvnc::programs::Xserver::cfb::stipsparc.s patch-Xvnc::programs::Xserver::cfb::stipsprc32.s Message-ID: <20040409204105.GA44672@misty.eyesbeyond.com> In-Reply-To: <200404091849.i39InlNg009107@repoman.freebsd.org> References: <200404091849.i39InlNg009107@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 09, 2004 at 11:49:47AM -0700, Kirill Ponomarew wrote: > Added files: > net/vnc/files patch-Xvnc::config::cf::FreeBSD.cf > patch-Xvnc::config::cf::Imake.cf > patch-Xvnc::config::cf::vnc.def This patch looks wrong to me. --- Xvnc/config/cf/vnc.def.orig Wed Mar 24 11:45:48 2004 +++ Xvnc/config/cf/vnc.def Wed Mar 24 11:53:03 2004 @@ -122,6 +122,9 @@ #endif #endif +#ifdef FreeBSDArchitecture +#define ProjectRoot /usr/X11R6 +#endif Shouldn't that be set to ${X11BASE} (by e.g. making the text %%X11BASE%% and then using ${REINPLACE_CMD}) instead of hardwiring it to /usr/X11R6? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040409204105.GA44672>