Ticket #32658: Portfile-openocd.diff
File Portfile-openocd.diff, 1.4 KB (added by jerkejacobs@…, 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 85140 2011-10-10 11:09:20Z snc@macports.org $3 2 4 3 PortSystem 1.0 5 4 6 5 name openocd 7 version 0. 4.06 version 0.5.0 8 7 revision 1 9 8 categories cross devel 10 9 license GPL 11 maintainers snc openmaintainer10 maintainers xor-gate.org:jerry 12 11 description Open On-Chip Debugger 13 12 long_description The Open On-Chip Debugger (OpenOCD) aims to provide \ 14 13 debugging, in-system programming and boundary-scan \ … … 19 18 20 19 master_sites sourceforge:openocd 21 20 22 checksums rmd160 69ce61cec0aebce1300f44af029bf644194ebce9 \ 23 sha256 fc4b8b55c25920c0024e6e621c4127e92acbe9f6bafaf72b90fd60a5536e9194 21 checksums sha256 efb99e0394249cbd518b51b052eea150d5f14557e9a2e0ddfae198792dca51c6 24 22 25 23 depends_lib port:libftdi 26 24 27 patchfiles patch-openocd-maskisr-when-stepping-after-breakpoint.diff28 29 25 configure.args-append --enable-ft2232_libftdi --disable-werror 30 26 31 27 livecheck.url http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd\;a=tags