summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam15-31/+27
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Update MASTER_SITES.wiz1-3/+3
(anyone up for the update to 1.19?)
2006-03-13add suse100_localetonio1-1/+2
2006-03-13Import for suse100_locale package, needed for acroread7 and sun-j* packagestonio8-0/+54
2006-03-13OpenGL is now optional, enabled by defaultadam3-20/+28
2006-03-10Fixed some pkglint warnings.rillig1-3/+3
2006-03-10Comment-out suse100_linux as it only contains Makefile fragments.kristerw1-2/+2
2006-03-10Fix dependency path (91 -> 100)wiz1-2/+2
2006-03-10update to a snapshot as of Mar. 10.kent2-9/+9
- fix build problem on -current later than Feb. 24 - no funcional changes.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam10-20/+20
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09Update xmame to 0.104.kristerw3-27/+84
Changes from 0.103: - Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and MESS 0.104 (http://x.mame.net/changes-mess.html).
2006-03-09Update xmess to 0.104.kristerw3-28/+85
Changes from 0.103: - Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and MESS 0.104 (http://x.mame.net/changes-mess.html).
2006-03-09Add suse100_* packagestonio1-1/+12
2006-03-09Import openSUSE 10.0 base packages for Linux emulationtonio1-2/+4
Add support for powerpc (but it does *not* work stable yet) Allow the use of SUSE_PREFER=10.0
2006-03-09Import openSUSE 10.0 base packages for Linux emulationtonio58-0/+463
Add support for powerpc (but it does *not* work stable yet)
2006-03-09Import openSUSE 10.0 base packages for Linux emulationtonio31-0/+558
Add support for powerpc (but it does *not* work stable yet)
2006-03-06pkglint'ifyxtraeme1-4/+4
2006-03-06Add suse91_gdk-pixbuf.wiz1-1/+2
2006-03-06Changes 0.9.9:adam7-77/+84
- Many new features and improvements in Richedit. - More Web browser support. - Recursive directory change notifications. - Wine installation is now fully relocatable. - Direct3D 8 and 9 now use the same code. - Many debugger improvements. - Systray is now handled by the explorer process. - Lots of bug fixes
2006-03-06Add gdk-pixbuf support because chat/ymessenger 1.0.4 needs ittoddpw4-0/+35
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam58-116/+116
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-02Fix PLIST. Remove BROKEN_IN.wiz2-10/+3
2006-03-01Work around CHECK_FILES problems with this package.wiz1-1/+5
tron@ ok.
2006-02-26Mention that you need to run the setup program as root.wiz1-2/+2
2006-02-26Simplify installation, correct PLIST, remove BROKEN_IN, use x11.bl3.mkwiz2-16/+14
instead of manual depdending on x11-links. Bump PKGREVISION. Ok kent@
2006-02-26Update to 0.9.8:wiz8-35/+63
0.9.8: - Better Web browser support. - Beginnings of a Wordpad application. - Many richedit improvements. - A number of Direct3D fixes. - A few more options in winecfg. - Lots of bug fixes. 0.9.7: - Directory change notifications can use inotify now. - Hardware breakpoints in the Wine debugger. - Beginnings of support for tape APIs. - A bunch of improvements to the IDL compiler. - Better scheme for mapping My Documents etc. to Unix directories. - Lots of bug fixes. pkgsrc change: Install fnt2bdf and bin2res tools. Improve PLIST. Ok adam@
2006-02-19Update to 0.3.8:xtraeme4-33/+9
The user-visible changes between release 0.3.7 and 0.3.8 include: o) The IQ80321 (Xscale) machine mode is now working well enough to run NetBSD/evbarm 2.1. o) Faster framebuffer output in some situations.
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-5/+6
2006-02-17Revert previous, committed by accident.wiz1-2/+1
2006-02-17Fix font handling. Move options handling to options.mk.wiz4-33/+36
Fix pkglint warning. Bump PKGREVISION.
2006-02-17Do not install *.orig files. Get rid of autoconf dependency.wiz3-10/+39
2006-02-17Fix font handling. Builds on 3.99.15/i386; remove BROKEN_IN.wiz2-8/+9
Bump PKGREVISION.
2006-02-17Add missing file to PLIST. Bump PKGREVISION.wiz2-4/+4
2006-02-12Removed the CRLF line endings from patch-ab, since the extracted filesrillig2-7/+7
don't have them either.
2006-02-11Fixed pkglint warnings.rillig1-11/+7
2006-02-11Fixed pkglint warnings.rillig1-10/+12
2006-02-10Update to a snapshot as of 2006-02-10kent2-7/+7
- implement SetEndOfFile() - fix a build problem on -current after 2006-01-24
2006-02-06Fix PR pkg/32721tonio3-3/+888
Apply the suggested solution: rename wait() to mmix_wait() in mmix-pipe.w to avoid name clash
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg120-182/+240
2006-02-02Regen patch, original file has DOS line endings.joerg2-9/+9
2006-01-25* Update to a snaphot as of 20060125kent2-10/+8
- fix a build problem with newer FreeType - fix a build problem with -current after "compat code reorg" * PEACE works only for i386 * remove unnecessary CPPFLAGS setting
2006-01-24Added emulators/e-uae 0.8.28adam1-1/+2
2006-01-24This is a fork of UAE, the Ubiquitous Amiga Emulator, with an emulation coreadam6-0/+108
based on WinUAE. It attempts to bring many of the great features of WinUAE to non-Windows platforms. This version now finally has a name, E-UAE, since that's what everybody was calling it anyway. The 'E' can stand for anything you fancy. Experimental, extreme, exciting, egalitarian, eggplant...
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz11-15/+22
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23I killed this in 1998. Somehow it reappeared in such a way that a plaintv1-31/+0
cvs checkout did not see it (due to it being in Attic), but branch checkouts or updates would see it. Kill it again, and this time I really mean it.
2006-01-22Update xmess to version 0.103.kristerw3-18/+48
Release 0.103, 16 January 2006: - Everything from MAME 0.103 (http://x.mame.net/changes-mame.html) and MESS 0.103 (http://x.mame.net/changes-mess.html). - Modified osd_alloc_executable() to use mmap() by default. This prevents segfaults in the DRC core on systems that support the NX bit, such as AMD64 and Intel Prescott. Thanks to Julian Sikorski, Adam Moss, and Carl Fongheiser. - Fixed a segfault that occurred when LIRC was enabled but lirc_init returned an error value. (Joe Quanaim) - Added "-[no]lirc" to enable or disable LIRC support. (Joe Quanaim) - Fixed several buffer overruns that happened when overly-long data was passed for "-ctrlr", "-lang", "-rec", and "-pb". Fixed other potential buffer overruns. Bugzilla bug 821. - Files larger than 2GB can now be accessed on platforms with large file support. - The "-createhd" and "-merge" operations in chdman are now a lot faster on Linux.
2006-01-22Update xmame to version 0.103.kristerw3-17/+47
Release 0.103, 16 January 2006: - Everything from MAME 0.103 (http://x.mame.net/changes-mame.html) and MESS 0.103 (http://x.mame.net/changes-mess.html). - Modified osd_alloc_executable() to use mmap() by default. This prevents segfaults in the DRC core on systems that support the NX bit, such as AMD64 and Intel Prescott. Thanks to Julian Sikorski, Adam Moss, and Carl Fongheiser. - Fixed a segfault that occurred when LIRC was enabled but lirc_init returned an error value. (Joe Quanaim) - Added "-[no]lirc" to enable or disable LIRC support. (Joe Quanaim) - Fixed several buffer overruns that happened when overly-long data was passed for "-ctrlr", "-lang", "-rec", and "-pb". Fixed other potential buffer overruns. Bugzilla bug 821. - Files larger than 2GB can now be accessed on platforms with large file support. - The "-createhd" and "-merge" operations in chdman are now a lot faster on Linux.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam2-6/+5
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam8-16/+16
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20Changes 0.9.6:adam10-33/+122
- A bunch of OLE fixes and improvements. - DirectSound improvements, including full duplex support. - Fix for the Windows metafile vulnerability. - Many static control improvements. - Some fixes for copy protection support. - Lots of bug fixes.