[38190] trunk/dports/net/finch
simon at macports.org
simon at macports.org
Fri Jul 11 13:51:54 PDT 2008
Revision: 38190
http://trac.macosforge.org/projects/macports/changeset/38190
Author: simon at macports.org
Date: 2008-07-11 13:51:54 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
net/finch: Updated to 2.4.3 to fix ICQ connection problems, closes #15955. Thanks to xoagray at gmail.com.
Modified Paths:
--------------
trunk/dports/net/finch/Portfile
Added Paths:
-----------
trunk/dports/net/finch/files/
trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff
Modified: trunk/dports/net/finch/Portfile
===================================================================
--- trunk/dports/net/finch/Portfile 2008-07-11 20:51:28 UTC (rev 38189)
+++ trunk/dports/net/finch/Portfile 2008-07-11 20:51:54 UTC (rev 38190)
@@ -3,7 +3,7 @@
PortSystem 1.0
name finch
-version 2.3.1
+version 2.4.3
categories net
maintainers rsync at reifferscheid.org
homepage http://www.pidgin.im/
@@ -20,14 +20,16 @@
master_sites sourceforge:pidgin
distfiles pidgin-${version}.tar.bz2
worksrcdir pidgin-${version}
-checksums md5 0a593c2c343d5b854bd2cd2be7542f40 \
- sha1 d247d085e89360c2a6bd8e4775b7814fd02d10c9 \
- rmd160 f7473efa72974610224ea622fcc02d4703552d2c
+checksums md5 9e4a5f4ebda16a51fe91ec610286810a \
+ sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
+ rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
use_bzip2 yes
depends_lib port:libao port:audiofile port:p5-xml-parser port:libxml2 port:nspr port:nss
+patchfiles patch-finch_libgnt_Makefile.in.diff
+
configure.ldflags-append -bind_at_load
configure.cppflags-append -no-cpp-precomp
configure.args --disable-gtkspell --disable-screensaver --disable-sm \
@@ -37,4 +39,8 @@
--with-nspr-libs=${prefix}/lib \
--with-nspr-includes=${prefix}/include/nspr \
--enable-nss --disable-gtkui \
- --without-x
+ --without-x \
+ --disable-gstreamer \
+ --disable-meanwhile \
+ --disable-avahi \
+ --disable-nm
Added: trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff
===================================================================
--- trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff (rev 0)
+++ trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff 2008-07-11 20:51:54 UTC (rev 38190)
@@ -0,0 +1,13 @@
+Index: finch/libgnt/Makefile.in
+===================================================================
+--- finch/libgnt/Makefile.in.orig 2008-07-02 02:46:54.000000000 +0200
++++ finch/libgnt/Makefile.in 2008-07-11 18:55:54.000000000 +0200
+@@ -151,7 +151,7 @@
+ GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
+ GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
+ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+-GLIB_CFLAGS = @GLIB_CFLAGS@
++GLIB_CFLAGS = @GLIB_CFLAGS@ -D_XOPEN_SOURCE_EXTENDED
+ GLIB_LIBS = @GLIB_LIBS@
+ GMOFILES = @GMOFILES@
+ GMSGFMT = @GMSGFMT@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080711/fd7ac00e/attachment-0001.html
More information about the macports-changes
mailing list