Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 12:13:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204658] x11-wm/dwm: update to 6.1
Message-ID:  <bug-204658-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204658

            Bug ID: 204658
           Summary: x11-wm/dwm: update to 6.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: schot@a-eskwadraat.nl
                CC: schot@a-eskwadraat.nl
             Flags: maintainer-feedback?(schot@a-eskwadraat.nl)

Tested on 9.3R i386, 9.3R amd64, 10.1R i386, 10.2R amd64, 11.0C amd64 (local)
and a custom config.h with

  static void restart(const Arg *arg) {
      char *argv[] = { (char *)getprogname(), NULL };
      cleanup();
      XCloseDisplay(dpy);
      execvp(argv[0], argv);
  }

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204658-13>