Ticket #56060: Portfile-octave.diff

File Portfile-octave.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 6 years ago)
  • Portfile

    old new  
    1111compiler.blacklist-append   {*gcc-4.6} {clang < 700}
    1212
    1313name                octave
    14 version             4.2.1
    15 revision            15
     14version             4.2.2
     15revision            0
    1616categories          math science
    1717platforms           darwin
    1818license             GPL-3+
     
    2727
    2828master_sites        gnu:octave
    2929
    30 checksums           rmd160  7bcefebcbcb644b4527ca97501a4e05b15c04d94 \
    31                     sha256  80c28f6398576b50faca0e602defb9598d6f7308b0903724442c2a35a605333b
     30checksums           rmd160  a54feb50c7ddf00539ba9b928c3570b5cd08e99c \
     31                    sha256  77b84395d8e7728a1ab223058fe5e92dc38c03bc13f7358e6533aab36f76726e
    3232
    3333conflicts-append    ${name}-devel
    3434
    35 # see http://savannah.gnu.org/bugs/?48773
    36 patchfiles-append patch-qscintilla2.diff
    37 
    3835# if there is an error bulding octave package, avoid
    3936#    error: structure has no member 'dir'
    4037patchfiles-append patch-better_error.diff
     
    6158# the following patch attempts to prevent this
    6259patchfiles-append patch-host_name.diff
    6360
    64 # see http://hg.savannah.gnu.org/hgweb/octave/rev/a6e4157694ef
    65 # see https://savannah.gnu.org/bugs/?50234
    66 patchfiles-append patch-file-stat.cc.diff
    67 
    68 # see https://savannah.gnu.org/bugs/?50664
    69 patchfiles-append patch-crash_on_exit.diff
    70 
    7161# see https://savannah.gnu.org/patch/index.php?9439
    7262patchfiles-append patch-java.diff
    7363