From owner-freebsd-bugs Tue May 16 14:18:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA20978 for bugs-outgoing; Tue, 16 May 1995 14:18:11 -0700 Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA20949 ; Tue, 16 May 1995 14:18:03 -0700 Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA27553; Tue, 16 May 95 23:17:28 +0100 Date: Tue, 16 May 95 23:17:28 +0100 From: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) Message-Id: <9505162217.AA27553@cabri.obs-besancon.fr> To: mark@grondar.za Cc: ports@FreeBSD.org, bugs@FreeBSD.org In-Reply-To: <199505162047.WAA17633@grumble.grondar.za> (message from Mark Murray on Tue, 16 May 1995 22:47:19 +0200) Subject: Re: Late fix for XFree86 port X-Mailer: Emacs Sender: bugs-owner@FreeBSD.org Precedence: bulk >>>>> "Mark" == Mark Murray 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 =============================================================================