[PATCH] Gnucash port update and fix for pkgconf

Jeremy Messenger mezz.freebsd at gmail.com
Fri Jul 27 15:50:41 UTC 2012


On Fri, Jul 27, 2012 at 10:31 AM, Guido Falsi <madpilot at freebsd.org> wrote:
> Hi!
>
> The finance/gnucash port is broken right now.
>
> It contains an improper use of pkg-config which was innocuous, but is
> fatal with pkgconf. It causes an invalid Makefile to be generated by
> configure.
>
> Since a new version is also out I made a patch with a quick and dirty
> fix for the brokenness.
>
> The fix just forces a bogus value in the configure script in place of a
> backtick comamnd. That variable really looks unused anyway by the build
> system. GnuCash builds fine in tinderbox and wiorks correctly on a real
> system with real data.
>
> I'm attaching it requesting approval to commit it.
>
> I also wrote a bug report for this on the gnome bugzilla, waiting
> feedback. ( https://bugzilla.gnome.org/show_bug.cgi?id=680708 )

You have my approval. Yes, it does look like it's just some leftover
and need to be removed. Just let you know about --version can be
changed to --modversion if you find other ports that have like this.
Thanks!

$PKG_CONFIG --version xml

To:

$PKG_CONFIG --modversion libxml-2.0

Cheers,
Mezz


> Thanks in advance!
>
> --
> Guido Falsi <madpilot at FreeBSD.org>


-- 
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org


More information about the freebsd-gnome mailing list