Commit graph

9 commits

Author SHA1 Message Date
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
37d72d6a7c - Fix build with gcc41
PR:		ports/104113
Submitted by:	trasz
2006-10-07 15:26:31 +00:00
Tilman Keskinoz
7cd4733c3d Tell pvm that FreeBSD supports amd64/ia64/sparc64
Remove BROKEN.
2004-03-29 08:35:45 +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
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
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 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