Max Laier <[EMAIL PROTECTED]> writes:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > Convenient and portable, but buggy as hell - we used it in Varnish to
> > begin with but had to ditch it due to a combination of design flaws and
> > bugs.  It also suffers from creeping featuritis - the latest version
> > includes a DNS resolver and a full HTTP implementation...  it's only a
> > matter of time before it grows a lisp interpreter and a mail reader.
> hmmm ... okay, didn't know that.  But what do you suggest as an
> alternative?  I certainly won't reinvent the wheel for the libevent
> calls in ftp-proxy.  Importing libevent code private to ftp-proxy
> seems equally wrong.  So the alternatives - to me at least - are
> either importing libevent or leaveing ftp-proxy in ports.  Pick your
> poison.

I suggest importing libevent (or a subset of it) as an internal library,
i.e. define INTERNALLIB in the Makefile so we get a libevent.a which
ftp-proxy can link against but which isn't installed.  Alternatively, we
can import a subset of libevent and name it something else (like we did
with expat -> bsdxml)

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to