Ticket #12937: port.diff
File port.diff, 1.2 KB (added by adfernandes (Andrew Fernandes), 17 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name octave 5 version 2.9. 96 revision 55 version 2.9.15 6 revision 1 7 7 categories math science 8 8 maintainers stechert@macports.org 9 9 platforms darwin … … 20 20 master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge/ 21 21 22 22 use_bzip2 yes 23 checksums md5 a76a6d88f414285472896a63e4282b7f23 checksums md5 c7c0449a5e1418479bebbdd565eb9cc2 24 24 25 25 patch.args -p1 26 patchfiles patch-configure patch-configure-2 patch-configure-3\27 patch-dynamic-ld-cc patch-glpk patch-glpk.m26 patchfiles patch-configure patch-configure-2 \ 27 patch-dynamic-ld-cc 28 28 29 29 depends_build bin:texinfo:texinfo \ 30 bin:tex:teTeX 30 bin:tex:teTeX \ 31 port:gawk port:gsed 31 32 32 33 depends_lib port:readline \ 33 34 port:hdf5 \ … … 46 47 --without-mpi \ 47 48 --with-blas="-framework Accelerate" 48 49 50 configure.env-append AWK="${prefix}/bin/gawk" 51 configure.env-append SED="${prefix}/bin/gnused" 52 build.env-append AWK="${prefix}/bin/gawk" 53 build.env-append SED="${prefix}/bin/gnused" 54 49 55 post-patch { 50 56 # Avoid using heimdal's broken fnmatch.h 51 57 reinplace "s|<\\(fnmatch\.h\\)>|\"/usr/include/\\1\"|" ${worksrcpath}/liboctave/glob-match.cc