From owner-cvs-all@FreeBSD.ORG Thu Sep 14 16:20:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8466A16A403; Thu, 14 Sep 2006 16:20:29 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575D843D45; Thu, 14 Sep 2006 16:20:29 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8EGKTWS024456; Thu, 14 Sep 2006 16:20:29 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8EGKTS7024455; Thu, 14 Sep 2006 16:20:29 GMT (envelope-from vd) Message-Id: <200609141620.k8EGKTS7024455@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 14 Sep 2006 16:20:29 +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/icewm Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 16:20:29 -0000 vd 2006-09-14 16:20:29 UTC FreeBSD ports repository Modified files: x11-wm/icewm Makefile pkg-plist Log: Since some of the latest updates the option for the "beastie" start button stopped working. E.g. the default start button appeared even though the option for the beastiefied start button was turned on. This affected only the Infadel2 theme because it appeared to provide it's own start button icon and thus not using the default one which has been replaced with the beastie one by our port. The solution I introduce installs (only if beastie is turned on) themes' specific start button icons under different name so that IceWM does not find them and thus falls back to the default one (almost the same as not installing them at all). Revision Changes Path 1.119 +9 -0 ports/x11-wm/icewm/Makefile 1.46 +2 -2 ports/x11-wm/icewm/pkg-plist