From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 8 20:36:38 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF4716A4CE; Thu, 8 Apr 2004 20:36:38 -0700 (PDT) Received: from lakermmtao06.cox.net (lakermmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B8643D46; Thu, 8 Apr 2004 20:36:35 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakermmtao06.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040409033633.FEOG16356.lakermmtao06.cox.net@mezz.mezzweb.com>; Thu, 8 Apr 2004 23:36:33 -0400 To: Vijay References: <1081480082.10621.5.camel@neo.vijaykiran.com> Message-ID: From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------wUVeh1sQmLPw0zE2EjCHor MIME-Version: 1.0 Date: Thu, 08 Apr 2004 22:37:23 -0500 In-Reply-To: <1081480082.10621.5.camel@neo.vijaykiran.com> User-Agent: Opera7.23/Linux M2 build 518 cc: pav@FreeBSD.org cc: freebsd-gnome@freebsd.org Subject: Re: Goats : Sticky Notes Not working : gnome2.6 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 03:36:38 -0000 ------------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 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 -- 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 ------------wUVeh1sQmLPw0zE2EjCHor--