ports/168685: [PATCH] finance/gnucash Convert to new options
framework
Jeremy Messenger
mezz.freebsd at gmail.com
Tue Jun 5 13:40:14 UTC 2012
The following reply was made to PR ports/168685; it has been noted by GNATS.
From: Jeremy Messenger <mezz.freebsd at gmail.com>
To: bug-followup at FreeBSD.org, madpilot at FreeBSD.org
Cc:
Subject: Re: ports/168685: [PATCH] finance/gnucash Convert to new options framework
Date: Tue, 5 Jun 2012 08:35:23 -0500
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?
----------------------------
@@ -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?
Cheers,
Mezz
--
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