Ticket #15955: finch-2.4.3.patch

File finch-2.4.3.patch, 1.8 KB (added by simon@…, 16 years ago)
  • net/finch/Portfile

     
    33PortSystem 1.0
    44
    55name            finch
    6 version         2.3.1
     6version         2.4.3
    77categories      net
    88maintainers     rsync@reifferscheid.org
    99homepage        http://www.pidgin.im/
    platforms macosx 
    2020master_sites    sourceforge:pidgin
    2121distfiles       pidgin-${version}.tar.bz2
    2222worksrcdir      pidgin-${version}
    23 checksums       md5 0a593c2c343d5b854bd2cd2be7542f40 \
    24                 sha1 d247d085e89360c2a6bd8e4775b7814fd02d10c9 \
    25                 rmd160 f7473efa72974610224ea622fcc02d4703552d2c
     23checksums       md5 9e4a5f4ebda16a51fe91ec610286810a \
     24                sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
     25                rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
    2626
    2727use_bzip2       yes
    2828
    2929depends_lib     port:libao port:audiofile port:p5-xml-parser port:libxml2 port:nspr port:nss
    3030
     31patchfiles      finch.patch
     32
    3133configure.ldflags-append        -bind_at_load
    3234configure.cppflags-append       -no-cpp-precomp
    3335configure.args  --disable-gtkspell --disable-screensaver --disable-sm \
    configure.args --disable-gtkspell --disable-screensaver --disable-sm \ 
    3739                --with-nspr-libs=${prefix}/lib \
    3840                --with-nspr-includes=${prefix}/include/nspr \
    3941                --enable-nss --disable-gtkui \
    40                 --without-x
     42                --without-x \
     43                --disable-gstreamer --disable-meanwhile --disable-avahi --disable-nm
  • new file net/finch/files/finch.patch

    - +  
     1Index: finch/libgnt/Makefile.in
     2===================================================================
     3--- finch/libgnt/Makefile.in.orig       2008-07-02 02:46:54.000000000 +0200
     4+++ finch/libgnt/Makefile.in    2008-07-11 18:55:54.000000000 +0200
     5@@ -151,7 +151,7 @@
     6 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
     7 GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
     8 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
     9-GLIB_CFLAGS = @GLIB_CFLAGS@
     10+GLIB_CFLAGS = @GLIB_CFLAGS@ -D_XOPEN_SOURCE_EXTENDED
     11 GLIB_LIBS = @GLIB_LIBS@
     12 GMOFILES = @GMOFILES@
     13 GMSGFMT = @GMSGFMT@