Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2004 12:13:50 -0500
From:      Jeremy Messenger <mezz7@cox.net>
To:        Adam McLaurin <adam.mclaurin@gmx.net>
Cc:        anders@freebsd.org
Subject:   Re: security/gringotts won't recompile after GNOME 2.6 upgrade
Message-ID:  <opr6ictcj18ckrg5@smtp.central.cox.net>
In-Reply-To: <20040415065032.0e77eb8d.adam.mclaurin@gmx.net>
References:  <20040414230740.375bc89c.adam.mclaurin@gmx.net> <20040415065032.0e77eb8d.adam.mclaurin@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
------------ZMM0LTAWtNjAhe0Jsythsb
Content-Type: text/plain; format=flowed; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

On Thu, 15 Apr 2004 06:50:32 -0400, Adam McLaurin <adam.mclaurin@gmx.net> 
wrote:

> On Wed, 14 Apr 2004 23:07:40 -0400
> Adam McLaurin <adam.mclaurin@gmx.net> wrote:
>
>> I've had no luck getting security/gringotts to recompile since the
>> GNOME
>> 2.6 upgrade. Using portupgrade, it tried reinstalling GTK, which
>> already
>> existed, so it failed. So I tried deinstalling it and reinstalling
>> from
>> scratch, and now I get this error:
>
>> From the gringott's author:
> From: Germano Rizzo <mano@pluto.it>
> To: Adam McLaurin <adam.mclaurin@gmx.net>
> Subject: Re: gringotts 1.2.7 will not recompile after GNOME 2.6 upgrade
> Date: Thu, 15 Apr 2004 10:06:11 +0200
> Organization: Progetto PLUTO
> User-Agent: Mozilla Thunderbird 0.5a (Windows/20040120)
>
> Hi,
> 	actually, the problem is that gtk+ 2.6 has removed GTK_OPTION_MENU.

There's no GTK 2.6, which it's GTK 2.4 and it doesn't remove 
GTK_OPTION_MENU. Check in the /usr/ports/CHANGE under the '20040404'. 
Attaching gringotts.diff to allow it builds.

Cheers,
Mezz

> I'll release a fixed version as soon as I can (which is, I don't know
> exactly when :[ but soon). 1.2.8 won't fix the problem, at the time that
> wasn't present.
> 	Thanks,
> 		Germano


-- 
bsdforums.org 's moderator, mezz.
------------ZMM0LTAWtNjAhe0Jsythsb
Content-Disposition: attachment; filename=gringotts.diff
Content-Type: text/plain; name=gringotts.diff
Content-Transfer-Encoding: 8bit

diff -ur gringotts.orig/Makefile gringotts/Makefile
--- gringotts.orig/Makefile	Wed Apr 14 00:36:23 2004
+++ gringotts/Makefile	Thu Apr 15 12:04:29 2004
@@ -38,6 +38,8 @@
 
 post-patch:
 	${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 $$\(datadir\)/doc/gringotts|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in
+	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+		's|-D.*_DISABLE_DEPRECATED||g'
 .if defined(NOPORTDOCS)
 	${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in
 .endif

------------ZMM0LTAWtNjAhe0Jsythsb--



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