Ticket #45292: faust2-devel-Portfile.diff
File faust2-devel-Portfile.diff, 1.5 KB (added by agraef (Albert Graef), 10 years ago) |
---|
-
Portfile
5 5 6 6 name faust2-devel 7 7 conflicts faust faust-devel 8 version 2.0-2014100 29 git.branch 57c17a039422c652f7302541918a07ca955288e08 version 2.0-20141008 9 git.branch cd916bf198b9468c5654e1947ab5286c624689c1 10 10 categories audio lang 11 11 platforms darwin 12 12 maintainers ryandesign … … 35 35 port:llvm-${llvm_version} \ 36 36 port:openssl 37 37 38 patchfiles-append patch-architecture-httpdlib-src-Makefile.diff39 patchfiles-append patch-architecture-osclib-faust-Makefile.diff40 patchfiles-append patch-compiler-Makefile.unix.diff41 patchfiles-append patch-tools-sound2faust-Makefile.diff42 43 38 post-patch { 44 39 eval reinplace "s|/usr/local|${prefix}|g" \ 45 40 ${worksrcpath}/compiler/parser/enrobage.cpp \ … … 62 57 63 58 build.args-append ARCHFLAGS="[get_canonical_archflags cxx]" \ 64 59 CXX="${configure.cxx} [get_canonical_archflags cxx]" 60 build.target world 65 61 66 post-build {67 foreach extra {dynamic httpd sound2faust} {68 build.target ${extra}69 portbuild::build_main70 }71 }72 73 62 post-destroot { 74 63 set docdir ${destroot}${prefix}/share/doc/${subport} 75 64 xinstall -d ${docdir}