Ticket #45292: faust2-devel-Portfile.diff

File faust2-devel-Portfile.diff, 1.5 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-20141002
    9 git.branch              57c17a039422c652f7302541918a07ca955288e0
     8version                 2.0-20141008
     9git.branch              cd916bf198b9468c5654e1947ab5286c624689c1
    1010categories              audio lang
    1111platforms               darwin
    1212maintainers             ryandesign
     
    3535                        port:llvm-${llvm_version} \
    3636                        port:openssl
    3737
    38 patchfiles-append       patch-architecture-httpdlib-src-Makefile.diff
    39 patchfiles-append       patch-architecture-osclib-faust-Makefile.diff
    40 patchfiles-append       patch-compiler-Makefile.unix.diff
    41 patchfiles-append       patch-tools-sound2faust-Makefile.diff
    42 
    4338post-patch {
    4439    eval reinplace "s|/usr/local|${prefix}|g" \
    4540        ${worksrcpath}/compiler/parser/enrobage.cpp \
     
    6257
    6358build.args-append       ARCHFLAGS="[get_canonical_archflags cxx]" \
    6459                        CXX="${configure.cxx} [get_canonical_archflags cxx]"
     60build.target            world
    6561
    66 post-build {
    67     foreach extra {dynamic httpd sound2faust} {
    68         build.target    ${extra}
    69         portbuild::build_main
    70     }
    71 }
    72 
    7362post-destroot {
    7463    set docdir ${destroot}${prefix}/share/doc/${subport}
    7564    xinstall -d ${docdir}