optimizations. The motivation to make a separate pgcc port is, to
provide two versions, an official release, which is missing the
leading edge of developement and an interesting current version,
which fixes some things and might breake (or not) others.
Fact is, that one is able to compile and run a complete FreeBSD-current
kernel without trouble and so closes 2 PR's.
>Number: 1221
>Category: bino
and possibly
>Number: 1222
>Category: ports (should be tested by the submitter.
Through disks and tapes
We will endure
As we pass surely
Through every crash
A time for us
Some day there'll be
A neeeeeeeeeeewww (make) world
A world of shining machine
For FreeBSD..
Some day there'll be
When send-pr's are torn
By courage born
Of a BSD that's Free
A time when commits
So long denied
Can floooooooooooour-ish
As we unveil the ports we now must hide..
(Instigated by: confidential new-port PRs)
LIB_DEPENDS. Remove "v" from tar extract, we don't do this in our
default rule. Use ${MKDIR} instead of mkdir -p. Remove USE_X11,
it is already implied by USE_IMAKE.
to right place. Add ldconfig to post-install target and @exec in PLIST
so the shared library will be registered. Remove patch between two
versions of "Makefile.old".
These things are all described in the handbook. Andreas, can you please
read it?
- Fixed announcement bug. Announcements were always off unless
a file was specified.
- Fixed wrong number of args to examine_select() debug.
- Fixed null-string content-type
- Don't cache replies with 'Set-Cookie:' headers.
- Fixed bug when client issues IMS, Squid has stale object and
Squid's lastmod time is greater than the client IMS time.
A 304 reply would be appropriate for Squid, but not the client
(diagnosed by Mark Treacy).
- Fixed httpBuildRequestHeader() content length bug which breaks for
really large POST requests (Takahiro Yugawa).
- Fixed 'passthrough_proxy' to pick up port number from list of
neighbors.
- Ensure pid file is world-readable if umask is set otherwise
(Doug Urner).
- Collect statistics on a few more HTTP headers.
Reviewed by:
Submitted by:
Obtained from: