Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2026 16:12:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 292229] comms/dfu-programmer: Update to version 1.1.0, WWW and
Message-ID:  <bug-292229-7788-K8vOvhPnLM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-292229-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292229

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org
             Status|New                         |In Progress

--- Comment #9 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Created attachment 266901
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266901&action=edit
v1

8. This change:
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
easier make via REINPLACE_CMD:
post-patch:
        ${REINPLACE_CMD} 's|#include <libusb-1.0/libusb.h>|#include
<libusb.h>|' \
                ${WRKSRC}/src/dfu-device.h \
                ${WRKSRC}/src/dfu.c \
                ${WRKSRC}/src/dfu.h \
                ${WRKSRC}/src/libdfu.c

And etc…

Check patch. :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292229-7788-K8vOvhPnLM>