aboutsummaryrefslogtreecommitdiff
path: root/net/pvm
Commit message (Collapse)AuthorAgeFilesLines
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Not yet ported to powerpc.Mark Linimon2011-11-111-0/+2
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285513
* Switch to MASTER_SITE_NETLIBBrendan Fabeny2011-03-311-2/+2
| | | | Notes: svn path=/head/; revision=272047
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Make the port build and install shared librariesWen Heping2010-02-243-2/+108
| | | | | | | | | PR: ports/143866 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Feature safe: yes Notes: svn path=/head/; revision=250255
* - use $SUB_FILES to Update pkg-messagePhilip M. Gollucci2010-02-012-1/+3
| | | | | | | | PR: ports/143148 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=248997
* - Update to 3.4.6Dmitry Marakasov2009-10-302-5/+5
| | | | | | | | PR: 139842 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=243510
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-5/+1
| | | | Notes: svn path=/head/; revision=195563
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* * Migrate to gfortran.Maho Nakata2007-01-171-1/+7
| | | | | | | * Bump port revision. Notes: svn path=/head/; revision=182595
* - Fix build with gcc41Martin Wilke2006-10-072-0/+22
| | | | | | | | PR: ports/104113 Submitted by: trasz Notes: svn path=/head/; revision=174797
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Pacify distfile survey by following redirects on URLs.Mark Linimon2005-10-131-1/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145227
* - update to 3.4.5Cheng-Lung Sung2004-10-163-6/+6
| | | | | | | | | | | - use %%PREFIX%% in pkg-message PR: ports/71718 Submitted by: clsung Approved by: mentor (leeym) Notes: svn path=/head/; revision=119558
* Fix path in pkg-message.Volker Stolz2004-05-101-1/+1
| | | | | | | Submitted by: phk Notes: svn path=/head/; revision=108821
* Tell pvm that FreeBSD supports amd64/ia64/sparc64Tilman Keskinoz2004-03-292-4/+12
| | | | | | | Remove BROKEN. Notes: svn path=/head/; revision=105592
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* Release maintainership.Dmitry Sivachenko2004-03-131-1/+1
| | | | Notes: svn path=/head/; revision=103879
* BROKEN on !i386 and !alpha: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103845
* Fix master_siteEdwin Groothuis2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92916
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add parallel to CATEGORIES.Akinori MUSHA2002-11-241-1/+1
| | | | | | | | PR: ports/39094 Submitted by: trevor Notes: svn path=/head/; revision=71007
* Support X11-less installation. One sample executable -- xep -- will notMikhail Teterin2002-10-314-4/+21
| | | | | | | | be built/installed. Add a missing backslash at EOL -- a fresh typo. Remove a non-existing directory from CFLAGS -- a three year old typo. Notes: svn path=/head/; revision=69225
* Upgrade to 3.4.4 released over a year ago. Obey CFLAGS.Mikhail Teterin2002-10-315-67/+96
| | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=69220
* Fix compilation on 5.0 (<malloc.h> removal)Kris Kennaway2002-03-311-0/+5
| | | | Notes: svn path=/head/; revision=56997
* Define the -DSHAREDTMP option, since this allows one to simulateDmitry Sivachenko2001-12-192-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=51854
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Chase the checksum (docs updated, a code syntax error fixed and prototypesKris Kennaway2000-04-301-1/+1
| | | | | | | | | updated) Noticed by: bento Notes: svn path=/head/; revision=28143
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Update to 3.4.3. This is not a downgrade. The update is needed for theWill Andrews2000-03-293-55/+94
| | | | | | | | | import of the pvmpov port. Approved by: maintainer Notes: svn path=/head/; revision=27127
* Get this to build at least on the Alpha. Haven't tested whether itSteve Price2000-02-131-0/+10
| | | | | | | actually works (yet). Notes: svn path=/head/; revision=25758
* Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on bothSteve Price1999-11-271-0/+11
| | | | | | | -current and -stable. Notes: svn path=/head/; revision=23431
* $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it)Satoshi Asami1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21161
* USE_XLIB.Satoshi Asami1999-05-041-1/+2
| | | | Notes: svn path=/head/; revision=18456
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Parallel Virtual Machine libraries and environmentSatoshi Taoka1999-04-136-0/+162
PR: ports/10562 Submitted by: Dima Sivachenko dima@netserv1.chg.ru Notes: svn path=/head/; revision=17850