aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.12Dirk Meyer2003-06-158-125/+104
| | | | Notes: svn path=/head/; revision=83008
* Lars Eggert reports:Trevor Johnson2003-06-106-0/+96
| | | | | | | | | | | | | | | | Installation of linux_base-7.1_2 fails when linprocfs is mounted. Unmounting linprocfs before installing works around the issue. At Lars' suggestion, this script also mounts the linprocfs after installation. I assume that if the user has a linprocfs entry in /etc/fstab, the user wants it to be mounted. It also seemed like a good idea to un-mount it before de-installation. PR: 46172 Notes: svn path=/head/; revision=82685
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-043-12/+12
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* Make USE_GNOME list valid.Adam Weinberger2003-06-041-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=82266
* Update to 0.4.1.Adam Weinberger2003-06-022-2/+2
| | | | | | | | PR: ports/52700 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=81958
* security update:Trevor Johnson2003-06-0130-60/+60
| | | | | | | | | | | | | | | | The function gzprintf within zlib, when called with a string longer than Z_PRINTF_BUFZISE (= 4096 bytes), can overflow without giving a warning. zlib-1.1.4 and earlier exhibit this behavior. There are no known exploits of the gzprintf overrun, and only a few programs, including rpm2html and gimp-print, are known to use the gzprintf function. The problem has been fixed by checking the length of the output string within gzprintf. --<URL:http://rhn.redhat.com/errata/RHSA-2003-079.html> Notes: svn path=/head/; revision=81876
* Add WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX onEric Anholt2003-05-201-5/+26
| | | | | | | | | | emulated processor versions that can't support it. PR: ports/52347 Submitted by: keramida (mostly) Notes: svn path=/head/; revision=81556
* Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problemGerald Pfeifer2003-05-202-2/+2
| | | | | | | | | introduced by the previous revision. Submitted by: petef Notes: svn path=/head/; revision=81553
* Install a script into etc/rc.d/ to run ldconfig after reboots soDmitry Sivachenko2003-05-196-0/+46
| | | | | | | | | Wine libraries could be found. Approved by: maintainer Notes: svn path=/head/; revision=81361
* Make libstdc++-2.96-112.7.1.i386.rpm to be extracted and included intoYoshio MITA2003-05-1912-18/+30
| | | | | | | | | | | | | | | | | package. libstdc++-2.96 is a core package that is referenced by many linux_base applications such as linux-eagle. For instance, linux-eagle doesn't work with linux_base-7.1_3. Despite the importance, libstdc++-2.96 has been forgotten to be extracted since 6 months. (Actually, the RPM package is listed in the Makefile, but was badly defined so that no extraction was performed.) Since linux_base is an important package, I hesitated to commit this correction (for a long time :). If there is any incovenience in the way of package definition, please feel free to correct my change. Notes: svn path=/head/; revision=81340
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-183-3/+21
| | | | Notes: svn path=/head/; revision=81207
* Bump portrevisionMartin Blapp2003-05-151-1/+1
| | | | Notes: svn path=/head/; revision=81033
* Fix panic if the rtc module gets loaded twice: Make rtc_dev staticMartin Blapp2003-05-151-3/+5
| | | | | | | | | and destroy the device on cleanup. Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it> Notes: svn path=/head/; revision=81032
* VMware-workstation-3.2.0-2230.tar.gz has disappeared everywhere on theMartin Blapp2003-05-142-4/+6
| | | | | | | | | | | mirrors. Replace it with VMware-workstation-3.2.1-2237.tar.gz and fix the patchset to work with this version. Only issue a warning about needed system shm-patches if we are running a old CURRENT. Notes: svn path=/head/; revision=80994
* Update to 0.4.0.Eric Anholt2003-05-132-6/+4
| | | | | | | | PR: ports/52149 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=80945
* Correct USB joystick support for 4.x (used the wrong version of theBrian Feldman2003-05-131-28/+24
| | | | | | | | | hid_report_size(3) API). Submitted by: Sean Welch <welchsm@earthlink.net> Notes: svn path=/head/; revision=80922
* Master site has moved.Pete Fritchman2003-05-101-1/+1
| | | | | | | Noticed by: fenner's portsurvey Notes: svn path=/head/; revision=80612
* Update to the 20030508 snapshot of Wine.Gerald Pfeifer2003-05-096-4/+16
| | | | Notes: svn path=/head/; revision=80538
* Mirror the distfile since the download section on the master site is dead.Brian Feldman2003-05-082-34/+48
| | | | | | | Unbreak by updating for new -lusbhid in current. Notes: svn path=/head/; revision=80410
* 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