Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2010 22:10:00 GMT
From:      Steve Franks <bahamasfranks@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142328: prepare urjtag for upgrade of libftdi dependancy
Message-ID:  <201001042210.o04MA0AC089808@www.freebsd.org>
Resent-Message-ID: <201001042220.o04MK1Mj060443@freefall.freebsd.org>

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

>Number:         142328
>Category:       ports
>Synopsis:       prepare urjtag for upgrade of libftdi dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 04 22:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Steve Franks
>Release:        7.2
>Organization:
>Environment:
FreeBSD dystant.franks-devlopment.dyndns.biz 7.2-STABLE FreeBSD 7.2-STABLE #3: Mon Nov 30 10:08:23 MST 2009     root@dystant.franks-devlopment.dyndns.biz:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
urjtag is dependant on libftdi.so.15, manual upgrade of libftdi to 0.17 (libftdi.so.18) shows functionality, so version dependancy is probably superflous.
>How-To-Repeat:
upgrade libftdi to 0.17 and build urjtag
>Fix:
patch makefile

Patch attached with submission follows:

--- Makefile	2010-01-04 14:42:56.000000000 -0700
+++ Makefile.old	2010-01-04 14:44:09.000000000 -0700
@@ -48,7 +48,7 @@
 
 .if !defined(WITHOUT_FTDI)
 CONFIGURE_ARGS+=	--with-libftdi
-LIB_DEPENDS+=	ftdi:${PORTSDIR}/devel/libftdi
+LIB_DEPENDS+=	ftdi.15:${PORTSDIR}/devel/libftdi
 .endif
 
 .if exists(${LOCALBASE}/lib/libreadline.so.6)


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



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