Ticket #51713: Portfile.diff
File Portfile.diff, 1.7 KB (added by slewsys (Andrew L. Moore), 8 years ago) |
---|
-
Portfile
5 5 PortGroup github 1.0 6 6 7 7 epoch 1 8 github.setup ninja-build ninja 1. 6.0v8 github.setup ninja-build ninja 1.7.1 v 9 9 categories devel 10 10 platforms darwin 11 11 maintainers uuid-mail.com:521E328E-2A13-4749-826A-E4EF4F22A0F1 openmaintainer … … 29 29 30 30 homepage http://martine.github.com/ninja/ 31 31 32 checksums rmd160 2bf0352fde5b1288c446c11d8e3f26e04e205b7a\33 sha256 b3d075d1a25aab133fcf69343de5df4d66052b367917f262a9c047a7a1ecc0b432 checksums rmd160 16a67643cf07dd695c3c68b29e058a62e8e06cb5 \ 33 sha256 e8d7aca6141d7fb79efa757b86e8e20f3f40f8f55b7986de4af18a0064e3763e 34 34 35 patchfiles bootstrap.py-use-system-python.diff \ 36 configure.py-use-system-python.diff 35 patchfiles configure.py-use-system-python.diff \ 36 configure.py-bootstrap-only.diff \ 37 configure.diff 37 38 38 use_configure no39 39 40 40 variant universal {} 41 41 42 build.cmd ./bootstrap.py 42 depends_build port:re2c 43 44 configure.cxx "${configure.cxx} [get_canonical_archflags cxx]" 45 46 build.cmd ./ninja 43 47 build.target 44 build.args --verbose48 build.args 45 49 build.env CXX="${configure.cxx} [get_canonical_archflags cxx]" 46 50 51 post-patch { 52 file attributes ${worksrcpath}/configure -permissions +x 53 } 54 47 55 destroot { 48 56 xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin 49 57 xinstall -d ${destroot}${prefix}/etc/bash_completion.d