security/gringotts won't recompile after GNOME 2.6 upgrade

Jeremy Messenger mezz7 at cox.net
Thu Apr 15 13:50:37 PDT 2004


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

> On Wed, 14 Apr 2004 23:07:40 -0400
> Adam McLaurin <adam.mclaurin at 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 at pluto.it>
> To: Adam McLaurin <adam.mclaurin at 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.
-------------- next part --------------
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


More information about the freebsd-ports mailing list