I ran off and updated the patch files on the squid website for 2.4.stable1,
and then updated this port to use them.
Note that diskd is still broken here - I haven't actually
committed a fix to squid yet .. :-P
the install. My version used the special Makefile only to build the
binary lib. The installation was done by the software's Makefile.
sobomax declared the custom Makefile.lib to be _the_ Makefile, which
caused the library to be installed into /usr/lib :-) and completely
missed the .tcl scripts, etc.
I'm restoring the old behaviour with the build problem fixed (I hope).
This version will also help tclhttpd find its docRoot on startup. It
will also install tclhttpd.rc.default instead of tclhttpd.rc. If the
latter does not exist, the former gets copied to create it.
Submitted by: bento (and fenner's script)
Update the squid-2.4 port to actually _be_ squid-2.4 . Phew.
This port builds, installs, packages, pkg_delete's cleanly.
I'm going to run it through some more linting and tidying up before
I'm completely done with it.
Differences from squid22/squid23 :
* install-pinger isn't built. I'll tackle this later, possibly by creating
a squid user/group. I don't like having suid binaries installed,
even more so when 99% of the users of this port won't even enable
ICMP pinging.
* I've enabled the lru and heap replacement policies. LRU is used by
default, the beauty here is that the user can choose one or the other
without needing a recompile.
* I've enabled ufs (sync), diskd (async) and null (no caching, only proxying).
This again lets users choose what they want without needing a recompile.
The default is still a 100mb cache in /usr/local/squid/cache/ running
ufs. I would change it to diskd but if the user hasn't tweaked their
sysV shm/msg parameters sufficiently they'll just be puzzled when squid
gives mysterious sysV errors (and if they load it up enough to have UFS
become an issue, they'd be better off reading the squid FAQ anyhow..)
- Notwithstanding the comment in bsd.port.mk, sometimes defining both
EXTRACT_SUFX and DISTFILES is appropriate.
PR: 26047
Submitted by: croyle@gelemna.org
more flexible build options:
.enables apache module to embeded more python features.
(crypt, cmath, strop.. and so many;same to lang/python port)
but useless features (openpty, gnu readline) are disabled
by default.
.strip object at post-build phase by default.
PR: 25839
Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
.enables apache module to embeded more python features.
(crypt, cmath, strop.. and so many;same to lang/python port)
but useless features (openpty, gnu readline) are disabled
by default.
.strip object at post-build phase by default.
Assorted cleanup for portlint
PR: 25839
Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER