summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17Removed obsolete definition of {DE,}INSTALL_SRC. Bumped PKGREVISION.rillig2-8/+4
2006-06-17Bumped PKGREVISION to 1: Patch to fix noise channel emulation on NetBSD.dsainty3-4/+24
2006-06-16A package that installs info files should define INFO_FILES in thejlam1-1/+2
package Makefile.
2006-06-16Fix the PLIST to handle platforms that have any of BPF, TUN, or TAPjlam2-9/+26
devices.
2006-06-16Fix typo and rewrap some longish lines.jlam1-6/+9
2006-06-15Fix distinfo for patch-aa, noted by abs.dillo1-2/+2
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-15Update xmame and xmess to 0.106:dillo8-105/+101
0.106: - Everything from MAME 0.106 and MESS 0.106 - Fixed a link error for messtest. (Arnaud G. Gibert) - Fixed an alignment bug in the OpenGL driver which caused Defender, and possibly other 16bpp games, to be skewed. - The mouse is no longer automatically grabbed in fullscreen mode. Bugzilla bug 877. - Replaced fuzzy game name comparison with the method used by MAME for Windows, which lists approximate matches when an exact match isn't found. - A BadMatch error should no longer occur for the OpenGL target in some cases, such as when 16bpp mode is used with recent releases of the binary NVIDIA driver. 0.105: - Everything from MAME 0.105 and MESS 0.105. - Fixed "-frames_to_run/-ftr" so that it works the same as on Windows. - Fixed a memory leak in the plugin manager shutdown found by Valgrind. Bugzilla bug 850. - The output of "-listroms (-lr)" now shows the correct driver name when it's run for all ROMs. - Fixed a potential buffer overflow in the standard joystick driver. Bugzill bug 821. (Pierre Riteau)
2006-06-13Update Xbeeb to 0.4.1:dsainty9-159/+171
- Support TrueColor displays - Better sound - .inf file attributes - Simplified NetBSD sound support with OSS compatibility - Provided a working MASTER_SITES - Took maintainership
2006-06-13Add and enable suse100_libxml2.salo1-1/+2
2006-06-13Initial import of suse_libxml2-10.0: Linux compatibility package for thesalo6-0/+48
libxml2 library. Linux compatibility package based on the SuSE Linux distribution, take a look at "http://www.suse.com/" for more information about it. This package supports running ELF binaries linked with libxml2 shared libraries. Based on PR pkg/33715 by Mihai Chelaru.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz23-45/+46
for SDL shlib changes.
2006-06-12Changes 0.9.15:adam6-21/+25
- More MS/RPC improvements. - Core Audio driver for Mac OS X. - More complete DNSAPI dll. - Improvements to Web browser support. - Lots of bug fixes.
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Add suse100_{libcups,openssl}markd1-1/+3
2006-06-11Initial import of Linux compatibility package for the Cups librarymarkd6-0/+48
2006-06-11Initial import of Linux compatibility package for the OpenSSL library.markd6-0/+48
2006-06-07Rework last change to avoid spurious warning message if notron1-2/+4
SuSE packages are installed.
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07Use the proper "ldd" binary for checking Linux applications. That shouldtron1-1/+2
it make easier to detect missing dependences in packages containing prebuild Linux applications (e.g. "firefox-bin").
2006-06-06Sync SUSE 10.0 packages with latest updates.salo30-117/+120
2006-06-06Add more MASTER_SITES, including "update" repositories.salo1-2/+10
2006-06-04Update gpsim to 0.21.11.dogcow9-351/+59
Changes from 0.21.2: o now uses gtk2 and gtk2+extra o a truly gigantic number of bug fixes o includes pdf/ps documentation
2006-06-02Uses C++.joerg1-1/+3
2006-06-01Uses C++.joerg1-1/+3
2006-05-31Revert the last commit, it's obviously not part of the openldap change and wasghen1-6/+2
committed by accident.
2006-05-31The databases/openldap package has been split in -client and -server componentghen2-4/+9
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-28Added missing newline at the end of the file.rillig1-2/+2
2006-05-28Add libslang soname link. Bump revision.joerg2-2/+4
2006-05-28Fix soname links for libncurses to unbreak CHECK_FILES. Bump revision.joerg2-2/+4
2006-05-26Let's assume the packager knows what he was doing and requirejoerg1-3/+3
the compat package. Bump revision, since the dependency list changes for binary users.
2006-05-26Allow linuxppc_lib to use a newer version of rpm2pkg, more likelyjoerg1-2/+2
to work this way.
2006-05-26Look in suse91_base for suse91_base.joerg1-2/+2
2006-05-26Also remove /dev/fd from emul/linux, since DragonFly's MAKEDEV createsjoerg2-3/+13
it. Bump revision for this. Set a number of CHECK_FILES_SKIP entries to let the package pass CHECK_FILES.
2006-05-26Changes 0.9.14:adam4-11/+15
- Better MS/RPC compatibility. - Many fixes to Direct3D shaders. - Several improvements to the header control. - Lots of bug fixes
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam16-34/+32
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-21Fix stupid gentenv-linuxism: don't assume it is malloced.joerg3-3/+27
From Rumko in #dragonflybsd. Bump revision.
2006-05-21USE_LANGUAGES=c c++dsainty1-1/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz2-4/+4
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18Update to 0.8:wiz2-7/+6
0.8 (2006-05-18) - clean up superfluous files and extra directories - use additional DB listing files that exist elsewhere - read games to check from file - create DB from multiple dat files - omit games matching shell glob patterns from database - don't open archives or disk images multiple times - don't accept disk images that need a parent - move unknown files to directory `unknown', not to `garbage' in ROM path
2006-05-15Uses C++.joerg3-3/+6
2006-05-13Changes 1.0-20060501:adam8-47/+46
* Handle up to 1 GB of Mac memory * Handle MacOS idle wait (idlewait prefs item) * Fix a crash with the AppleShare extension * Improve SLiRP network emulation performance * Portability fixes to IRIX/mips, Solaris/SPARC Mac OS X: * Port to Mac OS X for Intel, including the JIT * Add a primitive graphical preferences editor * Fix clipboard (copy/paste of text from/to the host OS) * Fix external filesystem * Fix SLiRP network emulation (workaround MacOS X bugs) Windows: * Add SLiRP network emulation (ether slirp) * Add TAP-Win32 network emulation (ether tap) * Fix CD-ROM auto-detection (pollmedia now works) * Improve GUI for network configuration
2006-05-13Remove references to teTeX1.minskim1-7/+4
2006-05-12Changes 0.9.13:adam6-21/+27
- New GPhoto backend for TWAIN. - Dynamic drive configuration using HAL. - A gazillion Direct3D fixes. - New TCP transport for RPC. - Lots of bug fixes.
2006-05-11Add missing RMD160 entry.veego1-1/+2
2006-05-11Add missing RMD160 entries.veego1-1/+8
2006-05-11Uses C++.joerg1-1/+2