ports/168685: [PATCH] finance/gnucash Convert to new options
framework
Guido Falsi
madpilot at FreeBSD.org
Tue Jun 5 13:50:14 UTC 2012
The following reply was made to PR ports/168685; it has been noted by GNATS.
From: Guido Falsi <madpilot at FreeBSD.org>
To: Jeremy Messenger <mezz.freebsd at gmail.com>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/168685: [PATCH] finance/gnucash Convert to new options
framework
Date: Tue, 5 Jun 2012 15:47:19 +0200
On Tue, Jun 05, 2012 at 08:35:23AM -0500, Jeremy Messenger wrote:
> I haven't read about the new options framework yet. Took a look at
> your patch and wondering if the 'WITH_GTK2' comment is still true?
> Does it needs to be changed from WITH_GTK2 to something new knob?
The gwenhywfar port stull has to be converted. Anyway to be
"futureproof" I could s/WITH_GTK2/GTK2/ which will anyway be the final
name of the options and what appears on screen even now.
>
> ----------------------------
> @@ -119,7 +120,7 @@
> .endif
>
> pre-configure:
> -.if !defined(PACKAGE_BUILDING) && defined(WITH_AQBANKING) &&
> !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0)
> +.if !defined(PACKAGE_BUILDING) && ${PORT_OPTIONS:MAQBANKING} &&
> !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0)
> BROKEN= Please rebuild devel/gwenhywfar with the WITH_GTK2 option set
> -----------------------------------------------------------------------------^^^^^^^^^^^^^^^
>
> This one is what I am talking about. Isn't the new options framework
> supposed to have new method of require dependency?
Not that I know about. At least not at present. It simply is a new
way to specify options in ports. No connection with installed
packages. I think that such a feature can materialize when optionsng
will be used in conjunction with pkgng perhaps.
--
Guido Falsi <madpilot at FreeBSD.org>
More information about the freebsd-gnome
mailing list