diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile index c590d76ceead..0ae63c875df1 100644 --- a/devel/urjtag/Makefile +++ b/devel/urjtag/Makefile @@ -1,51 +1,50 @@ # Created by: Bruce M. Simpson PORTNAME= urjtag -DISTVERSION= 2019.12 -PORTREVISION= 2 +DISTVERSION= 2021.03 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= yuri@FreeBSD.org COMMENT= Extended utility to work with JTAG-aware boards LICENSE= GPLv2 RUN_DEPENDS= bash:shells/bash USES= gmake libtool readline tar:xz USE_CSTD= c99 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-stapl INSTALL_TARGET= install-strip OPTIONS_DEFINE= FTDI JEDEC NOASYNC NLS PYTHON USB OPTIONS_DEFAULT= FTDI USB OPTIONS_SUB= yes FTDI_DESC= FTDI-based USB JTAG adapters support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 FTDI_CONFIGURE_WITH= libftdi JEDEC_DESC= Experimental JEDEC flash detection JEDEC_CONFIGURE_ENABLE= jedec-exp NOASYNC_DESC= Disable the libftdi async mode # possible workaround for bugs like bug#251533 NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls PYTHON_CONFIGURE_ENABLE= python PYTHON_BROKEN= ld: error: unable to find library -l-Wl,-rpath # see https://sourceforge.net/p/urjtag/bugs/132/ USB_DESC= USB JTAG adapters support #USB_CONFIGURE_ON= --with-libusb=/usr # causes libusb to not be recognized: https://sourceforge.net/p/urjtag/bugs/133/ USB_CONFIGURE_OFF= --without-libusb post-patch-NOASYNC-on: @${REINPLACE_CMD} -e 's|"ftdi_read_data_submit"|"ftdi_read_data_submitx"|' ${WRKSRC}/configure .include diff --git a/devel/urjtag/distinfo b/devel/urjtag/distinfo index 6156b81e04f7..c60a494d266a 100644 --- a/devel/urjtag/distinfo +++ b/devel/urjtag/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578774938 -SHA256 (urjtag-2019.12.tar.xz) = 19a46eba61e91f5b83a22f591af8d196d5329a4273b945e9c060c6acf6ae5bcc -SIZE (urjtag-2019.12.tar.xz) = 1208432 +TIMESTAMP = 1617914331 +SHA256 (urjtag-2021.03.tar.xz) = b0a2eaa245513af096dc4d770109832335c694c6c12aa5e92fefae8685416f1c +SIZE (urjtag-2021.03.tar.xz) = 1208440 diff --git a/devel/urjtag/files/patch-src_tap_usbconn_libusb.c b/devel/urjtag/files/patch-src_tap_usbconn_libusb.c deleted file mode 100644 index 2ee98690e007..000000000000 --- a/devel/urjtag/files/patch-src_tap_usbconn_libusb.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tap/usbconn/libusb.c.orig 2020-01-11 20:59:55 UTC -+++ src/tap/usbconn/libusb.c -@@ -40,6 +40,8 @@ - #include "libusb.h" - #include "../usbconn.h" - -+extern const urj_usbconn_driver_t urj_tap_usbconn_libusb_driver; -+ - /* ---------------------------------------------------------------------- */ - - /* @return 1 when found, 0 when not */