Date: Fri, 29 Sep 2006 13:43:35 -0400 From: Christopher Sean Hilton <chris@vindaloo.com> To: Chris Whitehouse <chris@childeric.freeserve.co.uk> Cc: gnome@freebsd.org, Tom McLaughlin <tmclaugh@sdf.lonestar.org> Subject: Re: nvu css editor Message-ID: <1159551815.1006.52.camel@dagobah.vindaloo.com> In-Reply-To: <1159549176.1006.19.camel@dagobah.vindaloo.com> References: <4516ED94.4000704@childeric.freeserve.co.uk> <op.tgexyzgr9aq2h7@mezz.mezzweb.com> <1159155010.1139.4.camel@localhost> <op.tge0c0om9aq2h7@mezz.mezzweb.com> <451854E6.4090602@childeric.freeserve.co.uk> <1159549176.1006.19.camel@dagobah.vindaloo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2006-09-29 at 12:59 -0400, Christopher Sean Hilton wrote: > Cheers. As I said I will test the newly built nvu for the presence of > CaScadeS and post a followup. > That enabled cascades. I'd provide a package but my ports tree is fairly out of date so I imagine that it would do more harm than good. You should be able to apply my patch by doing the following: 1. Save the patch somewhere. I suggest: /root/nvu-cascades.patch 2. Extract and apply FreeBSD patches to the nvu source: # cd /usr/ports/www/nvu # make patch 3. Apply my patch: # patch < /root/nvu-cascades.patch 4. Assuming the patch applied successfully, there's one hunk at around line 92. 5. Build and install: # make && make deinstall # make install 6. If you need to install multiple times make a package: # make package 7. Cleanup and call it a day. # make clean -- Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1159551815.1006.52.camel>