On Sun, Jul 26, 2009 at 03:27:36PM +0200, Hans Petter Selasky wrote:
> On Sunday 26 July 2009 15:12:24 Marc Fonvieille wrote:
> > On Sun, Jul 26, 2009 at 02:55:42PM +0200, Marc Fonvieille wrote:
> > > Then I read the CVS logs about SANE's ports and
> > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/sane-backends/Makefi
> > >le seems to say that SANE is broken since removal of uscanner(8), am I
> > > right?
> >
> > Ok, I read the Makefile, SANE is by default w/o libusb support cause
> > it's broken with libusb coming with 8.X so it's normal that the scanner
> > is not found.
> > Is there any plan in fixing that problem before 8.0-RELEASE?
> 
> I think this is an old error. Have you tried compiling SANE from ports with 
> libusb support enabled?
>

It's impossible cause of this Makefile part:

.if (defined(WITHOUT_USB) || ${OSVERSION} > 800000)
CONFIGURE_ARGS+=        --disable-libusb
.else
.if ${OSVERSION} < 800069
LIB_DEPENDS+=           usb-0.1.8:${PORTSDIR}/devel/libusb
.endif
.endif

So SANE is built w/o libusb support even if you check the option.  I
tried to comment this part but the build failed on sanei_usb.c etc.

I think someone with USB foo should have a look to the port.

-- 
Marc
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to