FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 7:36 PM BST
Port details
libftdi 0.18 devel on this many watch lists=3 search for ports that depend on this port
A library (using libusb) to talk to FTDI chips
Maintained by: o.davydenko@gmail.com search for ports maintained by this maintainer
Port Added: 29 Jul 2006 20:17:55
License: not specified in port


libftdi - A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.

Note: When you get a -5 error "can't claim usb device" during
ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.

WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/automake, devel/autoconf, devel/libtool, devel/pkg-config
Required To Run: devel/pkg-config

Required by:
for Libraries

To install the port: cd /usr/ports/devel/libftdi/ && make install clean
To add the package: pkg_add -r libftdi


Configuration Options
===> The following configuration options are available for libftdi-0.18:
     BOOST=off (default) "Build with boost"
===> Use 'make config' to modify these settings

Master Sites:
http://www.intra2net.com/en/developer/libftdi/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.18
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
12 Jun 2011 13:55:44
Original commit files touched by this commit  0.18
jlaffaye search for other commits by this committer
Fix plist when compiling with the Boost option

PR:             ports/157183
Submitted by:   Remko C <sirdice@gmail.com>
Approved by:    maintainer timeout, bapt (mentor)
05 Mar 2011 15:55:45
Original commit files touched by this commit  0.18
dhn search for other commits by this committer
- Update to 0.18

PR:             ports/155121
Submitted by:   maintainer
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.17_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  0.17_1
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:57:56
Original commit files touched by this commit  0.17_1
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
15 Sep 2010 18:35:24
Original commit files touched by this commit  0.17_1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
10 Feb 2010 03:10:33
Original commit files touched by this commit  0.17
pgollucci search for other commits by this committer
- Update to 0.17

PR:             ports/143556
Submitted by:   Olexandr Davydenko <o.davydenko@gmail.com> (maintainer)
19 Aug 2009 09:47:04
Original commit files touched by this commit  0.14_1
miwi search for other commits by this committer
- Update MASTER_SITES
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.14_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
04 May 2009 19:52:34
Original commit files touched by this commit  0.14_1
stas search for other commits by this committer
- Fix libftdi on HEAD by including stdlib.h in ftdi.c. Since HEAD's
  version on usb.h doesn't include stdlib.h like libusb does, it fails
  to find prototypes for realloc function which leads to incorrect
  storage types used and memory corruption as a consequence.
09 Mar 2009 17:15:43
Original commit files touched by this commit  0.14
  Sanity Test Failure
stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
11 Jan 2009 15:07:43
Original commit files touched by this commit  0.14
miwi search for other commits by this committer
- Update to 0.14

PR:             129636
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.10
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Sep 2007 18:18:29
Original commit files touched by this commit  0.10
araujo search for other commits by this committer
- Update to 0.10.

PR:             ports/115472
Submitted by:   John E. Hein <jhein@timing.com>
Approved by:    stas (mentor), Alexandr Davidenko <o.davydenko@gmail.com>
(maintainer)
28 Jan 2007 09:07:47
Original commit files touched by this commit  0.7
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
31 Jul 2006 15:09:09
Original commit files touched by this commit  0.7
itetcu search for other commits by this committer
Fix build on 4.x

Submitted by:   maintainer
29 Jul 2006 20:15:51
Original commit files touched by this commit  0.7
itetcu search for other commits by this committer
libftdi - A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.

Note: When you get a -5 error "can't claim usb device" during
ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.

WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/

PR:             ports/100982
Submitted by:   Olexandr Davydenko <o.davydenko at gmail.com>

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.169 seconds.