nautilus 2.5 create documents bug

Jeremy Messenger mezz7 at cox.net
Fri Mar 12 00:49:43 PST 2004


On Fri, 12 Mar 2004 03:34:13 -0500, Brian Gruber 
<lists at bgruber.isa-geek.com> wrote:

>> I think, it might be more like GNOME bug? Have you (Brian) check in the
>> GNOME bugzilla yet? I think, you should go ahead report in GNOME 
>> bugzilla
>> if there doesn't has any same bug.
>
> done.  gnome bug 136966.

Thanks! Here's an attach of velocity.diff to get it builds with the GNOME 
2.6. It successed build, but I haven't install and run it yet. It's near 
3am here, so I will test it tomorrow before I submit it to PR.

I might take the look at more stuff in your list tomorrow (well, I mean 
'this') afternoon, unless someone beat me.

Cheers,
Mezz

> /brian


-- 
bsdforums.org 's moderator, mezz.
-------------- next part --------------
diff -ur velocity.orig/Makefile velocity/Makefile
--- velocity.orig/Makefile	Mon Mar  1 12:31:17 2004
+++ velocity/Makefile	Fri Mar 12 02:38:39 2004
@@ -19,6 +19,11 @@
 USE_LIBTOOL=	yes
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
+USE_REINPLACE=	yes
 USE_GNOME=	libgnomeui gnomedesktop librsvg2
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+			${WRKSRC}/configure
 
 .include <bsd.port.mk>


More information about the freebsd-gnome mailing list