Date: Thu, 08 Apr 2004 22:37:23 -0500 From: Jeremy Messenger <mezz7@cox.net> To: Vijay <vijay@ehostpros.com> Cc: freebsd-gnome@freebsd.org Subject: Re: Goats : Sticky Notes Not working : gnome2.6 Message-ID: <opr5560lhd8ckrg5@smtp.central.cox.net> In-Reply-To: <1081480082.10621.5.camel@neo.vijaykiran.com> References: <1081480082.10621.5.camel@neo.vijaykiran.com>
next in thread | previous in thread | raw e-mail | index | archive | help
------------wUVeh1sQmLPw0zE2EjCHor Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Fri, 09 Apr 2004 08:38:03 +0530, Vijay <vijay@ehostpros.com> wrote: > Hi, > At the outset .. thank you for the Gnome 2.6 :) Its simply wonderful. > I tried to add stcky notes to the panel. It has been added successfully. > But I cannot see the menu names . They are simply blank, but I can see > the icons, When I try to add the text, I don't see any thing there typed > in the notes. How did you upgrade your GNOME? > So, I cvsupped to the latest ports tree. And tried to make the goats. > But fit failed. Here's the output of the make. Here's an attach of fix goats, I am able to build it fine. CC'ing to pav.. Cheers, Mezz > Thank you helping out. > > > > ===> Building for goats-2.2_2 <snip> -- bsdforums.org 's moderator, mezz. ------------wUVeh1sQmLPw0zE2EjCHor Content-Disposition: attachment; filename=goats.diff Content-Type: text/plain; name=goats.diff Content-Transfer-Encoding: 8bit diff -ur goats.orig/Makefile goats/Makefile --- goats.orig/Makefile Sun Apr 4 22:30:43 2004 +++ goats/Makefile Thu Apr 8 22:33:21 2004 @@ -20,4 +20,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' + .include <bsd.port.mk> ------------wUVeh1sQmLPw0zE2EjCHor--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr5560lhd8ckrg5>