[Bug 204658] x11-wm/dwm: update to 6.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 18 12:13:20 UTC 2015


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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: schot at a-eskwadraat.nl
                CC: schot at a-eskwadraat.nl
             Flags: maintainer-feedback?(schot at 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.


More information about the freebsd-ports-bugs mailing list