Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2014 04:27:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194773] New: x11-wm/Makefile has missorted SUBDIR - crashes ports-mgt/mkreadmes
Message-ID:  <bug-194773-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: ctyz1999+bugzilla@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.



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