[MacPorts] #15955: Finch no longer connects to ICQ
MacPorts
noreply at macports.org
Sat Jul 12 09:54:24 PDT 2008
#15955: Finch no longer connects to ICQ
--------------------------------+-------------------------------------------
Reporter: xoagray at gmail.com | Owner: rsync at reifferscheid.org
Type: defect | Status: closed
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: fixed | Keywords: Finch ICQ
--------------------------------+-------------------------------------------
Comment (by simon at macports.org):
The "problem" is that finch is looking for dbus, but as it's not necessary
I disabled it in r38208. To do this manually just run `open $(port dir
finch)` and make the following change by hand (no patching necessary as
it's only one line). It's possible that the file may not exactly look like
this patch, don't worry, just add the line at `configure.args`:
{{{
--- Portfile
+++ Portfile
@@ -34,6 +34,7 @@ depends_lib port:audiofile \
patchfiles patch-finch_libgnt_Makefile.in.diff
configure.args --disable-avahi \
+ --disable-dbus \
--disable-gstreamer \
--disable-gtkspell \
--disable-gtkui \
}}}
Then finch should build fine (I hope).
--
Ticket URL: <http://trac.macports.org/ticket/15955#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list