<ChangeLog>
*) Bugfix: nginx could not be built on FreeBSD 6 and early versions;
the bug had appeared in 0.7.46.
*) Bugfix: nginx could not be built on MacOSX; the bug had
appeared in 0.7.46.
*) Bugfix: if the "max_size" parameter was set, then the cache manager
might purge a whole cache; the bug had appeared in 0.7.46.
*) Change: a segmentation fault might occur in worker process, if the
"proxy_cache"/"fastcgi_cache" and the "proxy_cache_valid"/
"fastcgi_cache_valid" were set on different levels; the bug had
appeared in 0.7.46.
*) Bugfix: a segmentation fault might occur in worker process, if a
request was redirected to a proxied or FastCGI server via error_page
or try_files; the bug had appeared in 0.7.44.
</ChangeLog>
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
This snapshot has a significantly reworked build system (now GNU
autoconf and automake) which makes this port much simpler. I've
worked with the upstream authors to ensure this works on FreeBSD and
have helped them to remove the dependence on gmake and the need for
us to have local patches.
at compile time. Its author suggests to use -D__LITTLE_ENDIAN__ in the
program's Makefile and this is the solution proposed in ports/131878. Since
FreeBSD (and FreeBSD ports) might be used on big-endian architectures as
well as on little endian architectures I decided to instrument an already
present endianness check directly in the affected source file instead.
- Bump PORTREVISION since this affects the content (and functionality) of
the port's binary package.
Pr: 133159
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
ratpoison and dwm. Musca's code is actually written from scratch,
but a lot of useful stuff was gleaned from reading the source code
of those two excellent projects.
WWW: http://aerosuidae.net/musca.html
Approved by: tabthorpe (co-mentor)
mem(4) doesn't work on sparc64, revert to the pre-libpciaccess
approach of using the tty(4) device opened by the X server there.
Hopefully we have proper MI means of doing so one day.
Approved by: flz
ratpoison and dwm. Musca's code is actually written from scratch,
but a lot of useful stuff was gleaned from reading the source code
of those two excellent projects.
WWW: http://aerosuidae.net/musca.html
Approved by: tabthorpe (co-mentor)
While the port is abandoned upstream it does still work and mail/t-prot
is broken without it. Fixing mail/t-prot does not look like it will
ever happen so we should keep Getopt::Mixed around and discourage it's
use with DEPRECATED.
PR: ports/132922
Submitted by: rollingbits@gmail.com
used to list and convert tape, hard disk, snapshot, and audio files.
WWW: http://fuse-emulator.sourceforge.net/
PR: ports/115096
Submitted by: rene
Approved by: pav