Port details on branch 2025Q3 |
- libftdi1 Library (using libusb) to talk to FTDI chips
- 1.5_9 devel
=0 1.5_9Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2025-09-02 21:15:15
- Last Update: 2025-09-02 21:13:37
- Commit Hash: 29709de
- License: GPLv2 LGPL21
- WWW:
- https://www.intra2net.com/en/developer/libftdi/
- Description:
- libftdi1 - 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libftdi1>0:devel/libftdi1
- To install the port:
- cd /usr/ports/devel/libftdi1/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libftdi1
- pkg install libftdi1
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libftdi1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1594555669
SHA256 (libftdi1-1.5.tar.bz2) = 7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049
SIZE (libftdi1-1.5.tar.bz2) = 116297
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- shared_ptr.hpp : devel/boost-libs
- swig : devel/swig
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libconfuse.so : devel/libconfuse
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libftdi1-1.5_9:
BOOST=on: Build with boost
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
PYTHON=on: Build Python bindings
===> Use 'make config' to modify these settings
- Options name:
- devel_libftdi1
- USES:
- cmake:insource compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2 python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_9 02 Sep 2025 21:13:37
    |
Robert Clausecker (fuz)  |
devel/libftdi1: prepare for boost 1.89
With boost 1.89, libboost_system, which is already an empty dummy
library will finally go away. Turn the boost dependency into a build
time dependency as no boost library is required at runtime.
Consumers of <ftdi.hpp> will have to depend on boost-libs at build time
to get the necessary headers, but a library dependency can be avoided
in many cases.
Approved by: bofh (maintainer)
MFH: 2025Q3
(cherry picked from commit 6b5f70d12a5fd9ee54c8321689f746878238f884) |
Number of commits found: 1
|