Akinori MUSHA
090ec19d9c
Add parallel to CATEGORIES.
...
PR: ports/39094
Submitted by: trevor
2002-11-24 13:41:11 +00:00
Mikhail Teterin
d515a78c14
Support X11-less installation. One sample executable -- xep -- will not
...
be built/installed. Add a missing backslash at EOL -- a fresh typo.
Remove a non-existing directory from CFLAGS -- a three year old typo.
2002-10-31 23:36:04 +00:00
Mikhail Teterin
554570ea95
Upgrade to 3.4.4 released over a year ago. Obey CFLAGS.
...
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).
2002-10-31 23:01:57 +00:00
Kris Kennaway
a999716eba
Fix compilation on 5.0 (<malloc.h> removal)
2002-03-31 02:03:17 +00:00
Dmitry Sivachenko
4b59ba05e4
Define the -DSHAREDTMP option, since this allows one to simulate
...
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
2001-12-19 19:13:53 +00:00
Dmitry Sivachenko
2514bdf28c
Change MAINTAINER field.
...
I am now at FreeBSD dot org
Approved by: sobomax
2000-11-13 12:45:40 +00:00
Kris Kennaway
b735adbb4b
Chase the checksum (docs updated, a code syntax error fixed and prototypes
...
updated)
Noticed by: bento
2000-04-30 02:39:25 +00:00
Chris Piazza
93a61d6874
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:14:07 +00:00
Will Andrews
d8a1439d05
Update to 3.4.3. This is not a downgrade. The update is needed for the
...
import of the pvmpov port.
Approved by: maintainer
2000-03-29 21:24:08 +00:00
Steve Price
92b751ae5b
Get this to build at least on the Alpha. Haven't tested whether it
...
actually works (yet).
2000-02-13 16:57:05 +00:00
Steve Price
35e6b5474e
Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both
...
-current and -stable.
1999-11-27 01:35:19 +00:00
Satoshi Asami
81d254d7b7
$Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it)
1999-08-31 11:28:45 +00:00
Satoshi Asami
275aad51ae
USE_XLIB.
1999-05-04 11:40:35 +00:00
Michael Haro
5b9355a3b1
WWW: This is definately the daemon's work. In Chuck we trust.
1999-05-03 05:26:53 +00:00
Satoshi Taoka
767eb5c7d2
Parallel Virtual Machine libraries and environment
...
PR: ports/10562
Submitted by: Dima Sivachenko dima@netserv1.chg.ru
1999-04-13 17:10:20 +00:00