Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation on 5.0 (<malloc.h> removal) | kris | 2002-03-31 | 1 | -0/+5 |
| | |||||
* | Define the -DSHAREDTMP option, since this allows one to simulate | demon | 2001-12-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | clusters of pvm machines with jail(8). Basically, do this: ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias ... echo "10.0.0.1 ten-1" >> /etc/hosts echo "10.0.0.2 ten-2" >> /etc/hosts echo "10.0.0.3 ten-3" >> /etc/hosts ... jail / ten-1 10.0.0.1 /usr/libexec/inetd jail / ten-1 10.0.0.2 /usr/libexec/inetd jail / ten-1 10.0.0.3 /usr/libexec/inetd Tada! now you have three PVM enabled computers on your laptop :-) Submitted by: phk | ||||
* | Change MAINTAINER field. | demon | 2000-11-13 | 1 | -1/+1 |
| | | | | | | I am now at FreeBSD dot org Approved by: sobomax | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -3/+3 |
| | |||||
* | Update to 3.4.3. This is not a downgrade. The update is needed for the | will | 2000-03-29 | 1 | -11/+28 |
| | | | | | | import of the pvmpov port. Approved by: maintainer | ||||
* | $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it) | asami | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | USE_XLIB. | asami | 1999-05-04 | 1 | -1/+2 |
| | |||||
* | Parallel Virtual Machine libraries and environment | taoka | 1999-04-13 | 1 | -0/+82 |
PR: ports/10562 Submitted by: Dima Sivachenko dima@netserv1.chg.ru |