nautilus 2.5 create documents bug

Brian Gruber lists at bgruber.isa-geek.com
Fri Mar 12 11:21:07 PST 2004


On Fri, Mar 12, 2004 at 02:48:36AM -0600, Jeremy Messenger 
wrote:
> 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.

similar deal with gtk-send-pr.  Am I correct in thinking that this
particular fix should be brought to the attention of the upstream
maintainers, as it implies they are using now deprecated gtk functions?

also, a minor porting question: i notice that you (mezz) and many others
tend to use '|' instead of the standard '/' as the delimiter when using
REINPLACE.  i am curious if there is any particular reason for this.

thanks,
brian
-------------- next part --------------
diff -ur gtk-send-pr.orig/Makefile gtk-send-pr/Makefile
--- gtk-send-pr.orig/Makefile	Fri Mar 12 13:53:44 2004
+++ gtk-send-pr/Makefile	Fri Mar 12 14:08:42 2004
@@ -15,11 +15,16 @@
 
 LIB_DEPENDS=	esmtp.6:${PORTSDIR}/mail/libesmtp
 
+USE_REINPLACE=	yes
 USE_GNOME=	gtk20
 USE_X_PREFIX=	yes
 
 MAN1=		gtk-send-pr.1
 PLIST_FILES=	bin/gtk-send-pr
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+		${WRKSRC}/Makefile
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin


More information about the freebsd-gnome mailing list