I'm working on removing our dependency on libevent,
to simplify the build process. It's almost done, but
I don't have a freebsd system to test it on.

Can someone on freebsd try out commit a9419c?
https://github.com/kr/beanstalkd/tree/a9419c
https://github.com/kr/beanstalkd/tarball/a9419c

Please do the usual

    $ ./autogen.sh
    $ ./configure
    $ make
    $ make check

and report if you see any error messages or not.
Note, this isn't a regular release, so you have to
have autotools installed. (Sorry about that!)

Any other bsds out there, feel free to give it a go
as well, just

    $ cp sock_freebsd.c sock_`uname -s|tr A-Z a-z`.c

before you run make. If it works, reply here!

(Solaris users, I'll happily accept a patch to use /dev/poll.
You can use sock_linux.c and sock_bsd.c as models.)

kr

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.

Reply via email to