Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 1999 10:25:10 -0700
From:      Darren Wiebe <dkwiebe@heartland.ab.ca>
To:        OKAZAKI Tetsurou <okazaki@be.to>
Cc:        billf@chc-chimes.com, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/15341: XF86Setup in CURRENT is broken on possibly somemachines
Message-ID:  <384E9476.F3403E06@heartland.ab.ca>
References:  <199912072240.OAA00528@freefall.freebsd.org> <384D8792.96CE0C2E@heartland.ab.ca> <86ln75pn10.wl@dolphin.be.to>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <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?384E9476.F3403E06>