Date: Wed, 29 Jan 2014 02:51:55 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: bug-followup@FreeBSD.org Cc: gnome@FreeBSD.org Subject: Re: ports/185920: [PATCH] devel/libsoup: disable g-ir-scanner cache Message-ID: <20140128225155.GD52820@hades.panopticon> In-Reply-To: <20140120140058.33E3391C8@hades.panopticon> References: <20140120140058.33E3391C8@hades.panopticon>
next in thread | previous in thread | raw e-mail | index | archive | help
* Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: Updated patch, which makes use of USE_GNOME=introspection to take care of environement for g-ir-scanner automatically. --- libsoup.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 341493) +++ Makefile (working copy) @@ -14,7 +14,7 @@ BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking \ python2:${PORTSDIR}/lang/python2 -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking USE_XZ= yes @@ -35,11 +35,11 @@ .if defined(SOUP_SLAVE) USE_SQLITE= yes -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring CONFIGURE_ARGS+=--with-gnome .else -BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +USE_GNOME+= introspection:build CONFIGURE_ARGS+=--without-gnome .endif --- libsoup.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140128225155.GD52820>