aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'make package' in the no X11 case.Jean-Marc Zucconi2001-04-053-3/+48
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* 1. Some more GL fixesNick Sayer2001-04-035-11/+37
| | | | | | | | | 2. Don't read existing config files to generate man pages 3. Update xpinmame to 0.99b1 PR: 26300 Submitted by: maintainer
* Overhaul QT/KDE support:Will Andrews2001-04-032-5/+2
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* 1. Add support to the xmame port for building the GL version. Yet moreNick Sayer2001-04-035-9/+182
| | | | | | | | | reason to get DRI support working (hint hint). 2. While we're at it, add a quick patch from the author to improve reliability a tiny bit. Approved by: stijn@win.tue.nl
* Add xpinmame, the Pinball Console emulator for X11 (xmame slave port)Jimmy Olgeni2001-04-014-0/+35
| | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> PR: 26217
* Update xmame to 0.37b13.1Jimmy Olgeni2001-04-016-29/+69
| | | | | | | | | | - Assign maintainership to Stijn Hoop, due to current maintainers timeouts. - Don't symlink /usr/X11R6/etc/xmamerc to avoid bento warning - Update CPS2 patch version to latest release - Rename wpcmame glue in xmame makefile to pinmame Submitted by: Stijn Hoop <stijn@win.tue.nl> PR: 26217
* o Update to version 2.1Mario Sergio Fujikawa Ferreira2001-03-304-6/+8
| | | | | | | | | | | | | | | | | | | | o Use proper versioning in the port Makefile. BUMP PORTEPOCH o Changes: - DI opcode now cancels pending EI (Killer Instinct, Donkey Kong Land series). - Fixed GBC and SGB colors to span from black to true white. - Added sound chip initialization on startup (Fortified Zone, Fortified Zone 2, Beetlejuice). - Fixed third sound channel (still not perfect). - Added SetWave() call to the sound API. - Added SetWave() waveforms to the third sound channel. - Window refresh does not start if the window was off when refresh reached its top (WarriorsOfMightAndMagic). - Now setting LCD state to 0 during last two lines of VBlank (152-153) so Final Fantasy Legend works again. - Moved VBlank interrupt from line 145 to line 144 (Force 21, Cruisn' Exotica, Army Men 2). - Moved VBlank interrupt to the beginning of scanline (Daedalian Opus).
* Update to 1.0.3.Maxim Sobolev2001-03-302-2/+4
|
* Use /dev/fd* by default, instead of /dev/rfd*Jean-Marc Zucconi2001-03-302-11/+26
| | | | Pointed out by: alfred
* update master_sitesMichael Haro2001-03-291-1/+1
| | | | | PR: 23735 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-292-2/+2
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update to version 1.37c with the major notable of having all of Kreed'sBrian Feldman2001-03-294-384/+16
| | | | display filters built-in.
* Maintainer change.Yukihiro Nakai2001-03-291-1/+1
|
* - Update to the version 0.37b12.1 of xmame/xmessJimmy Olgeni2001-03-2716-353/+255
| | | | | | | | | | | | | | | - Make emulators/xmess a slave port of emulators/xmame - Add SDL support (enabled by default) - Add DGA support for non-SDL builds - Define spool directory to /var/games/x{mame,mess}, and install binary setgid games to avoid creating a world writable directory - Add hiscore.dat, history.dat, and cheat.dat support for xmame - Convert patch-ab into ${SED} in ports Makefile - Add CPS-2 patches for xmame; this enables more games - Enable optimization for xmame/xmess by default PR: 25921 (with more patches from originator) Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Replace URL with one that works.Maxim Sobolev2001-03-211-5/+1
|
* Author acked to release ports to the public. So be it.Maxim Sobolev2001-03-211-1/+1
|
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-209-9/+9
|
* Stupid. It depends on vmware in the HOST, not the guest. :-(Nick Sayer2001-03-191-2/+1
|
* Also RUN_DEPENDS on vmware2Nick Sayer2001-03-191-1/+2
|
* Updated to use Tcl/Tk 8.3Dirk Meyer2001-03-182-3/+3
|
* Fix broken Makefile.Vanilla I. Shu2001-03-172-7/+4
| | | | Submitted by: bento
* port did not install with NDEBUG=1Dirk Meyer2001-03-176-18/+70
| | | | | | | Some of INSTALL_PROGRAM's must got replaced with INSTALL_SCRIPT. PR: 25825 Submitted by: sf
* This updates the Wine port to 2001.03.05 and removes an obsoleteDirk Meyer2001-03-1710-116/+6
| | | | | | | patch to the FreeBSD kernel from the port. PR: 25825 Submitted by: pfeifer@dbai.tuwien.ac.at
* Why bother even copying the file into ${WRKSRC}?Nick Sayer2001-03-151-2/+2
|
* Fix bento by insisting on XFree86-4.Nick Sayer2001-03-151-0/+2
|
* Use "USE_GTK" & "USE_GNOME" forever.Vanilla I. Shu2001-03-141-4/+1
|
* Define USE_LINUX, as linux_base must be installed prior to this port.Akinori MUSHA2001-03-141-1/+3
|
* add gnuboyYing-Chieh Liao2001-03-127-0/+64
| | | | A Nintendo GameBoy emulator
* Fix issue with alpha architecture.Mario Sergio Fujikawa Ferreira2001-03-111-1/+2
| | | | | | | | | | Instead of EXTRA_PATCHES, use a post-patch target since the alpha patch assumes that FreeBSD patches have been already applied. Also, this port assumes it is being built on a ev4. This will have to be revisited later. Submitted by: steve (http://havk.org/alpha/ build scripts)
* Distfile has been rerolled without version bump. The new release includeMaxim Sobolev2001-03-112-1/+2
| | | | | some fixes for the case when SDL doesn't contain GL support built in, so bump PORTREVISION to let users know that update is necessary.
* Upgrade to 2mar2001 version.Will Andrews2001-03-113-16/+8
|
* Add $FreeBSD$ so I can more easily track this.David E. O'Brien2001-03-111-0/+1
|
* Fix plistKris Kennaway2001-03-111-0/+2
|
* Add floppyd.1 floppyd_ andstalltest man pagesJean-Marc Zucconi2001-03-112-11/+2
|
* Fix plistKris Kennaway2001-03-111-0/+1
|
* Make CFLAGS clean.David E. O'Brien2001-03-111-12/+4
|
* patch to make it compile under "alpha" on beast.Dirk Meyer2001-03-101-14/+24
|
* Fix plist and take the opportunity to make the port respect CFLAGSKris Kennaway2001-03-104-8/+32
|
* Make this package again on the Alpha.Steve Price2001-03-098-56/+56
|
* Don't strip the module or it won't workNick Sayer2001-03-081-1/+1
|
* add BUILD_DEPENDS to install app-defaults.FUJISHIMA Satsuki2001-03-081-0/+4
| | | | | PR: 25611 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* 1. Be a bit more verbose about how to set it up.Nick Sayer2001-03-082-0/+11
| | | | | 2. Restrict the distribution and don't try and make this work for non x86.
* Add port for VMware XF86 4.x driver module. Allows you to use XFree86 4.xNick Sayer2001-03-086-0/+46
| | | | in a vmware guest.
* Update the Hints notes about the MAP_NOSYNC issue. It's now fixed inNick Sayer2001-03-072-60/+50
| | | | 4-stable and -current.
* Add official patch mtools-3.9.7-20001213.diff.Jean-Marc Zucconi2001-03-067-43/+28
| | | | | Do not overwrite an existing mtools.conf file - install it as mtools.conf.sample
* - Remove USE_IMAKEKevin Lo2001-02-285-44/+92
| | | | | | | - Add WWW: line PR: 25426 Submitted by: Ports Fury
* Update to version 0.3.1.Steve Price2001-02-273-14/+8
| | | | | PR: 25401 Submitted by: maintainer
* Update to version 6.3.Steve Price2001-02-276-91/+10
| | | | | PR: 25021 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Drop maintainer ship. Too many people did not like the direction I tookDavid E. O'Brien2001-02-261-1/+1
| | | | this port.
* Upgrade to version 0.4.3Kevin Lo2001-02-254-22/+11
| | | | | PR: 25349 Submitted by: MAINTAINER