Ticket #45292: faust-devel-Portfile.diff

File faust-devel-Portfile.diff, 1.4 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.68-20141002
    9 git.branch              c1b94c3af34bc98c1e5aa0bc47d08d78aa8a9b0d
     8version                 0.9.68-20141008
     9git.branch              c112ae38567f6d4087e5c1c86746f3152acf2b68
    1010categories              audio lang
    1111platforms               darwin
    1212maintainers             ryandesign
     
    2828                        port:libsndfile \
    2929                        port:openssl
    3030
    31 patchfiles-append       patch-architecture-httpdlib-src-Makefile.diff
    32 patchfiles-append       patch-architecture-osclib-faust-Makefile.diff
    33 patchfiles-append       patch-tools-sound2faust-Makefile.diff
    34 
    3531post-patch {
    3632    eval reinplace "s|/usr/local|${prefix}|g" \
    3733        ${worksrcpath}/compiler/parser/enrobage.cpp \
     
    5450
    5551build.args-append       ARCHFLAGS="[get_canonical_archflags cxx]" \
    5652                        CXX="${configure.cxx} [get_canonical_archflags cxx]"
     53build.target            world
    5754
    58 post-build {
    59     foreach extra {dynamic httpd sound2faust} {
    60         build.target    ${extra}
    61         portbuild::build_main
    62     }
    63 }
    64 
    6555post-destroot {
    6656    set docdir ${destroot}${prefix}/share/doc/${subport}
    6757    xinstall -d ${docdir}