Gerald Pfeifer
05a2cbc2b4
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
2009-01-07 16:34:27 +00:00
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
Maho Nakata
269ae10910
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
2007-07-14 09:51:49 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Maho Nakata
3940eb2a9c
* Migrate to gfortran.
...
* Bump port revision.
2007-01-17 06:20:00 +00:00
Martin Wilke
37d72d6a7c
- Fix build with gcc41
...
PR: ports/104113
Submitted by: trasz
2006-10-07 15:26:31 +00:00
Edwin Groothuis
0f12b488a5
Remove USE_REINPLACE from all categories starting with N
2006-05-11 22:49:56 +00:00
Pav Lucistnik
2403ea92cb
- Add SHA256
2005-11-25 16:48:31 +00:00
Mark Linimon
3ddda540e8
Pacify distfile survey by following redirects on URLs.
...
Source: distfile survey
2005-10-13 06:38:46 +00:00
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
Volker Stolz
d933843f2a
Fix path in pkg-message.
...
Submitted by: phk
2004-05-10 11:18:58 +00:00
Tilman Keskinoz
7cd4733c3d
Tell pvm that FreeBSD supports amd64/ia64/sparc64
...
Remove BROKEN.
2004-03-29 08:35:45 +00:00
Trevor Johnson
17dfa2daa6
Add size data.
2004-03-19 04:21:39 +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
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