Commit graph

17 commits

Author SHA1 Message Date
Cheng-Lung Sung
36cd2b596e - update to 3.4.5
- use %%PREFIX%% in pkg-message

PR:		ports/71718
Submitted by:	clsung
Approved by:	mentor (leeym)
2004-10-16 02:21:37 +00:00
Tilman Keskinoz
7cd4733c3d Tell pvm that FreeBSD supports amd64/ia64/sparc64
Remove BROKEN.
2004-03-29 08:35:45 +00:00
Dmitry Sivachenko
a48a3d3904 Release maintainership. 2004-03-13 11:03:12 +00:00
Kris Kennaway
bef279845d BROKEN on !i386 and !alpha: Does not compile 2004-03-13 06:01:27 +00:00
Edwin Groothuis
394b6f056a Fix master_site 2003-11-03 01:38:51 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
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
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
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
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