Date: Tue, 16 May 95 23:17:28 +0100 From: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) To: mark@grondar.za Cc: ports@FreeBSD.org, bugs@FreeBSD.org Subject: Re: Late fix for XFree86 port Message-ID: <9505162217.AA27553@cabri.obs-besancon.fr> In-Reply-To: <199505162047.WAA17633@grumble.grondar.za> (message from Mark Murray on Tue, 16 May 1995 22:47:19 %2B0200)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Mark" == Mark Murray <mark@grondar.za> writes: > Hi > I did not want to abuse my recently acquired commit powers, so here is > a fix for XFree86 as set in ports/x11/XFree86. The problem was that > if Xfree86 is not installed on your system, a bit of source code > that is compiled and linked off your O'Reilly and Associates CDROM > will not compile because of a lack of some X Header files. This patch > points gcc in the right direction (on the CDROM) for long enough to > make it work. The code concerned generates the link farm that > is eventually patched and compiled to make Xfree. There is no need to compile lndir in this case - look 3 lines below your long line how I did it!!! You should have used my script from the begining... > ----------------------8<-----------Patch relative to ports/x11------- > diff -cdPr XFree86/scripts/configure XFree86.MM/scripts/configure > *** XFree86.MM/scripts/configure Tue May 16 20:53:20 1995 > --- XFree86/scripts/configure Tue May 16 22:35:56 1995 > *************** > *** 36,42 **** > fi > echo "==> building the tree (please wait)" > if [ -f ${WRKDIR}/.cd_OR ] ; then > ! (cd $WRKDIR; cp $X11R6/xc/config/util/lndir.c .; cc -o lndir lndir.c; mkdir ./xc; ./lndir $X11R6/xc ./xc) > fi > if [ -f ${WRKDIR}/.cd_X ] ; then > (cd $WRKDIR; sh $FILESDIR/maketree $X11R6) Jean-Marc. _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr =============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9505162217.AA27553>