1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Akinori MUSHA
8b3cd773ff Use LINUXBASE/USE_LINUX variables.
This is only a cosmetic change, so there's no need to reinstall your
installation(s).
2000-09-22 17:22:24 +00:00
Akinori MUSHA
e20b8f3499 Fix for the latest -current. (another tiny ad hoc fix here..)
Noted by:	kuriyama

Use LINUXBASE and USE_LINUX.
2000-09-22 16:55:01 +00:00
Akinori MUSHA
7bc3142cfd Add support for the latest current. (a bit kind of ad hoc) 2000-09-15 10:19:47 +00:00
Akinori MUSHA
43d55cefa0 Do in Makefile as make groks, not as Ruby groks. (make groks it though)
.if exists?(..) -> .if exists(..)
2000-08-24 15:01:44 +00:00
Akinori MUSHA
be957101cb Chase the recent moving of linux_ioctl.h. 2000-08-23 19:13:51 +00:00
Akinori MUSHA
d0b2934087 Merge with Vladimir's latest version.
- Add support for FreeBSD bridging facility.  To use it, you need a
kernel built with `options BRIDGE'.

- Integrate vmnet and if_tap code into vmmon module.

- Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev
instead of /dev

- Set TMPDIR to /var/tmp if empty.

- Change MAINTAINER back to Vladimir N. Silyaev <vns@delta.odessa.ua>,
now he is back and being active. :)
2000-07-31 21:56:38 +00:00
Akinori MUSHA
9046f5e5ad Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1.
- Improve LBA magic for huge IDE drives
2000-07-27 05:46:31 +00:00
Akinori MUSHA
ed3cdba5a1 Update to 2.0.2 release candidate, build 621.
Use it at your own risk, as it is supposed to be of beta quality.

FYI, vmmon/vmnet hasn't been changed at all since 2.0.1 release.
2000-07-22 20:55:26 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Akinori MUSHA
6b5cc67e4c Update to the 2.0.1 release. (Build 570)
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.
2000-06-20 08:59:05 +00:00
Akinori MUSHA
4e4f338ce2 Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to try it out.
Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
2000-06-19 18:02:59 +00:00
Akinori MUSHA
5279f13741 emulators/vmware:
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.
2000-06-03 07:27:10 +00:00
Akinori MUSHA
6ffb1e67a7 Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().
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
2000-05-26 05:42:51 +00:00
Akinori MUSHA
aef81ecac3 Show an error message and exit when vmware is invoked without Linux procfs
mounted on /compat/linux/proc.

I hope that would reduce FAQ.
2000-04-25 14:23:37 +00:00
Akinori MUSHA
d0e24bc7e7 Install ${PREFIX}/bin/vmware as a shell script which sets some
environment variables properly to run VMware, instead of installing it
as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware.

Suggested by:	Frank Mayhar <frank@exit.com>

Add $FreeBSD$ on the top of the Hints.FreeBSD file.

Add a link to the official VMware Product FAQ page.
2000-04-17 04:23:24 +00:00
Akinori MUSHA
2b40efb08b Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.
Suggested by:	Nick Sayer
2000-04-14 21:01:58 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
Akinori MUSHA
ac94adb818 Make it run-depend on the emulators/rtc port and delete notice. 2000-04-03 16:13:11 +00:00
Akinori MUSHA
2f0a7f7679 Change PKGNAME: vmware -> vmware2 2000-03-30 07:54:08 +00:00
Akinori MUSHA
43878b4a17 Here comes the VMware 2.0 port, finally.
- Correspond to VMware 2.0 Build 476 release (not beta)
- Support SMP kernel
- Install VMware tools floppies (for Windows and Linux)
- Add Hints.FreeBSD
- Mention my unofficial `rtc' port on post-install
- Raw disk may not work for the present
- etc.

Enjoy it!
2000-03-29 21:23:07 +00:00
Akinori MUSHA
9225c521c3 - Clean up and minor fixes
- Make portlint satisfy
  - Avoid creating files out of WRKDIR
  - Remove the void directory "patch" (What ever was this?)
  - Adjust whitespace
  - Fix some ungrammatical wordings
  - Modify COMMENT and DESCR
- Drop fakeprocfs support due to the import of Linux procfs to the base system
- Show MESSAGE after installation
- Change maintainer to the -emulation list because:
  - Vladimir seems too busy or unreachable these days
  - This port depends very much on Linux compatibility stuff
- Get it to check if the system has Linux procfs module and stop if not

PR:		ports/16960 (add WWW to DESCR)
No response by:	maintainer
2000-03-25 20:24:32 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Josef Karthauser
5c4a9c080e Some VMware port cleanup:
- remove [buggy] dependencies from linuxprocfs port, when this
  port doesn't exist in a system (it's a common situation, because
  linuxprocfs port isn't included in the official port tree).
- remove Makefiles.inc.xxx at cleanup stage
- added message about loading kernel modules
- added warning when vmware runned with not super-user id

Submitted by:	Vladimir N. Silyaev <vsilyaev@mindspring.com>
PR:		ports/16894
2000-02-22 20:11:31 +00:00
David E. O'Brien
a04f0baefd Make this thing acutally portlint(1) and come close our Ports Collection
coding style.

[billf contributed to the Makefile cleanup]

Forgotten by:	initial committer
2000-01-28 06:22:56 +00:00
Josef Karthauser
6f08968435 Virgin import of Vladimir N. Silyaev's port of the linux version of the
VMWare virtual machine.

PR:		ports/16337
Submitted by:	vsilyaev@mindspring.com
2000-01-26 22:06:13 +00:00