Ticket #45241: faust2-devel-Portfile.diff

File faust2-devel-Portfile.diff, 1.4 KB (added by agraef (Albert Graef), 10 years ago)

faust2-devel Portfile changes

  • Portfile

     
    55
    66name                    faust2-devel
    77conflicts               faust faust-devel
    8 version                 2.0-20140723
    9 git.branch              b00d5580a386113431a77a3f7d1a064b1794a71a
     8version                 2.0-20141002
     9git.branch              57c17a039422c652f7302541918a07ca955288e0
    1010categories              audio lang
    1111platforms               darwin
    1212maintainers             ryandesign
     
    2727set llvm_prefix         ${prefix}/libexec/llvm-${llvm_version}
    2828build.env               PATH=${llvm_prefix}/bin:$env(PATH)
    2929
     30depends_build           port:pkgconfig
     31
    3032depends_lib             port:clang-${llvm_version} \
    3133                        port:llvm-${llvm_version} \
    32                         port:openssl
     34                        port:libmicrohttpd \
     35                        port:openssl \
     36                        port:libsndfile
    3337
    3438post-patch {
    3539    eval reinplace "s|/usr/local|${prefix}|g" \
     
    5256variant universal {}
    5357
    5458build.args-append       CXX="${configure.cxx} [get_canonical_archflags cxx]"
     59build.target-append     sound2faust httpd dynamic
    5560
    5661post-destroot {
    5762    set docdir ${destroot}${prefix}/share/doc/${subport}
     
    6570
    6671# fixme
    6772livecheck.type          none
     73
     74use_parallel_build      no