Ticket #37263: Portfile.diff
File Portfile.diff, 726 bytes (added by ci42, 12 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compiler_blacklist_versions 1.0 5 6 6 7 name erlang 7 8 version R15B03 … … 71 72 # ${prefix}/lib/erlang/erts-5.8.4/bin/beam.smp links with ncurses 72 73 depends_lib port:ncurses 73 74 74 # Erlang seems to have an on-again/off-again relationship with Clang. 75 # As of XCode 4.2, it's off again. 76 compiler.blacklist clang 75 compiler.blacklist-append {clang < 421.11.16} 77 76 78 77 post-destroot { 79 78 system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_html_${version}${extract.suffix}"