From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 24 12:40:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A75916A4CF; Wed, 24 Mar 2004 12:40:07 -0800 (PST) Received: from mta4.adelphia.net (mta4.adelphia.net [68.168.78.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id B582E43D5A; Wed, 24 Mar 2004 12:40:06 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([69.160.71.102]) by mta13.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040324200118.YCDF2142.mta13.adelphia.net@moo.holy.cow>; Wed, 24 Mar 2004 15:01:18 -0500 Received: by moo.holy.cow (Postfix, from userid 1001) id CF00CA476; Wed, 24 Mar 2004 15:02:03 -0500 (EST) Date: Wed, 24 Mar 2004 15:02:03 -0500 From: Parv To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20040324200203.GA962@moo.holy.cow> Mail-Followup-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, f-ports References: <20040322063720.12826A5AD@moo.holy.cow> <200403220640.i2M6eDIh095068@freefall.freebsd.org> <20040322065009.GA91460@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040322065009.GA91460@moo.holy.cow> cc: f-ports Subject: Re: ports/64558: Update x11-wm/fvwm2-devel, PATCH X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 20:40:07 -0000 in message <20040322065009.GA91460@moo.holy.cow>, wrote Parv thusly... > > in message <200403220640.i2M6eDIh095068@freefall.freebsd.org>, > wrote f-gnats thusly... > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=64558 > > > > >Synopsis: Update x11-wm/fvwm2-devel, PATCH > > Below is the combined patch again in case of tab-related errors... > > http://www103.pair.com/parv/tmp/fvwm2-update.bz2 Those of you who are using x11-wm/fvwm2-devel port AND associated icons: (1) Could you please test the above patch w/ fvwm's default configuration & see if you still get the icons? (2) Do you not have to specify "ImagePath" w/ 2.5.8 version to use the included icons? To apply/test the patch... - Get the above patch; expand it ("/patch/path" is the location wherever you have downloaded the patch) ... # bunzip2 /patch/path - Change to /usr/ports/x11-wm/fvwm2-devel & run patch(1) ... # cd /usr/ports/x11-wm/fvwm2-devel && patch < /patch/path - If patching succeeds, run "make build"; if build does not fail, deinstall old fvwm2, install new one... # make build && { pkg_delete -d -x fvwm-2.5; make install; } - Restart fvwm2 & test; report back. - Parv --