From owner-cvs-ports@FreeBSD.ORG Fri Aug 27 20:18:11 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC21A16A4CE; Fri, 27 Aug 2004 20:18:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B1043D64; Fri, 27 Aug 2004 20:18:10 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RKIA3L074056; Fri, 27 Aug 2004 20:18:10 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RKIAWV074055; Fri, 27 Aug 2004 20:18:10 GMT (envelope-from gj) Message-Id: <200408272018.i7RKIAWV074055@repoman.freebsd.org> From: Gary Jennejohn Date: Fri, 27 Aug 2004 20:18:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/flwm Makefile ports/x11-wm/flwm/files patch-Rotate.C patch-ab X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 20:18:11 -0000 gj 2004-08-27 20:18:10 UTC FreeBSD ports repository Modified files: x11-wm/flwm Makefile x11-wm/flwm/files patch-ab Added files: x11-wm/flwm/files patch-Rotate.C Log: Take over maintainership from demon. Work around an incompatibility between fltk (a dependency) and libXft version 2 which results in flwm getting a SIGSEGV at startup. This basically prevents the vertical labels from being drawn in the vertical title bar on the left of the window. Otherwise there is no change in functionality. I tried using newer versions of fltk but they either had the same problem or were so new that flwm could not be linked. Revision Changes Path 1.16 +3 -1 ports/x11-wm/flwm/Makefile 1.1 +26 -0 ports/x11-wm/flwm/files/patch-Rotate.C (new) 1.3 +11 -0 ports/x11-wm/flwm/files/patch-ab