Subject: CVS commit: pkgsrc/emulators/openmsx
From: John Marino
Date: 2012-08-12 03:15:00
Message id: 20120812011501.00B2B175DD@cvs.netbsd.org

Log Message:
emulators/openmsx: Add <cstring>, fix *way* leftover file

Several files needed the <cstring> include for functions like memset.
Additional, Tinderbox caught this error:

=== Checking filesystem state after all packages deleted
================================================================
list of extra files and directories in / (not present on clean system
  but present after everything was deinstalled)
34217227226  0  lrwxr-xr-x  1  root  wheel  65  Aug 12 00:13
  usr/local/bin/openmsx ->
   /work/emulators/openmsx/work/.destdir/usr/pkg/openmsx/bin/openmsx

The package was installing a symbolic link from /usr/local/bin to the
destdir!  Luckily this feature is switchable with a variable.  Fixed.

Files:
RevisionActionfile
1.31modifypkgsrc/emulators/openmsx/Makefile
1.9modifypkgsrc/emulators/openmsx/distinfo
1.1addpkgsrc/emulators/openmsx/patches/patch-src_MSXDevice.cc
1.1addpkgsrc/emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc
1.1addpkgsrc/emulators/openmsx/patches/patch-src_fdc_MSXtar.cc
1.1addpkgsrc/emulators/openmsx/patches/patch-src_sound_AY8910.cc
1.1addpkgsrc/emulators/openmsx/patches/patch-src_sound_MSXMixer.cc