Ticket #17877: Portfile-mutt-17877.diff

File Portfile-mutt-17877.diff, 1.3 KB (added by gjasny@…, 12 years ago)
  • Portfile

    old new  
    6666}
    6767
    6868variant compress description {Compressed folders} {
     69    depends_lib-append      port:automake17 port:autoconf
    6970    configure.args-append   --enable-compressed
     71
     72    pre-configure {
     73        system "cd ${worksrcpath}; aclocal-17 -I m4; autoheader;
     74                cd m4; make -f Makefile.am.in; cd ..;
     75                automake-17 --foreign; autoconf"
     76    }
     77
    7078    patch_sites-append      http://www.spinnaker.de/mutt/compressed/
    7179    patchfiles-append       patch-1.4.2.3.rr.compressed.1.gz
    7280    checksums-append        patch-1.4.2.3.rr.compressed.1.gz md5 \
     
    7482}
    7583
    7684variant nntp conflicts compress description {NNTP support} {
    77     depends_lib-append      port:automake port:autoconf
     85    depends_lib-append      port:automake17 port:autoconf
    7886    configure.args-append   --enable-nntp
    7987
    8088    pre-configure {
    81         system "cd ${worksrcpath}; aclocal -I m4; autoheader;
     89        system "cd ${worksrcpath}; aclocal-17 -I m4; autoheader;
    8290                cd m4; make -f Makefile.am.in; cd ..;
    83                 automake --foreign; autoconf"
     91                automake-17 --foreign; autoconf"
    8492    }
    8593
    8694    patch_sites-append      http://www.mutt.org.ua/download/mutt-1.4.2.3/