aboutsummaryrefslogtreecommitdiffstats
path: root/net/pvm
Commit message (Collapse)AuthorAgeFilesLines
* Tell pvm that FreeBSD supports amd64/ia64/sparc64arved2004-03-292-4/+12
| | | | Remove BROKEN.
* Add size data.trevor2004-03-191-0/+1
|
* Release maintainership.demon2004-03-131-1/+1
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-131-1/+7
|
* Fix master_siteedwin2003-11-031-1/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add parallel to CATEGORIES.knu2002-11-241-1/+1
| | | | | PR: ports/39094 Submitted by: trevor
* Support X11-less installation. One sample executable -- xep -- will notmi2002-11-014-4/+21
| | | | | be built/installed. Add a missing backslash at EOL -- a fresh typo. Remove a non-existing directory from CFLAGS -- a three year old typo.
* Upgrade to 3.4.4 released over a year ago. Obey CFLAGS.mi2002-11-015-67/+96
| | | | | | | | | | | | | | | Split the man-pages into the actual texts and MLINKS, of which there are over a hundred. The vendor used the .so macro, but either it was not used properly, or there is a bug in our man(1). Either way, MLINKS seems cleaner. Move the text in the post-install target into pkg-message and arrange for showing it after installing the port. The last two items were not shown to maintainer, but are not expected to raise objections. TODO -- add WITHOUT_X11 compliance -- a must for some deployments. Approved by: demon (maintainer).
* Fix compilation on 5.0 (<malloc.h> removal)kris2002-03-311-0/+5
|
* Define the -DSHAREDTMP option, since this allows one to simulatedemon2001-12-202-0/+11
| | | | | | | | | | | | | | | | | | | | | | 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
* Chase the checksum (docs updated, a code syntax error fixed and prototypeskris2000-04-301-1/+1
| | | | | | updated) Noticed by: bento
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update to 3.4.3. This is not a downgrade. The update is needed for thewill2000-03-303-55/+94
| | | | | | import of the pvmpov port. Approved by: maintainer
* Get this to build at least on the Alpha. Haven't tested whether itsteve2000-02-141-0/+10
| | | | actually works (yet).
* Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on bothsteve1999-11-271-0/+11
| | | | -current and -stable.
* $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it)asami1999-08-311-1/+1
|
* USE_XLIB.asami1999-05-041-1/+2
|
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Parallel Virtual Machine libraries and environmenttaoka1999-04-146-0/+162
PR: ports/10562 Submitted by: Dima Sivachenko dima@netserv1.chg.ru