Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jun 2007 13:51:44 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Max Laier <max@love2party.net>
Cc:        mnag@freebsd.org, freebsd-current@freebsd.org, freebsd-pf@freebsd.org
Subject:   Re: pf(4) status in 7.0-R
Message-ID:  <86wsyhjo6n.fsf@dwp.des.no>
In-Reply-To: <200706061339.37147.max@love2party.net> (Max Laier's message of "Wed\, 6 Jun 2007 13\:39\:23 %2B0200")
References:  <20070601103549.GA22490@localhost.localdomain> <200706061154.00751.max@love2party.net> <86tztll619.fsf@dwp.des.no> <200706061339.37147.max@love2party.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Max Laier <max@love2party.net> writes:
> Dag-Erling Sm=C3=B8rgrav <des@des.no> 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
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86wsyhjo6n.fsf>