From owner-cvs-all@FreeBSD.ORG Fri Sep 11 12:03:26 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4E510656A7; Fri, 11 Sep 2009 12:03:26 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1FD8FC26; Fri, 11 Sep 2009 12:03:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8BC3QM8016348; Fri, 11 Sep 2009 12:03:26 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8BC3QCA016347; Fri, 11 Sep 2009 12:03:26 GMT (envelope-from danfe) Message-Id: <200909111203.n8BC3QCA016347@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 11 Sep 2009 12:03:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/wmii Makefile ports/x11-wm/wmii/files extra-patch-slim-layout-boxes patch-no-utf8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 12:03:26 -0000 danfe 2009-09-11 12:03:26 UTC FreeBSD ports repository Modified files: x11-wm/wmii Makefile Added files: x11-wm/wmii/files extra-patch-slim-layout-boxes patch-no-utf8 Log: Try to further improve user experience with WMII: - Since default layout boxes actually just look ugly, but are still useful, rework previous solution: instead of omitting them completely, draw them in a slim fashion. Also, give option a better name (SLIM_LAYOUT_BOX) - Apparently, Xmb* -> Xutf8* conversion was only safe thing to do with UTF-8 locales; those who use traditional (8-bit) locales and experience problems with fonts should try rebuilding the port with UTF8_TEXT option unset - Since our `devel/9base' port installs rc(1) but not read(1), it is of little use as rdep anyway (`devel/plan9port' installs more complete set of things, but is unfortunately broken on 8.0+) - While here, pacify portlint(1) and remove _XOPEN_SOURCE definition to prevent some warnings Revision Changes Path 1.22 +18 -10 ports/x11-wm/wmii/Makefile 1.1 +24 -0 ports/x11-wm/wmii/files/extra-patch-slim-layout-boxes (new) 1.1 +91 -0 ports/x11-wm/wmii/files/patch-no-utf8 (new)