Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz a280a8fe2d Update to 0.8.D.2 (0.8.13.2 in pkgsrc terms):
0.8.D.2:
	NES: Fixed a crash on certain x86_64 platforms(Mac OS X),
	due to the sound filtering code dereferencing 32-bit
	registers instead of 64-bit registers as it should have.

0.8.D.1:
	Fixed a compilation error on gcc 4.5(thanks to hanno for
	pointing it out).

0.8.D:
	SMS:  Some state that wasn't being saved in save states
	now is, which should fix netplay desynch problems with
	SMS/GG games.

	Fixed a couple of remotely-exploitable(if connected to a
	malicious server) stack manipulation bugs in the network
	play code.

	Fixed an incorrect object creation bug in pce/adpcm.cpp.

	NES:  Added a missing CPU emulator variable to save states.

	PCE:  Added a missing CPU emulator variable to save states.

0.8.D-rc1:
	Lynx:  Fixed a bug in the cart loader code that would cause
	a crash if the ROM bank size was larger than the actual
	data available in the file(as is the case with some homebrew
	programs).  Thanks to "Wookie" for the patch.

	Build files were regenerated using autoconf 2.64 and aclocal
	1.11(previously, they were generated with autoconf 2.61
	and aclocal 1.10.1).

	Fixed a crashing problem when entering an invalid menu
	choice("0") in the cheat interface.  Thanks to tsenart for
	reporting the bug.

	GB:  The GameBoy module now respects the "filesys.disablesavegz"
	setting in respect to saved battery-backed RAM.

	Added support for "lurkers" on the network play server.
	Previous versions of Mednafen don't lack support for this
	per se, but there would be cosmetic issues with status
	messages printed to the internal console.

	SexyAL:  Fixed a bug affecting the return value from
	RawCanWrite() in the ALSA driver.  The returned value was
	typically too small by a factor of 4.  The effects of this
	bug included potential long periods of garbled sound during
	netplay.

	Fixed the return value from RawCanWrite() in the JACK
	driver.  It was being clamped to a value that was too small
	by a factor of 4; however, the clamp value was already
	excessively large in a way that this bug would should have
	only been triggered if the "soundbufsize" setting was
	excessively large.  The effects of this bug would be similar
	to the ALSA RawCanWrite() bug.

	The ALSA and OSS drivers will now try to set audio output
	to 2 channels if the source data only has 1 channel, and
	16-bit signed if the source data is 8-bit(automatic conversion
	is done).  This is done to allow for lower period/fragment
	sizes, as, in ALSA's internals at least, the minimum period
	sizes are expressed in bytes, not sound frames.

	The ALSA and OSS drivers will now try to set lower
	period/fragment sizes than previous versions of Mednafen
	did.  With default settings, for ALSA, the new period/fragment
	size is 50% of what it was before, and for OSS, 25%.  Also,
	there's a new setting to override the SexyAL's driver's
	preferred period/fragment sizes, named "sound.period_time"(default
	value of 0: no override).  The period/fragment size is
	expressed in microseconds.  If the new, lower fragment
	sizes cause problems, the setting can be changed to "2666"
	to approximate the fragment size selection in previous
	versions of Mednafen when using ALSA output, and "5333"
	when using OSS output.

	Added a workaround to the OSS driver for a bug in ALSA(and
	hence, ALSA's in-kernel OSS emulation) that could cause
	the emulator to run far too fast for a short period of time
	if a buffer underflow occurred.

	The ALSA's driver's RawCanWrite() method now(finally) uses
	snd_pcm_avail_update() instead of snd_pcm_delay().  This
	should improve performance and frameskipping behavior when
	the ALSA output is not routed directly to a physical device,
	such as the case with PulseAudio(though PulseAudio is still
	not recommended :b).  CVS:
----------------------------------------------------------------------
2010-08-15 15:10:50 +00:00
archivers Updating archivers/p5-Archive-Tar from 1.58 to 1.66 2010-08-04 18:01:14 +00:00
audio Fixes build failure with gmake-3.82. 2010-08-14 12:15:43 +00:00
benchmarks "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
biology Fix destdir follies and resulting plist lossage. PR 43579. 2010-07-31 19:14:08 +00:00
bootstrap Don't allow a prefix or other directory ending in /. Adresses PR 43754. 2010-08-13 18:57:36 +00:00
cad Update to nelma-3.2. 2010-08-04 02:46:03 +00:00
chat avoid accessing arrays out of bounds. should fix build isses on freebsd8. 2010-08-12 04:02:28 +00:00
comms Add comment, using commit message. 2010-08-02 07:05:09 +00:00
converters Update skf to 1.97.2. 2010-08-07 00:18:07 +00:00
cross fix PLIST for new doxygen, depend on latest version, bump PKGREVISION 2010-08-05 15:50:22 +00:00
databases Fix some my_time_t (long) v.s. time_t problem introduced MySQL 5.1.49. 2010-08-13 14:25:34 +00:00
devel Update to 2.67: 2010-08-15 12:08:59 +00:00
distfiles
doc Updated textproc/hunspell-de to 20100727 2010-08-15 12:12:23 +00:00
editors Update emacs-snapshot to 24.0.50.20100808. 2010-08-09 19:30:38 +00:00
emulators Update to 0.8.D.2 (0.8.13.2 in pkgsrc terms): 2010-08-15 15:10:50 +00:00
filesystems Fix yet another package with bogus dependencies. 2010-07-25 20:04:21 +00:00
finance Fix compilation on MacOS X 10.6, from upstream via Lothar Braun in PR 43756. 2010-08-14 19:12:57 +00:00
fonts Update to 20100416, provided by Ryo Onodera in PR 43709. 2010-08-07 16:07:56 +00:00
games Changes 0.9.2.1: 2010-07-26 10:01:45 +00:00
geography needs xsltproc for build, noticed by wiz 2010-08-05 08:39:30 +00:00
graphics revbumps for poppler update 2010-08-15 11:22:10 +00:00
ham Don't try and use xmlto if configure happens to find it. 2010-07-21 12:20:54 +00:00
inputmethod Update zinia to 0.06. 2010-08-14 14:30:39 +00:00
lang +py-cxfreeze 2010-08-15 10:47:26 +00:00
licenses Add the licence for the upcoming SqueezeboxServer package. 2010-07-05 00:50:55 +00:00
mail Update milter-manager to 1.6.0. 2010-08-12 02:09:22 +00:00
math Update to muParser 1.32 2010-08-11 20:33:19 +00:00
mbone Beacon v1.3-0 July 15, 2005 2010-03-14 10:59:14 +00:00
meta-pkgs we've got everything for gnome-2.30.2, name it so 2010-07-06 15:00:27 +00:00
misc more pkgrev bumps for poppler update 2010-08-15 12:33:32 +00:00
mk Note terminfo option. 2010-08-15 09:10:44 +00:00
multimedia Update MASTER_SITES. 2010-08-14 11:33:41 +00:00
net Update youtube-dl to 20100804. 2010-08-15 02:44:59 +00:00
news For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumption 2010-07-26 06:52:52 +00:00
packages
parallel "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
pkgtools pbulk-0.48: If pkg_add fails, remove binary package 2010-07-23 21:19:40 +00:00
print more pkgrev bumps for poppler update 2010-08-15 12:33:32 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Update ruby-oauth to 0.4.2. 2010-08-14 02:55:23 +00:00
shells Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
sysutils Fixes variable name to detect builtin. 2010-08-15 12:01:32 +00:00
templates Tell users to use "pkg_admin audit" instead of audit-packages. 2010-03-18 10:18:19 +00:00
textproc Update to 20100727: 2010-08-15 12:12:13 +00:00
time Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88 2010-08-04 16:47:08 +00:00
wm Update to evilwm-1.0.1 2010-08-13 19:15:53 +00:00
www update to 7.21.1 2010-08-15 11:14:36 +00:00
x11 Fix build failure on NetBSD/arm. 2010-08-09 13:21:07 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.