Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 17:45:26 +0100
From:      "Cybil Courraud" <d@cyb.fr>
To:        ports@freebsd.org
Subject:   Make bsd_upektfmess working \w 8.0
Message-ID:  <07a7587295e6325375333e46b3e3e3b2.squirrel@webmail.cyb.fr>

next in thread | raw e-mail | index | archive | help
Hi,
I just configured a Lenovo with 8.0-STABLE for
/usr/ports/security/bsp_upektfmess and then /usr/ports/security/pam_bsdbioapi
with some modifications:

Since libusb isn't in ports anymore, I've removed libusb line in
bsp_upektfmess's Makefile:

< LIB_DEPENDS=        bioapi100.0:${PORTSDIR}/security/bioapi
<
---
> LIB_DEPENDS=        bioapi100.0:${PORTSDIR}/security/bioapi \
>                 usb-0.1.8:${PORTSDIR}/devel/libusb


Then, at compile time, libusb wasn't found (cause statically linked), so I've
modified libmap.conf :

[/usr/local/lib/libtfmessbsp.so]
libusb-0.1.so.8                libusb.so.2

It works like a charm. It may help to update the port...

Regards,

-- Cybil Courraud





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?07a7587295e6325375333e46b3e3e3b2.squirrel>