From owner-freebsd-ports Wed Dec 8 5:44:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 4611C14EF5 for ; Wed, 8 Dec 1999 05:44:23 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999120820000035) with ESMTP id WAA21660 for ; Wed, 8 Dec 1999 22:44:22 +0900 Received: from acidrain (ppp44-Mobara1.mtci.ne.jp [210.172.1.246]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id WAA04169 for ; Wed, 8 Dec 1999 22:44:20 +0900 Received: (qmail 1627 invoked from network); 8 Dec 1999 13:42:05 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 8 Dec 1999 13:42:05 -0000 Date: Wed, 08 Dec 1999 22:42:03 +0900 Message-ID: <86ln75pn10.wl@dolphin.be.to> From: OKAZAKI Tetsurou 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 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> User-Agent: Wanderlust/2.2.12 (Joyride) SEMI/1.13.7 (Awazu) CLIME/1.13.5 (=?ISO-2022-JP?B?GyRCMkMybEohMiwbKEI=?=) Emacs/20.4 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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