- Add a CONFLICT with www/lusca-head
- Make the Squid configuration directory world readable in new
installations to ease use of cachemgr.cgi
- Implement squid_conf in the rc script and document user settable
variables
PR: ports/141930
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Update http_redis module from 0.2.0 to 0.3.0.
Remove needless extra patch.
<ChangeLog>
*) Feature: now the "error_page" directive may redirect the 301 and 302
responses.
*) Feature: the $geoip_city_continent_code, $geoip_latitude, and
$geoip_longitude variables.
Thanks to Arvind Sundararajan.
*) Feature: now the ngx_http_image_filter_module deletes always EXIF
and other application specific data if the data consume more than 5%
of a JPEG file.
*) Bugfix: nginx closed a connection if a cached response had an empty
body.
Thanks to Piotr Sikora.
*) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher
optimization option was used.
Thanks to Maxim Dounin and Denis F. Latypoff.
*) Bugfix: regular expressions in location were always tested in
case-sensitive mode; the bug had appeared in 0.8.25.
*) Bugfix: nginx cached a 304 response if there was the "If-None-Match"
header line in a proxied request.
Thanks to Tim Dettrick and David Kostal.
*) Bugfix: nginx/Windows tried to delete a temporary file twice if the
file should replace an already existent file.
</ChangeLog>
Add networkreponce support from upstream. [2]
Add a patch from upstream, to use the gzip encoding support in libsoup 2.28.2.
However if a website still displays junk. This means that it usesing deflate
which is not working in libsoup right now (like cvsweb.freebsd.org) [2]
PR: ports/141859 [1]
Submitted by: Carlos A. M. dos Santos <unixmania@gmail.com>
Obtained from: Webkit svn trunk.
This version is long awaited and the important improvements related to
FreeBSD are:
- USB device type autodetection for some devices
http://sourceforge.net/apps/trac/smartmontools/wiki/Supported_USB-Devices
- Support for HighPoint RocketRAID controllers
- Support RAID controllers using /dev/pass devices
- Support CHECK_POWER_MODE and WRITE_LOG
- Fix CCISS file descriptor leak
- New device type detection algorithm on FreeBSD, not based on filename
- Support for the adaX (ATA on CAM bus) devices on FreeBSD 8.0 and higher
PR: ports/141371
Submitted by: Alex Samorukov <samm os2 kiev ua>
Approved by: marck (maintainer)
- Change maintainer's email address
- Unconditionally depend on libpaper
- Depend on w3m (required by xmlto for certain output formats)
- Rearrange OPTIONS display
- Change way how CONFIGURE_ARGS are set, to track upstream changes
- Set MAKE_JOBS_UNSAFE (because it is)
- Simplified passivetex-related xmlto installation now possible after upstream
fixes
- Better choice of default backend
Submitted by: mandree (maintainer)
Approved by: garga (mentor)
from an audio CD in the drive. The coding style is slightly different
to the C interface to libdiscid, because it makes use of perl's
Object Oriented functionality.
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
PR: ports/141906
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
- The new bytecode engine needs llvm option to build, turn it off for now since
it's not building on i386. There is a bug opened in clamav project to fix it.