aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - add COMMENTDirk Meyer2003-02-202-0/+2
| | | | Notes: svn path=/head/; revision=75965
* Use tk83 instead of tk82.Maxim Sobolev2003-02-201-1/+1
| | | | Notes: svn path=/head/; revision=75955
* De-pkg-comment.Akinori MUSHA2003-02-2048-24/+24
| | | | Notes: svn path=/head/; revision=75953
* Also install ${PREFIX}/lib/wine/regapi.exe.so which is useful when settingGerald Pfeifer2003-02-204-0/+4
| | | | | | | | | up a new environment. Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=75941
* Update to the 2003.02.19 snapshot of Wine.Gerald Pfeifer2003-02-2010-28/+92
| | | | | | | | | | | The portability issue in dlls/dsound/test was fixed, but a Linuxism in dlls/ntdll/cdrom.c added. I have submitted files/patch-dlls-ntdll-cdrom.c upstream as well. Approved by: obrien (mentor) Notes: svn path=/head/; revision=75934
* Update to 1.3.0.Mark Pulford2003-02-152-2/+2
| | | | Notes: svn path=/head/; revision=75563
* Remove attempt at installing the 1.4.1 BIOS, which was no longer needed withEric Anholt2003-02-131-5/+0
| | | | | | | | | the 2.0.2 update (fetching of the distfile was removed in the last commit). Noticed by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=75474
* Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.Alexander Langer2003-02-121-0/+4
| | | | Notes: svn path=/head/; revision=75388
* Seems like I had another fix in my system. On 5.0, the vmnet1 inAlexander Langer2003-02-122-2/+10
| | | | | | | | | | | $LINUXBASE/dev had a different device minor than the cloned one in /dev/vmnet1. Thus delete the one in $LINUXBASE and link it to the devfs one to have everything right. This fixes the port on my fresh installed 5.0-RELEASE box. Notes: svn path=/head/; revision=75387
* Fix the stupid manual merge error I did in the last commit.Alexander Langer2003-02-122-6/+4
| | | | Notes: svn path=/head/; revision=75381
* URL updates for multiple portsEdwin Groothuis2003-02-122-3/+4
| | | | | | | | PR: ports/48118 Submitted by: tadalunch@sources.redhat.com Notes: svn path=/head/; revision=75332
* Make this port build on CURRENT systems older than 2003/01/01 (abusingAlexander Langer2003-02-116-0/+122
| | | | | | | | | OSVERSION of 5.0-RELEASE for this) - include sys/filedesc.h where required - define M_WAITOK to 0 until THEY found a solution. Notes: svn path=/head/; revision=75317
* Fix this on 5.0. It isn't enough to "echo -n" to /compat/linux/dev/vmnet1,Alexander Langer2003-02-112-0/+4
| | | | | | | | but you also need to do this with /dev/vmnet1 in days of devfs. This has been in my tree for months now. Notes: svn path=/head/; revision=75316
* Update to 2.0.2Eric Anholt2003-02-116-63/+5
| | | | | | | | PR: ports/48143 Submitted by: Ports Fury Notes: svn path=/head/; revision=75273
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-102-2/+2
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* Update port to 2.10.Chris D. Faulhaber2003-02-0812-502/+470
| | | | | | | | PR: 45828 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=75081
* Define IGNORE if the distfile is not yet fetched. You must fetchMarcel Moolenaar2003-02-071-3/+11
| | | | | | | | | manually from the HP site. While here, reduce duplication. Notified ad nauseam by: portsurvey Notes: svn path=/head/; revision=75058
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-0711-11/+11
| | | | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) Notes: svn path=/head/; revision=75004
* Support PTHREAD_CFLAGS/PTHREAD_LIBS properly.Maxim Sobolev2003-02-031-3/+2
| | | | | | | | PR: 47318 Submitted by: Ports Fury Notes: svn path=/head/; revision=74565
* Fix master_sitesEdwin Groothuis2003-01-282-2/+2
| | | | | | | | PR: ports/47357 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=74133
* - Update to 1.11Dirk Meyer2003-01-273-13/+2
| | | | Notes: svn path=/head/; revision=74061
* Stop automatic generation of the pkg-message for emulators/klh10Edwin Groothuis2003-01-212-9/+2
| | | | | | | | PR: ports/47254 Submitted by: Ken Stailey <kstailey@yahoo.com> Notes: svn path=/head/; revision=73688
* Move self-created files to a RW filesystem.Edwin Groothuis2003-01-201-4/+5
| | | | | | | Noticed by: bento. Notes: svn path=/head/; revision=73632
* get rid of bogus ${PERL} usage.FUJISHIMA Satsuki2003-01-201-1/+2
| | | | | | | | | fix WITH_SDL knob. Notified from: Ulrich Spoerlein <q@uni.de> (PERL) Notes: svn path=/head/; revision=73597
* use REINPLACE_CMDYing-Chieh Liao2003-01-201-1/+2
| | | | | | | Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=73589
* Fix a compilation problem on -CURRENT (again because /usr/include/malloc.hGerald Pfeifer2003-01-192-0/+24
| | | | | | | | | | disappeared). PR: 47180 Approved by: obrien (mentor) Notes: svn path=/head/; revision=73567
* Add --enable-fpe=uae into CONFIGURE_ARGS and get rid of linuxthreads.Maxim Sobolev2003-01-192-27/+3
| | | | | | | Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=73505
* New port of ITS RP06 filesystem image for KLH10 PDP-10 emulatorEdwin Groothuis2003-01-1911-0/+593
| | | | | | | | | | | | | New port containing an ITS RP06 filesystem image for KLH10 PDP-10 emulator. Now's your chance to see firsthand what was happening at MIT in the 60s through the early 90s. Run the original versions of Emacs on TECO and Maclisp, etc. PR: ports/39912 Submitted by: Ken Stailey <kstailey@speakeasy.net> Notes: svn path=/head/; revision=73490
* New port of KLH10 PDP-10 mainframe emulator.Edwin Groothuis2003-01-1910-0/+279
| | | | | | | | | | | This is a port of Kenneth L. Harrenstien's KLH10 DEC PDP-10 mainframe emulator. PR: ports/39955 Submitted by: Ken Stailey <kstailey@speakeasy.net> Notes: svn path=/head/; revision=73485
* Add kmamerun, A KDE frontend to xmameTilman Keskinoz2003-01-188-0/+90
| | | | | | | | PR: 47198 Submitted by: Scott A. Moberly <smoberly@karamazov.org> Notes: svn path=/head/; revision=73444
* Update to 6.5Tilman Keskinoz2003-01-182-2/+2
| | | | | | | | PR: 47135 Submitted by: Richard Arends <richard@mail.unixguru.nl> Notes: svn path=/head/; revision=73425
* Properly handle a new man page and some other files current versions ofGerald Pfeifer2003-01-164-2/+14
| | | | | | | | | | Wine install. Approved by: obrien (mentor) Reported by: kris Notes: svn path=/head/; revision=73240
* Update to the 2003-01-15 snapshot of Wine (which now includes two of myGerald Pfeifer2003-01-1610-56/+22
| | | | | | | | | portability patches). Approved by: obrien (mentor) Notes: svn path=/head/; revision=73238
* Support CC/CFLAGS/CXX/CXXFLAGS properlyTilman Keskinoz2003-01-135-27/+59
| | | | | | | | PR: 46944 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=73046
* New port: emulators/linux-pete-mesagpuEdwin Groothuis2003-01-136-0/+81
| | | | | | | | | | | This is Pete's MesaGL GPU, a PSEmu Pro GPU plugin. Tested on the above system with emulators/linux-ePSXe (ports/46240). PR: ports/46482 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=73025
* This is ePSXe, a Sony Playstation emulator (Linux binary).Edwin Groothuis2003-01-129-0/+221
| | | | | | | | PR: ports/46240 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=72950
* This is peops-spu-oss, a SPU plugin using the PSEmu ProEdwin Groothuis2003-01-126-0/+77
| | | | | | | | | | plugin format (Linux binary). PR: ports/46242 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=72935
* This is peops-gpu-soft, a soft GPU plugin using the PSEmu ProEdwin Groothuis2003-01-126-0/+77
| | | | | | | | | | plugin format (Linux binary). PR: ports/46241 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=72932
* Missed slash in MASTER_SITE_SUBDIR prevented fetching.Eric Anholt2003-01-111-1/+1
| | | | Notes: svn path=/head/; revision=72866
* Update bochs port to 2.0.1, take maintainership.Eric Anholt2003-01-108-70/+75
| | | | | | | | PR: 46937 Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc) Notes: svn path=/head/; revision=72865
* Update to 0.4.5Tilman Keskinoz2003-01-082-3/+3
| | | | | | | | PR: 42540 Submitted by: nishika@manbow.com (maintainer) Notes: svn path=/head/; revision=72752
* Unbreak on -current.Maxim Sobolev2003-01-063-1/+29
| | | | | | | Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=72635
* - New option VICE_WITH_GNOMEDirk Meyer2003-01-041-9/+16
| | | | | | | | | - USE_GNOMENG - Drop dynamic detection - Make portlint happer Notes: svn path=/head/; revision=72533
* Fix build on -CURRENT.Gerald Pfeifer2003-01-032-0/+22
| | | | | | | | PR: 46722 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Notes: svn path=/head/; revision=72417
* Update to the 2002.12.19 snapshot of Wine. The structure in $PREFIX/libGerald Pfeifer2003-01-0312-492/+600
| | | | | | | | | and $PREFIX/include has completely changed. Approved by: obrien (mentor) Notes: svn path=/head/; revision=72371
* upgrade to 1.2.5Ying-Chieh Liao2003-01-022-7/+7
| | | | | | | | PR: 45930 Submitted by: Ports Fury Notes: svn path=/head/; revision=72262
* Update version number of SDL shared library.Maxim Sobolev2003-01-028-8/+8
| | | | Notes: svn path=/head/; revision=72210
* upgrade to 1.2Ying-Chieh Liao2003-01-026-39/+57
| | | | | | | | PR: 46627 Submitted by: Keith Jones <kmjones@blueyonder.co.uk> Notes: svn path=/head/; revision=72175
* - Update to 1.10Dirk Meyer2003-01-023-19/+82
| | | | Notes: svn path=/head/; revision=72145
* Update scummvm to 0.3.0bAdam Weinberger2003-01-017-68/+29
| | | | | | | | PR: 46150 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer) Notes: svn path=/head/; revision=72116