Ticket #51056: pure-Portfile.diff

File pure-Portfile.diff, 1.2 KB (added by agraef (Albert Graef), 8 years ago)
  • Portfile

     
    4040configure.env           PATH=${llvm_prefix}/bin:$env(PATH)
    4141
    4242if {${name} eq ${subport}} {
    43     revision                    2
     43    revision                    3
    4444   
    4545    depends_lib                 port:gmp \
    4646                                port:libiconv \
     
    4747                                port:libtool \
    4848                                port:llvm-${llvm_version} \
    4949                                port:mpfr \
    50                                 port:ncurses \
    5150                                port:readline
    5251   
    5352    depends_run                 port:w3m
     
    6766
    6867    # Last-minute fixes to the ATS inlining support
    6968    patchfiles-append           pure-0.64-ats-hotfixes.diff
    70 
    7169    # Critical bugfix in the debugger (issue #32)
    7270    patchfiles-append           pure-0.64-debugger-hotfix.diff
     71    # Bugfix in the runtime (pure_switch_interp, rev. 9114fc3)
     72    patchfiles-append           pure-0.64-runtime-hotfix.diff
    7373   
    7474    platform macosx {
    7575        depends_run-replace     port:w3m port:openbrowser