From owner-freebsd-ports Wed Dec 8 10:16:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id E02821570A for ; Wed, 8 Dec 1999 10:16:19 -0800 (PST) (envelope-from dkwiebe@heartland.ab.ca) Received: from heartland.ab.ca (dyn109.heartland.ab.ca [207.107.228.109]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id LAA07464; Wed, 8 Dec 1999 11:04:01 -0700 (MST) Message-ID: <384E9476.F3403E06@heartland.ab.ca> Date: Wed, 08 Dec 1999 10:25:10 -0700 From: Darren Wiebe Reply-To: dkwiebe@hagenhomes.com Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: OKAZAKI Tetsurou Cc: billf@chc-chimes.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15341: XF86Setup in CURRENT is broken on possibly somemachines References: <199912072240.OAA00528@freefall.freebsd.org> <384D8792.96CE0C2E@heartland.ab.ca> <86ln75pn10.wl@dolphin.be.to> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tested the patch. It does not work for me. I will gladly test another one if you want. I do not need XF86Setup, but I would be glad to be able to assist with getting it working. Darren Wiebe dkwiebe@hagenhomes.com OKAZAKI Tetsurou wrote: > > In the message <384D8792.96CE0C2E@heartland.ab.ca> > Darren Wiebe 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