Bug 115472 - update devel/libftdi
Summary: update devel/libftdi
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-13 18:00 UTC by John E. Hein
Modified: 2007-09-19 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.96 KB, patch)
2007-08-13 18:00 UTC, John E. Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John E. Hein 2007-08-13 18:00:03 UTC
	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)

Fix: Go ahead for update given by maintainer...

========================================================
From: Alexandr Davidenko <o.davydenko@gmail.com>
To: John E Hein <jhein@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
========================================================

How-To-Repeat: 
N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-13 18:00:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-13 18:00:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Olexandr Davydenko 2007-08-14 08:26:00 UTC
Written by Edwin Groothuis at 2007 August 13 17:00:22 (+0000)
> Maintainer of devel/libftdi,
> 
> Please note that PR ports/115472 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115472

Yes, approve .
Thanks.

-- 
WBR,
	Davidenko Alexandr
Comment 4 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-05 15:35:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 5 araujobsdport 2007-09-19 03:44:30 UTC
Hi guys,

We have a error to rebuild this package with the patch!
You can reserve a short time to review this patch or solve this problem?
See the log at:
 http://200.247.114.5/tb/errors/6.2-RELEASE/libftdi-0.10.log

Best Regards.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 6 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-19 04:11:56 UTC
State Changed
From-To: feedback->analyzed

I'm waiting feedback.
Comment 7 Olexandr Davydenko 2007-09-19 08:46:06 UTC
Hi!

Written by Marcelo Araujo at 2007 September 18 23:44:30 (-0300)
> We have a error to rebuild this package with the patch!
> You can reserve a short time to review this patch or solve this problem?
> See the log at:
>  http://200.247.114.5/tb/errors/6.2-RELEASE/libftdi-0.10.log

I see in log this: "ftdi.c:31:17: usb.h: No such file or directory"

Missing usb.h - header file from libusb. 

Build libusb or install package from ftp - in both variants usb.h
installed in /usr/local/include/ and libftdi with this patch rebuilded
without any errors.

-- 
Davidenko Alexandr
Comment 8 araujobsdport 2007-09-19 13:03:35 UTC
Alexandr Davidenko wrote:
> I see in log this: "ftdi.c:31:17: usb.h: No such file or directory"
>
> Missing usb.h - header file from libusb. 
>
> Build libusb or install package from ftp - in both variants usb.h
> installed in /usr/local/include/ and libftdi with this patch rebuilded
> without any errors.
>
>   

Hi dear Alexandr,

You are right about usb.h, however using 'port test' and tinderbox for
to automate the package test, we have this problem, I install and
deinstall this package and not have any problem. I believe, in few
hours, I investigate better.

Thanks.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 9 John E. Hein 2007-09-19 17:36:54 UTC
Marcelo Araujo wrote at 23:44 -0300 on Sep 18, 2007:
 > Hi guys,
 > 
 > We have a error to rebuild this package with the patch!
 > You can reserve a short time to review this patch or solve this problem?
 > See the log at:
 >  http://200.247.114.5/tb/errors/6.2-RELEASE/libftdi-0.10.log

404 - Not Found

If you want me to look at it still, please restore
the error log.
Comment 10 araujobsdport 2007-09-19 18:07:21 UTC
Alexandr Davidenko wrote:
> I see in log this: "ftdi.c:31:17: usb.h: No such file or directory"
>
> Missing usb.h - header file from libusb. 
>
> Build libusb or install package from ftp - in both variants usb.h
> installed in /usr/local/include/ and libftdi with this patch rebuilded
> without any errors.
>
>   

Hi Alexandr,

I found the error in the patch, I fixed it and on few hours I commit it.
Forgot to include the include directory in CONFIGURE_ENV!

-CONFIGURE_ENV=          CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
+CONFIGURE_ENV=          CFLAGS="${CFLAGS}"

See the log at: http://200.247.114.5/tb/logs/6.2-RELEASE/libftdi-0.10.log

Thanks.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 11 dfilter service freebsd_committer freebsd_triage 2007-09-19 19:18:33 UTC
araujo      2007-09-19 18:18:29 UTC

  FreeBSD ports repository

  Modified files:
    devel/libftdi        Makefile distinfo 
  Added files:
    devel/libftdi        pkg-plist 
  Log:
  - 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)
  
  Revision  Changes    Path
  1.4       +2 -11     ports/devel/libftdi/Makefile
  1.2       +3 -3      ports/devel/libftdi/distinfo
  1.1       +13 -0     ports/devel/libftdi/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 12 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-19 19:23:57 UTC
State Changed
From-To: analyzed->closed

Committed, with minor changes. Thanks!
Comment 13 John E. Hein 2007-09-19 20:06:43 UTC
Marcelo Araujo wrote at 14:07 -0300 on Sep 19, 2007:
 > Alexandr Davidenko wrote:
 > > I see in log this: "ftdi.c:31:17: usb.h: No such file or directory"
 > >
 > > Missing usb.h - header file from libusb. 
 > >
 > > Build libusb or install package from ftp - in both variants usb.h
 > > installed in /usr/local/include/ and libftdi with this patch rebuilded
 > > without any errors.
 > >
 > >   
 > Hi Alexandr,
 > 
 > I found the error in the patch, I fixed it and on few hours I commit it.
 > Forgot to include the include directory in CONFIGURE_ENV!
 > 
 > -CONFIGURE_ENV=          CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
 > +CONFIGURE_ENV=          CFLAGS="${CFLAGS}"

Yes, that part of the original patch was an unintended removal.
Thanks.