[ On Tuesday, March 12, stan wrote: ]
> On Mon, Mar 11, 2002 at 12:29:31AM +0000, Josef Karthauser wrote:
> > On Sun, Mar 10, 2002 at 07:05:06PM -0500, stan wrote:
> > > I have been having problems building the libusb port for the last couple of
> > > weeks.
> > > 
> > > More and more of teh ports I use are becoming dependent on it.
> > > 
> > > I'm enclosing a script of the build atempt.
> > 
> > I've committed a fix to libusb that was posted to this list by
> > John Reynolds a few weeks ago.  It should be on your cvsup mirror in a
> > few hours time.
> 
> Sorry to say, this is still failing as of this mroning. I just cvsup'd and
> tried to build the port.
> 
> Here are the results:
> 

it doesn't work for me either, however, I found the problem. There's a typo in
the patch. The preproc boiler plate around the changes look like this:

#if (__FreeBSD_version > 50000 && __FreeBSD_version < 500031) || \
    (__FreeBSD_version < 450001)

and should look like this:

#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || \
    (__FreeBSD_version < 450001)

(notice 50000 -> 500000).

Josef, can you make this change and get this committed?

-Jr

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|John Reynolds       Sr. Component Design Engineer - ICG/EID/Si Engineering |
|Intel Corporation   MS: CH6-210   Phone: 480-554-9092   pgr: 602-868-6512  |
|[EMAIL PROTECTED]  http://www-aec.ch.intel.com/~jreynold/       |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to