summaryrefslogtreecommitdiff
path: root/emulators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.Alexander Langer2003-02-121-0/+4
|
* 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.
* Fix the stupid manual merge error I did in the last commit.Alexander Langer2003-02-122-6/+4
|
* URL updates for multiple portsEdwin Groothuis2003-02-122-3/+4
| | | | | PR: ports/48118 Submitted by: tadalunch@sources.redhat.com
* 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.
* 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.
* Update to 2.0.2Eric Anholt2003-02-116-63/+5
| | | | | PR: ports/48143 Submitted by: Ports Fury
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-102-2/+2
| | | | Submitted by: lioux
* Update port to 2.10.Chris D. Faulhaber2003-02-0812-502/+470
| | | | | PR: 45828 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* 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
* 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)
* Support PTHREAD_CFLAGS/PTHREAD_LIBS properly.Maxim Sobolev2003-02-031-3/+2
| | | | | PR: 47318 Submitted by: Ports Fury
* Fix master_sitesEdwin Groothuis2003-01-282-2/+2
| | | | | PR: ports/47357 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - Update to 1.11Dirk Meyer2003-01-273-13/+2
|
* 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>
* Move self-created files to a RW filesystem.Edwin Groothuis2003-01-201-4/+5
| | | | Noticed by: bento.
* get rid of bogus ${PERL} usage.FUJISHIMA Satsuki2003-01-201-1/+2
| | | | | | fix WITH_SDL knob. Notified from: Ulrich Spoerlein <q@uni.de> (PERL)
* use REINPLACE_CMDYing-Chieh Liao2003-01-201-1/+2
| | | | Submitted by: Ulrich Spoerlein <q@uni.de>
* Fix a compilation problem on -CURRENT (again because /usr/include/malloc.hGerald Pfeifer2003-01-192-0/+24
| | | | | | | disappeared). PR: 47180 Approved by: obrien (mentor)
* 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>
* 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>
* 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>
* Add kmamerun, A KDE frontend to xmameTilman Keskinoz2003-01-188-0/+90
| | | | | PR: 47198 Submitted by: Scott A. Moberly <smoberly@karamazov.org>
* Update to 6.5Tilman Keskinoz2003-01-182-2/+2
| | | | | PR: 47135 Submitted by: Richard Arends <richard@mail.unixguru.nl>
* 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
* 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)
* Support CC/CFLAGS/CXX/CXXFLAGS properlyTilman Keskinoz2003-01-135-27/+59
| | | | | PR: 46944 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* 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>
* 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>
* 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>
* 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>
* Missed slash in MASTER_SITE_SUBDIR prevented fetching.Eric Anholt2003-01-111-1/+1
|
* 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)
* Update to 0.4.5Tilman Keskinoz2003-01-082-3/+3
| | | | | PR: 42540 Submitted by: nishika@manbow.com (maintainer)
* Unbreak on -current.Maxim Sobolev2003-01-063-1/+29
| | | | Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* - New option VICE_WITH_GNOMEDirk Meyer2003-01-041-9/+16
| | | | | | - USE_GNOMENG - Drop dynamic detection - Make portlint happer
* Fix build on -CURRENT.Gerald Pfeifer2003-01-032-0/+22
| | | | | PR: 46722 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
* 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)
* upgrade to 1.2.5Ying-Chieh Liao2003-01-022-7/+7
| | | | | PR: 45930 Submitted by: Ports Fury
* Update version number of SDL shared library.Maxim Sobolev2003-01-028-8/+8
|
* upgrade to 1.2Ying-Chieh Liao2003-01-026-39/+57
| | | | | PR: 46627 Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
* - Update to 1.10Dirk Meyer2003-01-023-19/+82
|
* Update scummvm to 0.3.0bAdam Weinberger2003-01-017-68/+29
| | | | | PR: 46150 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer)
* Add patch to make it build under current: missing <sys/time.h> include.Poul-Henning Kamp2002-12-174-0/+229
| | | | | | | Add patch to maek it work on current: a magic () fix from kan@. Add Serguei Tzukanov's "Hard Console" hack while we use it for FreeBSD/s390 bootstrapping.
* phk asked to maintain this.Adam Weinberger2002-12-171-1/+1
| | | | Submitted by: phk
* Change maintainer.Adam Weinberger2002-12-161-1/+1
| | | | | | | | This is part of the PR. The update to the port will have to wait until after the ports freeze. PR: 46150 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* Fix fetch and update version for emulators/inesEdwin Groothuis2002-12-123-9/+9
| | | | | | | | Implicit approval by portmgr@ because the original distfiles didn't exist anymore on the mastersites PR: ports/45781 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix emulators/bochs WITH_BOCHS_PROCESSORSEdwin Groothuis2002-12-121-2/+2
| | | | | PR: ports/45827 Submitted by: Ceri Davies <ceri@FreeBSD.org>
* MSX rules!Edwin Groothuis2002-12-122-2/+2
| | | | | | | Fix fetch for emulators/fmsx PR: ports/45780 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix fetch for emulators/mastergear.Edwin Groothuis2002-12-122-2/+2
| | | | | PR: ports/45782 Submitted by: Mark Linimon <linimon@lonesome.com>