Ticket #45241: faust-devel-Portfile.diff

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

faust-devel Portfile changes

  • Portfile

     
    55
    66name                    faust-devel
    77conflicts               faust faust2-devel
    8 version                 0.9.67-20140722
    9 git.branch              88fea20c65cb98ace3e8f52da83bd2aac343acc3
     8version                 0.9.68-20141002
     9git.branch              c1b94c3af34bc98c1e5aa0bc47d08d78aa8a9b0d
    1010categories              audio lang
    1111platforms               darwin
    1212maintainers             ryandesign
     
    2222fetch.type              git
    2323git.url                 git://git.code.sf.net/p/faudiostream/code
    2424
     25depends_build           port:pkgconfig
     26
     27depends_lib             port:libmicrohttpd \
     28                        port:openssl \
     29                        port:libsndfile
     30
    2531post-patch {
    2632    eval reinplace "s|/usr/local|${prefix}|g" \
    2733        ${worksrcpath}/compiler/parser/enrobage.cpp \
     
    4349variant universal {}
    4450
    4551build.args-append       CXX="${configure.cxx} [get_canonical_archflags cxx]"
     52build.target-append     sound2faust httpd dynamic
    4653
    4754post-destroot {
    4855    set docdir ${destroot}${prefix}/share/doc/${subport}
     
    5663
    5764# fixme
    5865livecheck.type          none
     66
     67use_parallel_build      no