Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 1999 22:42:03 +0900
From:      OKAZAKI Tetsurou <okazaki@be.to>
To:        dkwiebe@heartland.ab.ca
Cc:        billf@chc-chimes.com, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/15341: XF86Setup in CURRENT is broken on possibly somemachines
Message-ID:  <86ln75pn10.wl@dolphin.be.to>
In-Reply-To: In your message of "Tue, 07 Dec 1999 15:17:54 -0700" <384D8792.96CE0C2E@heartland.ab.ca>
References:  <199912072240.OAA00528@freefall.freebsd.org> <384D8792.96CE0C2E@heartland.ab.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
In the message <384D8792.96CE0C2E@heartland.ab.ca> 
Darren Wiebe <dkwiebe@heartland.ab.ca> wrote:

> Bill Fumerola wrote:
> > 
> > The following reply was made to PR ports/15341; it has been noted by GNATS.

> >  On Tue, 7 Dec 1999, Jeroen Ruigrok/Asmodai wrote:
> > 
> >  > >How-To-Repeat:
> >  >
> >  >      invalid command name ".xf86setup.mouse.type.sysmouse"
> >  >              while executing
> >  >      "$w.mouse.type.$mtype invoke"
...
> >  >      "Mouse_create_widgets   $w"
> >  >              (file "/usr/X11R6/lib/X11/XF86Setup/phase2.tcl" line 205)
> >  >              invoked from within
> >  >      "source /usr/X11R6/lib/X11/XF86Setup/phase2.tcl"
> > 
> >  "Me too."

> Same with me, xf86config works though...

Try the following patch... (NOTE: I don't test it yet.)

--- config/cf/FreeBSD.cf.~1~	Wed Dec  8 22:20:29 1999
+++ config/cf/FreeBSD.cf	Wed Dec  8 22:17:35 1999
@@ -60,7 +60,8 @@
 #define MkdirHierCmd		mkdir -p
 
 #define CcCmd			cc
-#define CppCmd			/usr/libexec/cpp
+#define CppCmd			CcCmd -E
+#define CppNoLineInfoOption	-
 #define PreProcessCmd		CppCmd
 #define StandardCppDefines	-traditional
 #if defined(UseInstalled) && (!defined(XF86LinkKit) || !XF86LinkKit)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ln75pn10.wl>