Ticket #45241: faust-devel-Portfile.diff
File faust-devel-Portfile.diff, 1.3 KB (added by agraef (Albert Graef), 10 years ago) |
---|
-
Portfile
5 5 6 6 name faust-devel 7 7 conflicts faust faust2-devel 8 version 0.9.6 7-201407229 git.branch 88fea20c65cb98ace3e8f52da83bd2aac343acc38 version 0.9.68-20141002 9 git.branch c1b94c3af34bc98c1e5aa0bc47d08d78aa8a9b0d 10 10 categories audio lang 11 11 platforms darwin 12 12 maintainers ryandesign … … 22 22 fetch.type git 23 23 git.url git://git.code.sf.net/p/faudiostream/code 24 24 25 depends_build port:pkgconfig 26 27 depends_lib port:libmicrohttpd \ 28 port:openssl \ 29 port:libsndfile 30 25 31 post-patch { 26 32 eval reinplace "s|/usr/local|${prefix}|g" \ 27 33 ${worksrcpath}/compiler/parser/enrobage.cpp \ … … 43 49 variant universal {} 44 50 45 51 build.args-append CXX="${configure.cxx} [get_canonical_archflags cxx]" 52 build.target-append sound2faust httpd dynamic 46 53 47 54 post-destroot { 48 55 set docdir ${destroot}${prefix}/share/doc/${subport} … … 56 63 57 64 # fixme 58 65 livecheck.type none 66 67 use_parallel_build no