Bug 100982 - New port: devel/libftdi A library to talk with FTDI chips
Summary: New port: devel/libftdi A library to talk with FTDI chips
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 15:20 UTC by Olexandr Davydenko
Modified: 2006-07-31 16:19 UTC (History)
0 users

See Also:


Attachments
libftdi (2.25 KB, text/plain)
2006-07-28 15:20 UTC, Olexandr Davydenko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olexandr Davydenko 2006-07-28 15:20:11 UTC
libftdi - A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-29 17:19:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-29 21:16:54 UTC
State Changed
From-To: open->feedback

New port added, but marked IGNORE on 4.x because: 
http://sce-tindy.tecnik93.com/tb/errors/4-STABLE-i386-myPT/libftdi-0.7.log
Comment 3 Olexandr Davydenko 2006-07-31 13:27:11 UTC
On Sat, Jul 29, 2006 at 08:16:55PM +0000, Ion-Mihai Tetcu wrote:
> Synopsis: New port: devel/libftdi A library to talk with FTDI chips
> 
> New port added, but marked IGNORE on 4.x because:
> http://sce-tindy.tecnik93.com/tb/errors/4-STABLE-i386-myPT/libftdi-0.7.log
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=100982

Patch for devel/libftdi/Makefile for fixing this problem.

--- libftdi.patch begins here ---
diff -urN libftdi-old/Makefile libftdi/Makefile
--- libftdi-old/Makefile	Mon Jul 31 13:16:35 2006
+++ libftdi/Makefile	Mon Jul 31 13:20:23 2006
@@ -18,9 +18,8 @@
 GNU_CONFIGURE=		yes
 CONFIGURE_ENV=		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-MAKE_ARGS=		pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 USE_LDCONFIG=		yes
-USE_GNOME=		pkgconfig
+USE_GNOME=		pkgconfig gnomehack
 
 PORTDOCS=		COPYING.LIB ChangeLog README
 PLIST_FILES=		bin/libftdi-config \
--- libftdi.patch ends here ---
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-31 16:19:12 UTC
State Changed
From-To: feedback->closed

Build on 4.x fixed also.