Ticket #56060: Portfile-octave.diff
File Portfile-octave.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 7 years ago) |
---|
-
Portfile
old new 11 11 compiler.blacklist-append {*gcc-4.6} {clang < 700} 12 12 13 13 name octave 14 version 4.2. 115 revision 1514 version 4.2.2 15 revision 0 16 16 categories math science 17 17 platforms darwin 18 18 license GPL-3+ … … 27 27 28 28 master_sites gnu:octave 29 29 30 checksums rmd160 7bcefebcbcb644b4527ca97501a4e05b15c04d94\31 sha256 80c28f6398576b50faca0e602defb9598d6f7308b0903724442c2a35a605333b30 checksums rmd160 a54feb50c7ddf00539ba9b928c3570b5cd08e99c \ 31 sha256 77b84395d8e7728a1ab223058fe5e92dc38c03bc13f7358e6533aab36f76726e 32 32 33 33 conflicts-append ${name}-devel 34 34 35 # see http://savannah.gnu.org/bugs/?4877336 patchfiles-append patch-qscintilla2.diff37 38 35 # if there is an error bulding octave package, avoid 39 36 # error: structure has no member 'dir' 40 37 patchfiles-append patch-better_error.diff … … 61 58 # the following patch attempts to prevent this 62 59 patchfiles-append patch-host_name.diff 63 60 64 # see http://hg.savannah.gnu.org/hgweb/octave/rev/a6e4157694ef65 # see https://savannah.gnu.org/bugs/?5023466 patchfiles-append patch-file-stat.cc.diff67 68 # see https://savannah.gnu.org/bugs/?5066469 patchfiles-append patch-crash_on_exit.diff70 71 61 # see https://savannah.gnu.org/patch/index.php?9439 72 62 patchfiles-append patch-java.diff 73 63