From owner-cvs-ports@FreeBSD.ORG Tue Jul 19 06:53:19 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFD8C106566C; Tue, 19 Jul 2011 06:53:19 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mail01.rise-w.com (iris.rise-s.com [88.116.105.226]) by mx1.freebsd.org (Postfix) with ESMTP id A3A5C8FC19; Tue, 19 Jul 2011 06:53:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail01.rise-w.com (Postfix) with ESMTP id 031BA40E054; Tue, 19 Jul 2011 08:42:37 +0200 (CEST) Received: from [192.168.59.162] (chello080108063010.8.11.vie.surfer.at [80.108.63.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.rise-world.com (Postfix) with ESMTPSA id D155640E051; Tue, 19 Jul 2011 08:42:30 +0200 (CEST) Message-ID: <4E25277C.4040900@FreeBSD.org> Date: Tue, 19 Jul 2011 08:43:08 +0200 From: =?ISO-8859-1?Q?Tilman_Keskin=F6z?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Cy Schubert References: <20110718162533.7D4DD106572E@hub.freebsd.org> In-Reply-To: <20110718162533.7D4DD106572E@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/x11-wm/icewm Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jul 2011 06:53:20 -0000 Have you been in contact with Eitan, the old maintainer? In ports/158949 he is still trying to fix the problem. On 07/18/2011 06:25 PM, Cy Schubert wrote: > cy 2011-07-18 16:25:20 UTC > > FreeBSD ports repository > > Modified files: > x11-wm/icewm Makefile > Log: > Mark BROKEN when GNOMEDESKTOP is selected. > > Assume maintainership. > > Revision Changes Path > 1.151 +2 -1 ports/x11-wm/icewm/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/x11-wm/icewm/Makefile > diff -u ports/x11-wm/icewm/Makefile:1.150 ports/x11-wm/icewm/Makefile:1.151 > --- ports/x11-wm/icewm/Makefile:1.150 Mon Apr 25 19:48:41 2011 > +++ ports/x11-wm/icewm/Makefile Mon Jul 18 16:25:20 2011 > @@ -11,7 +11,7 @@ > CATEGORIES= x11-wm > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/ > > -MAINTAINER= ports@eitanadler.com > +MAINTAINER= cy@eitanadler.com > COMMENT= Window Manager designed for speed, usability and consistency > > WANT_GNOME= yes > @@ -42,6 +42,7 @@ > .include > > .if defined(WITH_GNOMEDESKTOP) > +BROKEN= fails to install > USE_GNOME+= gnomedesktop > CONFIGURE_ARGS+=--enable-menus-gnome2 > INSTALL_TARGET= install install-gnome