mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 3.4.5
- use %%PREFIX%% in pkg-message PR: ports/71718 Submitted by: clsung Approved by: mentor (leeym)
This commit is contained in:
parent
42e3953cf0
commit
36cd2b596e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119558
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pvm
|
PORTNAME= pvm
|
||||||
PORTVERSION= 3.4.4
|
PORTVERSION= 3.4.5
|
||||||
CATEGORIES= net parallel
|
CATEGORIES= net parallel
|
||||||
MASTER_SITES= http://www.netlib.org/pvm3/ \
|
MASTER_SITES= http://www.netlib.org/pvm3/ \
|
||||||
ftp://ftp.chg.ru/pub/prog/parallel/pvm3/
|
ftp://ftp.chg.ru/pub/prog/parallel/pvm3/
|
||||||
|
@ -141,6 +141,6 @@ do-install:
|
||||||
cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
|
cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${SED} 's|/usr/local|${PREFIX}|g' ${PKGMESSAGE}
|
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (pvm3.4.4.tgz) = 806abe9a866eab5981383c17ff9ed175
|
MD5 (pvm3.4.5.tgz) = 086e6d707b40adba04bddba8e5b6b17d
|
||||||
SIZE (pvm3.4.4.tgz) = 967852
|
SIZE (pvm3.4.5.tgz) = 979201
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
-
|
-
|
||||||
You have to set PVM_ROOT=/usr/local/lib/pvm enviropment variable on all machines
|
You have to set PVM_ROOT=%%PREFIX%%/lib/pvm enviropment variable on all machines
|
||||||
which you are planning to use for distributed computing. The best way to set
|
which you are planning to use for distributed computing. The best way to set
|
||||||
this variable on system-wide basis is to add "PVM_ROOT=/usr/local/lib/pvm" into
|
this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into
|
||||||
appropriate section of your /etc/login.conf file. You also have to enable
|
appropriate section of your /etc/login.conf file. You also have to enable
|
||||||
rshd on those machines.
|
rshd on those machines.
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Reference in a new issue