ports/115472: update devel/libftdi

John E. Hein jhein at timing.com
Mon Aug 13 17:00:06 UTC 2007


>Number:         115472
>Category:       ports
>Synopsis:       update devel/libftdi
>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 Aug 13 17:00:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     John E. Hein
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:

>Description:
	Update devel/libftdi

New in 0.10
-----------
* Examples for libftdi_usb_find_all and CBUS mode
* Fixed ftdi_list_free
* Small cosmetic changes

New in 0.9
----------
* Fixed build without doxygen
* Correct .so file library version

New in 0.8
----------
* Complete doxygen documentation and examples
* Extended FT2232C bitbang mode example code (Max)
* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)

>How-To-Repeat:

N/A

>Fix:

Go ahead for update given by maintainer...

========================================================
From: Alexandr Davidenko <o.davydenko at gmail.com>
To: John E Hein <jhein at timing.com>
Date: Fri, 3 Aug 2007 09:28:56 +0300

Hi!

Written by John E Hein at 2007 August 02 15:12:38 (-0600)
> Here's a patch to update libftdi...
> 
> Do you want me to submit a PR?
> 
Yes, please submit.
I am very busy and forgot about updatings of libftdi, sorry :(

-- 
WBR,
	Davidenko Alexandr
========================================================


Index: ports/devel/libftdi/Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/devel/libftdi/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- ports/devel/libftdi/Makefile	28 Jan 2007 09:07:37 -0000	1.3
+++ ports/devel/libftdi/Makefile	13 Aug 2007 16:47:35 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libftdi
-PORTVERSION=	0.7
+PORTVERSION=	0.10
 CATEGORIES=	devel
 MASTER_SITES=	http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/
 
@@ -17,18 +17,24 @@ LIB_DEPENDS=	usb-0.1:${PORTSDIR}/devel/l
 
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=		yes
-CONFIGURE_ENV=		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
+CONFIGURE_ENV=		CFLAGS="${CFLAGS}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_LDCONFIG=		yes
 USE_GNOME=		pkgconfig gnomehack
 
 PORTDOCS=		COPYING.LIB ChangeLog README
-PLIST_FILES=		bin/libftdi-config \
+PLIST_FILES=		bin/bitbang \
+				bin/bitbang2 \
+				bin/bitbang_cbus \
+				bin/bitbang_ft2232 \
+				bin/find_all \
+				bin/libftdi-config \
+				bin/simple \
 				include/ftdi.h \
 				lib/libftdi.a \
 				lib/libftdi.la \
 				lib/libftdi.so \
-				lib/libftdi.so.7 \
+				lib/libftdi.so.10 \
 				libdata/pkgconfig/libftdi.pc
 
 post-install:
Index: ports/devel/libftdi/distinfo
===================================================================
RCS file: /base/FreeBSD-CVS/ports/devel/libftdi/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- ports/devel/libftdi/distinfo	29 Jul 2006 20:15:51 -0000	1.1
+++ ports/devel/libftdi/distinfo	2 Aug 2007 20:45:38 -0000
@@ -1,3 +1,3 @@
-MD5 (libftdi-0.7.tar.gz) = c9ba4ea7544799e81cbd881f90ee3574
-SHA256 (libftdi-0.7.tar.gz) = 1d1b93227135d50230e6b0ba4eab91df45d293352b4cba83443787eba4398229
-SIZE (libftdi-0.7.tar.gz) = 171953
+MD5 (libftdi-0.10.tar.gz) = 21ec9cc5aae63fa2e2b52c530882e483
+SHA256 (libftdi-0.10.tar.gz) = e7465637b7de4da0754a908e7fd78082dcf08969b3103bb0b02d24c0a71d9c32
+SIZE (libftdi-0.10.tar.gz) = 238260
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list