Changeset 118190 for trunk/dports


Ignore:
Timestamp:
Mar 25, 2014, 6:21:04 AM (10 years ago)
Author:
devans@…
Message:

libgsf: update to version 1.14.30, update m4/intltool.m4 before autoreconf to fix intltool configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/libgsf/Portfile

    r116054 r118190  
    55
    66name                    libgsf
    7 version                 1.14.29
     7version                 1.14.30
    88license                 LGPL-2.1
    99set branch              [join [lrange [split $version .] 0 1] .]
     
    2525use_xz                  yes
    2626
    27 checksums           rmd160  fb5693585dd5272f3d6c5b9354632457daed044f \
    28                     sha256  4d8bca33424eb711acdb6a060cb488b132063d699c4fa201db24c2c89c62529c
     27checksums           rmd160  d76cebb595f50c9ccd6b4db8e75660e0581fc9c4 \
     28                    sha256  cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70
    2929
    3030depends_build           port:pkgconfig \
     
    3939                        port:bzip2
    4040
     41# update m4/intltool.m4 and autoreconf
     42
     43pre-configure {
     44    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     45}
     46
     47use_autoreconf          yes
     48autoreconf.args         -fvi
     49
    4150configure.args          --disable-compile-warnings \
    4251                        --disable-silent-rules \
    4352                        --enable-introspection
    44 
    45 # Don't do intltool's INTLTOOL_PERL dance
    46 use_autoreconf  yes
    47 autoreconf.args -fvi
    4853
    4954# gobject-introspection uses g-ir-scanner, which uses $CC from env
Note: See TracChangeset for help on using the changeset viewer.