[Bug 194773] New: x11-wm/Makefile has missorted SUBDIR - crashes ports-mgt/mkreadmes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 3 04:27:13 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194773

            Bug ID: 194773
           Summary: x11-wm/Makefile has missorted SUBDIR - crashes
                    ports-mgt/mkreadmes
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: ctyz1999+bugzilla at gmail.com

x11-wm/Makefile has missorted SUBDIR.
This crashes ports-mgt/mkreadmes.

Patching it as below will fix the sorting error and let mkreadmes finish
running.

pwd
/usr/ports/x11-wm


# diff -u Makefile Makefile.new
--- Makefile    2014-11-02 22:10:43.408225900 -0600
+++ Makefile.new    2014-11-02 22:10:34.669795963 -0600
@@ -107,8 +107,8 @@
     SUBDIR += lwm
     SUBDIR += lxmed
     SUBDIR += lxsession
-    SUBDIR += matwm2
     SUBDIR += marco
+    SUBDIR += matwm2
     SUBDIR += mcwm
     SUBDIR += metacity
     SUBDIR += musca

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


More information about the freebsd-ports-bugs mailing list