| Summary: | update devel/libftdi | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | John E. Hein <jhein> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
John E. Hein
2007-08-13 18:00:03 UTC
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) State Changed From-To: open->feedback Awaiting maintainers feedback 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
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. 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. .\. /_) State Changed From-To: feedback->analyzed I'm waiting feedback. 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
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. .\. /_) 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. 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. .\. /_) 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"
State Changed From-To: analyzed->closed Committed, with minor changes. Thanks! 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.
|