Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 18:32:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556008 - head/devel/urjtag
Message-ID:  <202011211832.0ALIWnUS061988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov 21 18:32:49 2020
New Revision: 556008
URL: https://svnweb.freebsd.org/changeset/ports/556008

Log:
  devel/urjtag: Fix bug that libusb wasn't recognized
  
  PR:		251232
  Reported by:	Torfinn Ingolfsen <tingox+freebsd@gmail.com>
  MFH:		2020Q4

Modified:
  head/devel/urjtag/Makefile

Modified: head/devel/urjtag/Makefile
==============================================================================
--- head/devel/urjtag/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
+++ head/devel/urjtag/Makefile	Sat Nov 21 18:32:49 2020	(r556008)
@@ -3,6 +3,7 @@
 
 PORTNAME=	urjtag
 DISTVERSION=	2019.12
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -37,10 +38,10 @@ NLS_USES=			gettext
 NLS_CONFIGURE_ENABLE=		nls
 
 PYTHON_CONFIGURE_ENABLE=	python
-PYTHON_BROKEN=			ld: error: unable to find library -l-Wl,-rpath
+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
+#USB_CONFIGURE_ON=		--with-libusb=/usr # causes libusb to not be recognized: https://sourceforge.net/p/urjtag/bugs/133/
 USB_CONFIGURE_OFF=		--without-libusb
 
 .include <bsd.port.mk>



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