Ticket #12937: port.diff

File port.diff, 1.2 KB (added by adfernandes (Andrew Fernandes), 17 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            octave
    5 version         2.9.9
    6 revision        5
     5version         2.9.15
     6revision        1
    77categories      math science
    88maintainers     stechert@macports.org
    99platforms       darwin
     
    2020master_sites    ftp://ftp.octave.org/pub/octave/bleeding-edge/
    2121
    2222use_bzip2       yes
    23 checksums       md5 a76a6d88f414285472896a63e4282b7f
     23checksums       md5 c7c0449a5e1418479bebbdd565eb9cc2
    2424
    2525patch.args      -p1
    26 patchfiles      patch-configure patch-configure-2 patch-configure-3 \
    27                 patch-dynamic-ld-cc patch-glpk patch-glpk.m
     26patchfiles      patch-configure patch-configure-2 \
     27                patch-dynamic-ld-cc
    2828
    2929depends_build   bin:texinfo:texinfo     \
    30                 bin:tex:teTeX
     30                bin:tex:teTeX \
     31                port:gawk port:gsed
    3132
    3233depends_lib     port:readline                   \
    3334                port:hdf5                       \
     
    4647                --without-mpi   \
    4748                --with-blas="-framework Accelerate"
    4849
     50configure.env-append AWK="${prefix}/bin/gawk"
     51configure.env-append SED="${prefix}/bin/gnused"
     52build.env-append     AWK="${prefix}/bin/gawk"
     53build.env-append     SED="${prefix}/bin/gnused"
     54
    4955post-patch {
    5056        # Avoid using heimdal's broken fnmatch.h
    5157        reinplace "s|<\\(fnmatch\.h\\)>|\"/usr/include/\\1\"|" ${worksrcpath}/liboctave/glob-match.cc