Ticket #17026: Portfile.diff
File Portfile.diff, 1.6 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name octave 7 version 3.0.2 8 revision 1 7 version 3.0.3 9 8 categories math science 10 maintainers stechert @macports.org alakazam@melix.net9 maintainers stechert melix.net:alakazam 11 10 platforms darwin 12 11 description a Matlab-like environment for numerical analysis 13 12 long_description \ … … 23 22 24 23 use_bzip2 no 25 24 checksums \ 26 md5 791e19cc9a36f2c046b39ab0574306d8 \ 27 sha1 9236c11e03dd177a8379d697e1b29a9884b32a8f \ 28 rmd160 38a10f6380478b66f17feef05b55466dbcf988c9 25 md5 6b11065c9dbd3c9743d234c2f785fb7b \ 26 sha1 86d1974b5947440ed4a1bbfe02fe292548c014e1 \ 27 rmd160 b349e12a566c93f166c1136e35d564d735b1a1e7 28 29 patchfiles patch-sparse-util.cc.patch patch-sparse-util.h.patch 29 30 30 31 depends_build \ 31 32 bin:tex:texlive \ 32 33 port:ghostscript \ 33 34 port:gawk \ 34 35 port:gsed \ 35 p ort:perl5.8\36 path:bin/perl:perl5 \ 36 37 port:texinfo 37 38 38 39 depends_lib \ … … 67 68 --with-cholmod \ 68 69 --with-cxsparse 69 70 71 configure.perl ${prefix}/bin/perl 72 configure.python ' ' 73 configure.awk ${prefix}/bin/gawk 74 70 75 configure.env-append \ 71 AWK="${prefix}/bin/gawk" \72 76 SED="${prefix}/bin/gsed" \ 73 PERL="${prefix}/bin/perl" \74 PYTHON=' ' \75 77 GHOSTSCRIPT="${prefix}/bin/gs" \ 76 78 MAKEINFO="${prefix}/bin/makeinfo" \ 77 79 TEXI2DVI="${prefix}/bin/texi2dvi" \ … … 93 95 } 94 96 95 97 post-patch { 96 reinplace "s|glp_lpx_simplex|_glp_lpx_simplex|g" ${worksrcpath}/configure97 98 reinplace "s|-lcholmod|-lcholmod -lmetis|g" ${worksrcpath}/configure 98 reinplace "s|#define GLPK_PRE_4_14 1|#undef GLPK_PRE_4_14|g" ${worksrcpath}/configure99 99 } 100 100 101 101 livecheck.check regex