summaryrefslogtreecommitdiffstats
path: root/net/pvm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation on 5.0 (<malloc.h> removal)kris2002-03-311-0/+5
|
* Define the -DSHAREDTMP option, since this allows one to simulatedemon2001-12-191-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.demon2000-11-131-1/+1
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* Update to 3.4.3. This is not a downgrade. The update is needed for thewill2000-03-291-11/+28
| | | | | | import of the pvmpov port. Approved by: maintainer
* $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it)asami1999-08-311-1/+1
|
* USE_XLIB.asami1999-05-041-1/+2
|
* Parallel Virtual Machine libraries and environmenttaoka1999-04-131-0/+82
PR: ports/10562 Submitted by: Dima Sivachenko dima@netserv1.chg.ru
OpenPOWER on IntegriCloud