From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 25 19:05:41 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330DE16A4CE for ; Tue, 25 Nov 2003 19:05:41 -0800 (PST) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DBD43FDF for ; Tue, 25 Nov 2003 19:05:39 -0800 (PST) (envelope-from JimAdams@VibrantLogic.com) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) ESMTP id hAQ35bFn022197 for ; Tue, 25 Nov 2003 19:05:38 -0800 Received: from VibrantLogic.com (D-128-208-45-141.dhcp4.washington.edu [128.208.45.141]) (authenticated bits=0)id hAQ35bwx010640 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 25 Nov 2003 19:05:37 -0800 Message-ID: <3FC4187E.2040207@VibrantLogic.com> Date: Tue, 25 Nov 2003 19:05:34 -0800 From: Jim Adams Organization: VibrantLogic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: <12675899.1069777110965.JavaMail.root@bigbird.psp.pas.earthlink.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Metacity with Expocity X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: JimAdams@VibrantLogic.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 03:05:41 -0000 Jeremy Messenger wrote: > > > Because, it never has been patch clean if you read the messages of > patch. Looks like the diff was created against the CVS or development > version of Metacity. Or maybe older version of Metacity, I dunno. > > That got me curious, I don't understand what's advantage of it. So, I > cleaned the patch and make it easier for other users. You should be > able to use this attach and put it in the x11-wm/metacity/files/ and > do the 'make -DFORCE_PKG_REGISTER install', then restart Metacity. I > just played with it and it works, but I don't really like it thought. > Maybe, I will like it if they make it more smaller and can stay in the > background when I am doing with vim, browser or whatever. :-) > > BTW: Be sure to your Metacity version is 2.6.3 if you want to use an > attach of patch-expocity. > > Cheers, > Mezz > I was interested in trying your patch, but can't seem to get it to work. I must be making a silly error somewhere. As far as I can tell the patch file looks like it should work. Any ideas? jfa# cd /usr/ports/x11-wm/metacity/ jfa# mv /disk1/patch-expocity files/ jfa# make -DFORCE_PKG_REGISTER install >> metacity-2.6.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnome/sources/metacity/2.6/. Receiving metacity-2.6.3.tar.bz2 (1749859 bytes): 0% Receiving metacity-2.6.3.tar.bz2 (1749859 bytes): 13% Receiving metacity-2.6.3.tar.bz2 (1749859 bytes): 39% Receiving metacity-2.6.3.tar.bz2 (1749859 bytes): 66% Receiving metacity-2.6.3.tar.bz2 (1749859 bytes): 90% Receiving metacity-2.6.3.tar.bz2 (1749859 bytes): 100% 1749859 bytes transferred in 4.1 seconds (418.54 kBps) ===> Extracting for metacity-2.6.3 >> Checksum OK for gnome2/metacity-2.6.3.tar.bz2. ===> Patching for metacity-2.6.3 ===> Applying FreeBSD patches for metacity-2.6.3 1 out of 1 hunks failed--saving rejects to src/Makefile.am.rej 2 out of 2 hunks failed--saving rejects to src/Makefile.in.rej 2 out of 2 hunks failed--saving rejects to src/display.c.rej 2 out of 2 hunks failed--saving rejects to src/keybindings.c.rej 2 out of 2 hunks failed--saving rejects to src/main.c.rej 2 out of 2 hunks failed--saving rejects to src/window.c.rej >> Patch patch-expocity failed to apply cleanly. >> Patch(es) patch-configure applied cleanly. *** Error code 1 Stop in /usr/ports/x11-wm/metacity. -Jim