On Thu, Oct 08, 2015 at 09:02:40PM +0200, Joerg Jung wrote:
> On Thu, Oct 08, 2015 at 07:05:34PM +0200, Matthieu Herrb wrote:
> > On Thu, Oct 08, 2015 at 12:58:42PM -0300, Gleydson Soares wrote:
> > > On Thu, Oct 08, 2015 at 08:39:13AM -0400, Ted Unangst wrote:
> > > > We have a local patch to dwm so that it runs xterm instead of uxterm. 
> > > > That's
> > > > fine, but the man page isn't patched, which is confusing.
> > >
> > > yes,
> > > here is a diff to fix that.
> >
> > Given that we want to support more of UTF-8, this patch seems
> > conterproductive to me.  uxterm is in /usr/X11R6/bin for quite a long
> > time now.
>
> Sure, let's drop the patch, diff below.

So anyone, willing to OK the diff below?

Or should we go the initially suggested route and add a patch to fix the
man page instead?

Regards,
Joerg


> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/dwm/Makefile,v
> retrieving revision 1.25
> diff -u -p -r1.25 Makefile
> --- Makefile  28 Oct 2014 08:23:06 -0000      1.25
> +++ Makefile  8 Oct 2015 19:05:37 -0000
> @@ -3,7 +3,7 @@
>  COMMENT=             dynamic window manager
>
>  DISTNAME=            dwm-6.0
> -REVISION=            0
> +REVISION=            1
>
>  CATEGORIES=          x11
>
> Index: patches/patch-config_def_h
> ===================================================================
> RCS file: /cvs/ports/x11/dwm/patches/patch-config_def_h,v
> retrieving revision 1.9
> diff -u -p -r1.9 patch-config_def_h
> --- patches/patch-config_def_h        9 Jul 2012 16:33:40 -0000       1.9
> +++ patches/patch-config_def_h        8 Oct 2015 19:05:37 -0000
> @@ -1,6 +1,6 @@
>  $OpenBSD: patch-config_def_h,v 1.9 2012/07/09 16:33:40 zinke Exp $
>  --- config.def.h.orig        Mon Dec 19 16:02:46 2011
> -+++ config.def.h     Sat Jul  7 22:28:18 2012
> ++++ config.def.h     Thu Oct  8 20:58:14 2015
>  @@ -1,13 +1,13 @@
>   /* See LICENSE file for copyright and license details. */
>
> @@ -31,12 +31,3 @@ $OpenBSD: patch-config_def_h,v 1.9 2012/
>   };
>
>   /* layout(s) */
> -@@ -47,7 +49,7 @@ static const Layout layouts[] = {
> -
> - /* commands */
> - static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", 
> normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
> --static const char *termcmd[]  = { "uxterm", NULL };
> -+static const char *termcmd[]  = { "xterm", NULL };
> -
> - static Key keys[] = {
> -     /* modifier                     key        function        argument */
>

Reply via email to