aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Does not compileKris Kennaway2003-05-071-0/+2
| | | | Notes: svn path=/head/; revision=80309
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,Kris Kennaway2003-05-061-1/+0
| | | | | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. Notes: svn path=/head/; revision=80202
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,Kris Kennaway2003-05-0613-591/+0
| | | | | | | | remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. Notes: svn path=/head/; revision=80201
* small clean upMaho Nakata2003-05-051-1/+1
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=80167
* Fixed dependency.Munechika SUMIKAWA2003-05-051-2/+3
| | | | Notes: svn path=/head/; revision=80166
* Update to 0.67.2Matthew N. Dodd2003-05-043-4/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=80118
* Fixup for package cluster building.Makoto Matsushita2003-05-0413-24/+22
| | | | | | | | | - Mark NO_PACKAGE since these ports require VMware itself. (and avoid using .ifdef(PACKAGE_BUILDING) also) - Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4). Notes: svn path=/head/; revision=80109
* Add dependency on devel/gettextPoul-Henning Kamp2003-05-031-0/+2
| | | | Notes: svn path=/head/; revision=80067
* Add dosbox 0.55, an emulator of a PC with DOS.Munechika SUMIKAWA2003-05-016-0/+81
| | | | | | | | PR: 41082 Submitted by: Tom Carrick <knyghtmare@knyghtmare.com> Notes: svn path=/head/; revision=79969
* Forgot cvs add on this one: This makes things compile.Poul-Henning Kamp2003-04-291-0/+151
| | | | Notes: svn path=/head/; revision=79841
* This is phk's port now.Adam Weinberger2003-04-291-1/+1
| | | | Notes: svn path=/head/; revision=79839
* Update to version 2.17.1Poul-Henning Kamp2003-04-286-96/+17
| | | | Notes: svn path=/head/; revision=79806
* Add three missing items.Gerald Pfeifer2003-04-272-0/+6
| | | | Notes: svn path=/head/; revision=79734
* Also install READMEs for the wcmd and winedbg programs.Gerald Pfeifer2003-04-272-6/+8
| | | | | | | Avoid "duplicate" creation of ${PREFIX}/lib/wine. Notes: svn path=/head/; revision=79732
* Checksum changed; distfile updated.Matthew N. Dodd2003-04-221-1/+1
| | | | | | | Cheat File for MAME 0.67 (Release Date: 21st April 2003) Notes: svn path=/head/; revision=79428
* I've too much asked that where to get files for install. Apparantly,Makoto Matsushita2003-04-2112-12/+12
| | | | | | | | | the word 'none' is an obscure comment. No content change, no procedure change, so no bump. Notes: svn path=/head/; revision=79419
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-208-8/+0
| | | | Notes: svn path=/head/; revision=79332
* o Add ${LOCALBASE}/sbin to PATH on installing to provide dpkg toolsHye-Shik Chang2003-04-191-3/+3
| | | | | | | | | | | | in PATH. [1] o Add a build-depends dependency to a weird place to make BUILD_DEPENDS really work. [2] Spotted by: bento via kris [1], Vaidas Damo??evi??ius <vaidas.damosevicius@if.lt> [2] Notes: svn path=/head/; revision=79321
* Forget to update SUBDIRS for VMware related ports.Makoto Matsushita2003-04-191-1/+5
| | | | | | | Pointy hat to: matusita Notes: svn path=/head/; revision=79277
* Remove linux-vmware-toolboxKris Kennaway2003-04-191-1/+0
| | | | | | | Forgotten by: matusita Notes: svn path=/head/; revision=79266
* Remove unnumbered ports directories which are moved to numbered directories:Makoto Matsushita2003-04-198-229/+0
| | | | | | | | | | | | emulators/linux-vmware-toolbox -> emulators/linux-vmware-toolbox2 emulators/vmware-guestd -> emulators/vmware-guestd3 All histories are already repocopied to new directories. Update ports/MOVED file to note that. Notes: svn path=/head/; revision=79263
* Cosmetic fixes for old VMware guest tools to sync with the latest one.Makoto Matsushita2003-04-197-11/+23
| | | | | | | | | | | | * Update pkg-descr to point a new ports location. * Update RUN_DEPENDS to point a new ports location. * Sync COMMENT message to all versions. * Use INSTALL_PROGRAM instead of CP since it installs a program. * Wrap interactive-related script with .if !defined(BATCH) appropriately. * Unhide UMOUNT command and users will know what's happened. Notes: svn path=/head/; revision=79262
* Update VMware-related tools to the of VMware Workstation 4.0.0 build-4460Makoto Matsushita2003-04-1915-174/+156
| | | | | | | | | | | | | | | | | | | | | | | (after repocopying old ones, thank you joe). It seems that VMware does not provide a new version of guest tools for VMware 4.x to FreeBSD guest, but it would be better to add these ports, since users will know FreeBSD runs on VMware 4.x. I've also add vmware-toolbox port for VMware 4.x, which is for Linux guest. In VMware 3.x, we FreeBSD guest user are happy to use FreeBSD version of vmware-toolbox so we don't need the Linux version. However, at least my VMs, FreeBSD version's vmware-toolbox causes X pointer a bumpy one (pointer moves every seconds); it is unusable. Linux version seems OK for me, so if you have seen such behavior, please try linux-vmware-toolbox4 instead. Old ports cleanup will come later. Reviewed by: kuriyama (mentor) Notes: svn path=/head/; revision=79261
* Add compat4x libs to support FreeBSD 5.x branchMario Sergio Fujikawa Ferreira2003-04-181-1/+8
| | | | Notes: svn path=/head/; revision=79238
* Update to 2.0Mario Sergio Fujikawa Ferreira2003-04-182-3/+10
| | | | Notes: svn path=/head/; revision=79237
* Add a port for linux_base-debian 3.0.23,Hye-Shik Chang2003-04-186-0/+6139
| | | | | | | an alternative linux emulation base of emulators/linux_base Notes: svn path=/head/; revision=79229
* Add emulators/vmware3 to emulators/MakefileEdwin Groothuis2003-04-171-0/+1
| | | | | | | Add lang/gcc33 and lang/tclX to emulators/Makefile Notes: svn path=/head/; revision=79129
* Use LINUXBASE where it is possible. Do not install into /etcMartin Blapp2003-04-162-5/+5
| | | | | | | | | directly. Submitted by: Munehiro Matsuda <haro@kgt.co.jp> Notes: svn path=/head/; revision=79076
* Install even more missing files. Bump portrevision.Martin Blapp2003-04-152-7/+79
| | | | Notes: svn path=/head/; revision=79041
* Remove bogus BUILD_DEPENDS.Max Khon2003-04-151-1/+0
| | | | Notes: svn path=/head/; revision=79033
* Update to 24jan2003 (maintainer timeout).Max Khon2003-04-155-17/+74
| | | | | | | | PR: 47980 (partially) Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=79032
* Add missing files and make needed symlink.Martin Blapp2003-04-142-0/+8
| | | | | | | Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it> Notes: svn path=/head/; revision=78989
* Update to the 2003.04.08 snapshot, which allows us to further reduce theGerald Pfeifer2003-04-1410-74/+82
| | | | | | | amount of FreeBSD-specific hackery. Notes: svn path=/head/; revision=78946
* Add support for configuring for a AMD64.David E. O'Brien2003-04-141-0/+9
| | | | Notes: svn path=/head/; revision=78925
* Orlando does care now. I'll commit the changes for him.Martin Blapp2003-04-131-1/+1
| | | | Notes: svn path=/head/; revision=78895
* Deal with minor number changes in CURRENT.Martin Blapp2003-04-135-8/+32
| | | | | | | | PR: 48608 Submitted by: Per Hedeland <per@hedeland.org> Notes: svn path=/head/; revision=78857
* Make portlint a bit more happy.Martin Blapp2003-04-131-9/+9
| | | | Notes: svn path=/head/; revision=78856
* Load vmnet too.Martin Blapp2003-04-131-0/+1
| | | | Notes: svn path=/head/; revision=78834
* Initial commit of vmware 3.2.0. This first version is CURRENT 5.xMartin Blapp2003-04-1321-1210/+307
| | | | | | | only. Notes: svn path=/head/; revision=78833
* Chase nasm shared library versionTilman Keskinoz2003-04-121-1/+1
| | | | | | | | PR: 50852 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=78823
* Certain games need libmad for audio output, make scummvm depend onTilman Keskinoz2003-04-122-14/+4
| | | | | | | | | | mad. Bump PORTREVISION PR: 50870 Submitted by: maintainer Notes: svn path=/head/; revision=78817
* Allow to specify a different src base.Martin Blapp2003-04-121-1/+2
| | | | | | | | | Submitted by: Kim Scarborough <sluggo@unknown.nu> PR: 44758 Notes: svn path=/head/; revision=78815
* Add separator for the patches and vmware patches.Martin Blapp2003-04-121-11/+11
| | | | Notes: svn path=/head/; revision=78806
* Fix broken mastersites.Martin Blapp2003-04-122-6/+4
| | | | Notes: svn path=/head/; revision=78803
* Mark this broken until I have committed the updated patches.Martin Blapp2003-04-121-1/+3
| | | | Notes: svn path=/head/; revision=78802
* Delete unneeded patch. It has been replaced by cdevsw.patchMartin Blapp2003-04-102-122/+0
| | | | Notes: svn path=/head/; revision=78701
* Add patches to support CURRENT 20030401.Martin Blapp2003-04-1010-2/+320
| | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=78699
* - Update xmame/xmess to 0.67.1Matthew N. Dodd2003-04-106-119/+7
| | | | | | | | | - Mark xpinmame as broken. Approved by: MAINTAINER Notes: svn path=/head/; revision=78694
* Build fixes for __FreeBSD_version >= 500111 (usbhid changes.)Matthew N. Dodd2003-04-092-0/+90
| | | | Notes: svn path=/head/; revision=78644
* For the Alpha, update glibc and un-forbid (untested).Trevor Johnson2003-04-0912-36/+42
| | | | | | | | PR: 50313 Submitted by: Miguel Mendez Notes: svn path=/head/; revision=78642