summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
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
2006-05-08Don't depend on ldconfig to manage soname link. Bump revision.joerg2-2/+4
2006-05-07Apply patch PR pkg/33437: mouse pointer "invisible wall" with qemu 8.1.xtraeme3-2/+32
More info: http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html Bump PKGREVISION.
2006-05-06Fix typo in patch.xtraeme2-4/+4
2006-05-06Update to 0.8.1:xtraeme8-201/+77
Changes: - USB tablet support (Brad Campbell, Anthony Liguori) - win32 host serial support (Kazu) - PC speaker support (Joachim Henke) - IDE LBA48 support (Jens Axboe) - SSE3 support - Solaris port (Ben Taylor) - Preliminary SH4 target (Samuel Tardieu) - VNC server (Anthony Liguori) - slirp fixes (Ed Swierk et al.) - USB fixes - ARM Versatile Platform Baseboard emulation (Paul Brook)
2006-05-06Bump PKGREVISION for libzip *ABI* increase.wiz1-2/+2
2006-05-02DragonFly hack.joerg3-19/+30
2006-04-28Honor constness of dlerror()'s return value on DragonFly.joerg2-1/+37
2006-04-28Fix pthread detection.joerg2-6/+24
2006-04-28Add some more links to the PLIST of suse100_slang and suse100_glx,joerg5-3/+12
by extending suse100_linux with the same override code as suse91 has. Bump revision.
2006-04-28Add DragonFly support.joerg2-1/+15
2006-04-28Fix GNU make regression.joerg2-1/+17
2006-04-28Fix some, but not all issues with GCC 3.4.joerg3-1/+83
2006-04-28Add DragonFly support.joerg3-2/+17
2006-04-28Include inttypes.h to get uint32_t and uint64_t.joerg2-5/+6
2006-04-28Fix label at end of compound statement for GCC 3.4+.joerg2-1/+16
2006-04-28Add a mechanism to extend the rpm file list of suse9.1 packages.joerg3-3/+20
Use it to include the shared library symlinks in suse91_x11, they have been created and removed by ldconfig before. Bump revision.
2006-04-24Rework Imakefile so manual pages are actually installed.markd3-11/+35
Bump PKGREVISION.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig7-14/+14
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-20Updated install and run instructions in DESCR.cherry1-0/+12
2006-04-18Add and enable suse100_gdk-pixbuf and suse100_glx.salo1-1/+3
2006-04-18Initial import of suse100_glx: Linux compatibility package for the GL library.salo6-0/+72
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 which require GL shared libraries.
2006-04-18Initial import of suse100_gdk-pixbuf: Linux compatibility package forsalo6-0/+47
gdk-pixbuf binaries. 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 that use gdk-pixbuf shared libraries.
2006-04-18Add and enable suse100_slang.salo1-1/+2
2006-04-18Initial import of suse100_slang: Linux compatibility package for slang librarysalo7-0/+56
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 glibc2 which require the "slang" library.
2006-04-18Add and enable suse100_aspell.salo1-1/+2
2006-04-18Initial import of suse100_aspell: Linux compatibility package for Aspellsalo6-0/+50
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 glibc2 which require aspell libraries.
2006-04-18Readd checksums for non-i386 platforms which got lost in the secondtron1-1/+13
import.
2006-04-18SuSE 10.0 GTK+ 1.x library compatibility package, based on thetron3-17/+5
SuSE 9.1 counterpart.
2006-04-18Add and enable suse100_gtk.salo1-1/+2
2006-04-18Initial import of suse100_gtk: Linux compatibility package for GTK binaries.salo6-0/+60
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 glibc2 which require GTK shared libraries. Based on the 9.1 version. Tested by <he>.