Changes:
Added /usr/local/etc/rc.d/aureal.sh.sample to assist with loading/
unloading the driver. Submitted version was slightly expanded with the
automatic detection of the Aureal card present in the system. Details
on how to override this are provided. (Sorry Peter for not taking care
of this sooner)
Submitted by: Peter Pentchev <roam@orbitel.bg>
Fixed the driver to work on 4.1 / 4.1.1 systems. It turns out these
systems don't have pcm_unregister(). The sideeffect of this is that
it's impossible to unload the driver. But at least one can kldload it
now.
Tested by: Vladislav V. Zhuk" <admin@dru.skif.net>
Switch over to Cameron's recent newpcm mega-commit in -CURRENT. To
install the port your CURRENT has to be built from post 3/24/2001
sources.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Submitted by: maintainer
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..)
- Make emulators/xmess a slave port of emulators/xmame
- Add SDL support (enabled by default)
- Add DGA support for non-SDL builds
- Define spool directory to /var/games/x{mame,mess}, and install binary
setgid games to avoid creating a world writable directory
- Add hiscore.dat, history.dat, and cheat.dat support for xmame
- Convert patch-ab into ${SED} in ports Makefile
- Add CPS-2 patches for xmame; this enables more games
- Enable optimization for xmame/xmess by default
PR: 25921 (with more patches from originator)
Submitted by: Stijn Hoop <stijn@win.tue.nl>