Ticket #40756: mcabber-0.10.3.diff

File mcabber-0.10.3.diff, 3.3 KB (added by mojca (Mojca Miklavec), 10 years ago)
  • Portfile

     
    44PortSystem          1.0
    55
    66name                mcabber
    7 version             0.9.10
    8 revision            1
     7version             0.10.3
    98categories          net
    109maintainers         hitzemann.org:simon
    1110description         Console Jabber client
     
    1615platforms           darwin
    1716master_sites        http://mcabber.com/files/
    1817use_bzip2           yes
    19 checksums           rmd160  656818b304b9088097ad2a0fe485f38cd0e704fc \
    20                     sha256  431e47ba3095c1cc6c11931bab9034c42ba0911dfadcc137ba765803e4460cb5
     18checksums           rmd160  d94e7b2e340cfd83a5b55276cdb0383a8555b347 \
     19                    sha256  77466138496cc26db125145cc28dc4fc0df79827143b922dfb9f02eb0dc7fa6d
    2120
    2221depends_lib         port:libiconv \
    2322                    port:ncurses \
     
    2524                    port:gettext \
    2625                    port:libotr \
    2726                    port:gpgme \
    28                     port:libgcrypt
     27                    port:libgcrypt \
     28                    port:loudmouth
    2929
    3030depends_build       port:autoconf \
    3131                    port:automake \
     
    3232                    port:coreutils \
    3333                    bin:gawk:gawk \
    3434                    port:libtool \
    35                     port:pkgconfig
     35                    port:pkgconfig \
     36                    port:cctools \
     37                    port:grep \
     38                    port:gsed
    3639
    3740configure.args      --enable-otr \
    3841                    --with-libotr-prefix=${prefix}/lib \
     
    4245
    4346configure.env       LIBTOOL=glibtool
    4447
    45 patchfiles          patch-autogen.sh.diff \
    46                     patch-automake-1.13.diff
     48patchfiles          patch-autogen.sh.diff
    4749
    4850pre-configure {
    4951    system -W ${worksrcpath} "./autogen.sh"
     
    7274}
    7375
    7476post-configure {
    75     reinplace "s|#define HAVE_LOCALCHARSET_H 1|\/\* #undef HAVE_LOCALCHARSET_H \*\/|g" ${worksrcpath}/config.h
     77    reinplace "s|#define HAVE_LOCALCHARSET_H 1|\/\* #undef HAVE_LOCALCHARSET_H \*\/|g" ${worksrcpath}/${name}/config.h
    7678}
    7779
    7880livecheck.type      regex
  • files/patch-autogen.sh.diff

     
    1 --- autogen.sh.orig     2009-02-05 10:54:06.000000000 +0100
    2 +++ autogen.sh  2009-02-05 10:54:17.000000000 +0100
    3 @@ -1,7 +1,7 @@
     1--- autogen.sh.orig
     2+++ autogen.sh
     3@@ -1,6 +1,6 @@
    44 #! /bin/sh
    55 
    66-libtoolize --force --automake --copy
    7 -aclocal -I macros/
    87+glibtoolize --force --automake --copy
    9 +aclocal -I macros/ -I macros/missing/
     8 aclocal -I macros/
    109 autoheader
    1110 autoconf
    1211 automake -a --copy
  • files/patch-automake-1.13.diff

     
    1 --- configure.ac.orig   2009-10-06 14:34:18.000000000 -0500
    2 +++ configure.ac        2013-03-22 03:05:28.000000000 -0500
    3 @@ -5,7 +5,7 @@
    4  AC_INIT([mcabber],[0.9.10],[mcabber@lilotux.net])
    5  AM_INIT_AUTOMAKE
    6  AC_CONFIG_SRCDIR([src])
    7 -AM_CONFIG_HEADER(config.h)
    8 +AC_CONFIG_HEADERS([config.h])
    9  
    10  #AC_PROG_LIBTOOL
    11  AC_PROG_RANLIB