Changeset 117762 for trunk/dports


Ignore:
Timestamp:
Mar 11, 2014, 7:25:09 AM (10 years ago)
Author:
devans@…
Message:

libgda4, libgda5: replace m4/intltool.m4 with our version before autoreconf to fix intltool configuration.

Location:
trunk/dports/databases
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/libgda4/Portfile

    r115299 r117762  
    5050                patch-gir-warnings.diff
    5151
    52 # Don't do intltool's INTLTOOL_PERL dance
     52# update m4/intltool.m4 and autoreconf
     53
     54pre-configure {
     55    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     56}
     57
    5358use_autoreconf  yes
    5459autoreconf.args -fvi
  • trunk/dports/databases/libgda5/Portfile

    r115644 r117762  
    2323use_xz          yes
    2424
    25 checksums           rmd160  d391a7ea74d08ae4f5f5fe7ba6c49f2f254be5f9 \
    26                     sha256  c9b8b1c32f1011e47b73c5dcf36649aaef2f1edaa5f5d75be20d9caadc2bc3e4
    27 
    28 patchfiles      patch-bdb.diff
    29 
    30 depends_skip_archcheck gnome-settings-daemon
     25checksums       rmd160  d391a7ea74d08ae4f5f5fe7ba6c49f2f254be5f9 \
     26                sha256  c9b8b1c32f1011e47b73c5dcf36649aaef2f1edaa5f5d75be20d9caadc2bc3e4
    3127
    3228depends_build   port:pkgconfig \
     
    5248                port:yelp
    5349
     50patchfiles      patch-bdb.diff
    5451
    55 # Don't do intltool's INTLTOOL_PERL dance
     52# update m4/intltool.m4 and autoreconf
     53
     54pre-configure {
     55    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     56}
     57
    5658use_autoreconf  yes
    5759autoreconf.args -fvi
Note: See TracChangeset for help on using the changeset viewer.