summaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update md5 due to their repack of the distfile as of a week ago.knu2000-07-134-4/+8
| | | | | | | | | - vmware-sniffer and vmware-wizard were changed. (details unknown) - vmmon/vmnet/vmppuser sources were unchanged, however, some of the binaries (for Linux) seems have recompiled. That would not affect us because we compile them from source. Fix configure script to return zero on exit.
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-072-9/+11
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Link wine with -rpath so that it can find libwine.so.steve2000-07-072-0/+2
| | | | | | PR: 19562 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: maintainer
* @dirrm share/doc/twinasami2000-07-051-0/+1
| | | | Submitted by: bento
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-4/+15
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* @dirrm share/inesasami2000-07-051-0/+1
| | | | Submitted by: bento
* ksnes9x is now hosted on MASTER_SITE_SOURCEFORGE.will2000-06-301-2/+2
|
* Use ${MASTER_SITE_LOCAL}.asami2000-06-295-5/+10
|
* Add note requested by maintainer not to upgrade the port to theobrien2000-06-252-0/+4
| | | | 2000.06.14 snapshot, as it is unstable.
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-4/+7
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* More people.FreeBSD.org -> MASTER_SITE_LOCAL conversion.will2000-06-201-1/+2
|
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-2/+1
|
* Update to the 2.0.1 release. (Build 570)knu2000-06-204-14/+6
| | | | | | | | | I've tested this version for several hours and found it pretty stable, which means this "release" version could handle the situations which RC versions never could. If you suffer any problems with it, feel free to report the situations in detail at the freebsd-emulation list.
* Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to ↵knu2000-06-196-6/+20
| | | | | | try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
* Fix problem caused by our current version of ncurses.h (see PR misc/19077),se2000-06-192-0/+32
| | | | | | | | | | | | which defines "trace" in a way that causes link errors. This patch just places "#undef trace" statements on the line following the "#include <ncurses.h>" in the two WIne files, that include that header. This workaround should be kept as long as there may be systems with the buggy definition of "trace" in "ncurses.h". Approved by: Maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-163-3/+3
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix typo: @rmdir -> @dirrmjedgar2000-06-162-2/+2
| | | | Submitted by: steve
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-163-3/+3
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* .../local-distfiles/... -> MASTER_SITE_LOCALjedgar2000-06-152-2/+4
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-156-7/+5
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Move distfile to local-distfiles directory on ftp.FreeBSD.orgjmz2000-06-112-2/+2
|
* Use perl-fu to handle the SOVERSION tweak instead of patching 58 files.obrien2000-06-102-0/+16
|
* "We (actually, I) forgot to install the libraries that are partobrien2000-06-108-18/+356
| | | | | | | of the Wine port, as well as the include files for winelib." PR: 18877 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Finish the move of macutils to archivers (no commits are necessary onwill2000-06-101-1/+0
| | | | the actual macutils directory).
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-092-0/+2
| | | | area on the local ports tree.
* Revise advice on /tmp: Difining TMPDIR would be better way thanknu2000-06-082-18/+40
| | | | creating /compat/linux/tmp to fake /tmp.
* Update MASTER_SITES for locally-hosted distfile(s)jedgar2000-06-082-2/+2
|
* Unbroke port for gcc 2.95 and later.sobomax2000-06-081-2/+7
| | | | Reported by: jmz
* Remove two directories. Also, move manpages to Makefile while I'm here.asami2000-06-072-2/+3
| | | | Submitted by: bento (first half)
* Make the move from people.FreeBSD.org/~will to ftp.FreeBSD.org.will2000-06-071-1/+1
| | | | Prompted by: obrien
* Activate basiliskIIsobomax2000-06-071-0/+1
|
* Initial import of BasiliskII - a GPL'ed portable Mac emulator (requires Mac ROMsobomax2000-06-077-0/+122
| | | | | | | and a copy of MacOS to run). PR: 18072 Submitted by: sobomax
* Add several missed from the PLIST files.sobomax2000-06-061-0/+4
| | | | Submitted by: bento
* emulators/vmware:knu2000-06-035-6/+16
| | | | | | | | | Set MAINTAINER to <ak@freenet.co.uk> and mention the freebsd-emulation list. emulators/vmware2: Set MAINTAINER to <knu@FreeBSD.org> and mention the freebsd-emulation list. Include the checksum of the 2.0.1-546 beta's distfile in files/md5 for those who want to test it.
* Remove directory (share/doc/sim) created during installationjedgar2000-06-012-0/+2
| | | | Found by: bento
* Update to version 0.4.1d.steve2000-05-293-7/+14
| | | | | PR: 13006 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to version 2000.05.26.steve2000-05-296-20/+4
| | | | | PR: 18847, 18848 Submitted by: maintainer
* RH6.1 has moved into old-releases on the master and most mirrors,msmith2000-05-288-8/+8
| | | | track this while we wait for 6.3 or something less buggy than 6.2.
* Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().knu2000-05-262-0/+2
| | | | | | | | PR: ports/18799 Submitted by: Vladimir B. Grebenschikov <vova@express.ru> Fix by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Advice by: peter Tested by: people at freebsd-emulation list
* Whoops, forgot this file with the update to 1999121400.will2000-05-221-0/+108
|
* Update to 1999121400 version, and add Alpha support. I modified thewill2000-05-226-43/+138
| | | | | | | patch Mario created for the Makefile so it would use proper Makefile logic. PR: 18734 Submitted by: MAINTAINER
* Make WINE build again!will2000-05-188-48/+24
| | | | | | | | | | | | | | | | | | 1) Update to 20000430 release snapshot. 2) Remove irrelevant (integrated into wine tree) patches. 3) Add new patch. 4) New MAINTAINER (pfeifer@dbai.tuwien.ac.at). Gerald apparently overlooked installation, so I added a few files to the install so people can actually run WINE; I also accounted for these files in pkg/PLIST updating. Unfortunately, I could not test WINE because I don't have USER_LDT in my kernel and I'm not adding it just now. :-) Special thanks to Gerald for his help! PR: 18648 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Approved by: se (previous MAINTAINER)
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-149-10/+9
|
* Bump the version number corresponding to Peter's previous commit.knu2000-05-061-1/+1
|
* The rtc module depends on linux (for -current)peter2000-05-051-0/+4
|
* Show an error message and exit when vmware is invoked without Linux procfsknu2000-04-254-0/+22
| | | | | | mounted on /compat/linux/proc. I hope that would reduce FAQ.
* Add Jim Housley <jim@thehousleys.net> as new maintainer.kris2000-04-241-1/+1
|
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-232-2/+2
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* I have been asked to *TEMPERARYLY* restrict this again.obrien2000-04-201-0/+1
|
OpenPOWER on IntegriCloud