Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 14:22:12 -0500
From:      Brian Gruber <lists@bgruber.isa-geek.com>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: nautilus 2.5 create documents bug
Message-ID:  <20040312192212.GA71398@bgruber.isa-geek.com>
In-Reply-To: <opr4qqrato8ckrg5@smtp.central.cox.net>
References:  <20040310193204.GA40837@bgruber.isa-geek.com> <opr4pq39ao8ckrg5@smtp.central.cox.net> <1079036449.769.45.camel@gyros> <opr4pts9sl8ckrg5@smtp.central.cox.net> <20040312083413.GA1768@bgruber.isa-geek.com> <opr4qqrato8ckrg5@smtp.central.cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--6TrnltStXW4iwmi0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--6TrnltStXW4iwmi0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="gtk-send-pr.diff"

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

--6TrnltStXW4iwmi0--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040312192212.GA71398>