Bug 256491 - devel/openocd: Update to 0.11.0, enable USB support for J-Link
Summary: devel/openocd: Update to 0.11.0, enable USB support for J-Link
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-08 23:24 UTC by Marcin Cieślak
Modified: 2021-08-26 21:33 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (skreuzer)


Attachments
update port to 0.11.0 (65.68 KB, patch)
2021-06-08 23:24 UTC, Marcin Cieślak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Cieślak 2021-06-08 23:24:01 UTC
Created attachment 225652 [details]
update port to 0.11.0

This is an update of openocd package to 0.11.0

I have also added CONFIGURE_ENV to make libjaylink accept our libusb (otherwise it uses pkg-config and says our libusb is too old).

I think there should be an UPDATING entry added for this one, since some configuration may not work as it were in 0.10.0.

Nice explanation how to fix the configuration if needed:

https://visualgdb.com/support/chainposition/

(I am pretty new to this software but now it manages to detect my J-Link equipped board).
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-26 21:32:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c4775a60c3dff3e2abbe98f287c7bcc6fb8c988

commit 3c4775a60c3dff3e2abbe98f287c7bcc6fb8c988
Author:     Marcin Cieślak <saper@saper.info>
AuthorDate: 2021-08-26 21:29:19 +0000
Commit:     Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2021-08-26 21:31:58 +0000

    devel/openocd: Update to version 0.11.0

    PR:             256491
    Changes:        https://openocd.org/openocd-0-11-0-released.html

 devel/openocd/Makefile                             |    4 +-
 devel/openocd/distinfo                             |    6 +-
 .../files/patch-src_jtag_drivers_bitbang.h (gone)  |   11 -
 devel/openocd/pkg-plist                            | 1406 +++++++++++---------
 4 files changed, 792 insertions(+), 635 deletions(-)
Comment 2 Steven Kreuzer freebsd_committer freebsd_triage 2021-08-26 21:33:28 UTC
Committed. Thanks