On Sat, Nov 10, 2012 at 03:43:49PM +0100, rustyBSD wrote:
> In my opinion, the most of the work should be done in the current SVN
> revision, and we should wait for the beta or the release before
> committing any change (which will break the already-working-but-old
> port we have). A beta is planned for ~1st december, and the release
> for the 21 december 2012 muhaha.

Sorry, I already went ahead after nods from landry and armani.

In the grand scheme of things it doesn't really matter. We might as
well pluck fixes from upstream SVN and throw them into the ports for
the time being.

> If someone has patches to provide, feel free to send them to the
> e-devel mailing-list, or to me.

Great! Thank you.

I'll test the fix below and commit it if it works.

> --- src/modules/wizard/page_011.c     2012-11-09 19:51:38.398460638 +0100
> +++ src/modules/wizard/page_011.c     2012-11-09 19:51:07.555974522 +0100
> @@ -19,6 +19,11 @@
>  {
>     int i = 0;
>     const char *lstfiles[] = {
> +#if defined __NetBSD__
> +      "/usr/X11R7/lib/X11/xkb/rules/xorg.lst",
> +#elif defined __OpenBSD__
> +      "/usr/X11R6/share/X11/xkb/rules/base.lst",
> +#endif
>        "/usr/share/X11/xkb/rules/xorg.lst",
>        "/usr/share/X11/xkb/rules/xfree86.lst",
>        "/usr/local/share/X11/xkb/rules/xorg.lst",

Reply via email to