Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 23:35:41 GMT
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180645: Update devel/openocd to 0.7.0
Message-ID:  <201307182335.r6INZf55039568@oldred.freebsd.org>
Resent-Message-ID: <201307182340.r6INe0iq090483@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180645
>Category:       ports
>Synopsis:       Update devel/openocd to 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 18 23:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sean Bruno
>Release:        10-current
>Organization:
FreeBSD Project
>Environment:
FreeBSD powernoodle 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r252733: Thu Jul  4 16:17:56 PDT 2013     sbruno@powernoodle:/usr/obj/usr/src/sys/POWERNOODLE  amd64

>Description:
Port update request.  I've generated the following patch to update devel/openocd to 0.7.0

SHA256 (openocd-0.7.0.tar.bz2) = 52237b786530c8460b221556c26fa4779f668b7dcb83ff14b8c5eb2050f38e63
SIZE (openocd-0.7.0.tar.bz2) = 3493924


PORTVERSION=    0.7.0

>How-To-Repeat:

>Fix:
patch required to fix libusb dependency on 0.7.0

Patch attached with submission follows:

--- src/jtag/drivers/ti_icdi_usb.c.orig	2013-04-28 00:42:17.000000000 -0700
+++ src/jtag/drivers/ti_icdi_usb.c	2013-07-18 16:28:11.392443008 -0700
@@ -33,7 +33,7 @@
 
 #include <target/cortex_m.h>
 
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
 
 #define ICDI_WRITE_ENDPOINT 0x02
 #define ICDI_READ_ENDPOINT 0x83


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307182335.r6INZf55039568>