Ticket #44855: Portfile-openocd.diff
File Portfile-openocd.diff, 1.4 KB (added by x.macports.org@…, 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name openocd 7 version 0. 7.07 version 0.8.0 8 8 categories cross devel 9 9 license GPL 10 10 maintainers snc openmaintainer … … 20 20 master_sites sourceforge:project/openocd/openocd/${version} 21 21 22 22 use_bzip2 yes 23 checksums md5 8977a26a4e3a529e1c4fcc0df587a6a4\24 sha1 40fa518af4fae273f24478249fc03aa6fcce9176\25 rmd160 f232ce21a054ad56a80f0605fe8b22b6712434f0\26 sha256 5 2237b786530c8460b221556c26fa4779f668b7dcb83ff14b8c5eb2050f38e6323 checksums md5 6d83c34763a5f1d1ac7ad83c5a11f4fb \ 24 sha1 10bf9eeb54e03083cb1a101785b2d69fbdf18f31 \ 25 rmd160 812755bb51ccf6bb11e4b6aac6dd1c0c674c43b7 \ 26 sha256 5b076c324400ef0198ce6e21616e17f7a1a12f749362821ce0b03ec62c3cd32f 27 27 28 28 configure.args-append --disable-werror --enable-maintainer-mode 29 29 … … 38 38 } 39 39 40 40 variant ft2232 conflicts ft2232_ftd2xx description {Enable building support for FT2232 based devices using the libftdi driver, opensource alternate of FTD2XX} { 41 configure.args-append --enable-ft 2232_libftdi41 configure.args-append --enable-ftdi 42 42 depends_lib-append port:libftdi0 \ 43 43 port:libusb-compat 44 44 }