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
A commit references this bug: Author: marino Date: Fri Nov 14 12:04:56 UTC 2014 New revision: 372559 URL: https://svnweb.freebsd.org/changeset/ports/372559 Log: x11-wm/Makefile: Fix sorting Apparently ports-mgmt/mkreadmes is delicate and can't handle mis-sorted category makefiles. PR: 194773 Submitted by: Craig Wiesen Changes: head/x11-wm/Makefile
Thanks!