Commit graph

30 commits

Author SHA1 Message Date
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
7e6a341e65 - Switch to USES=tar
- Switch to options helpers
2015-10-07 01:36:46 +00:00
Danilo Egea Gondolfo
1fa076ebfb - Update net/openmpi to 1.8.4 2014-12-26 14:24:12 +00:00
Danilo Egea Gondolfo
94f7ea6c8f - Update net/openmpi from 1.8.2 to 1.8.3 2014-09-28 03:41:24 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Thierry Thomas
78e2b56a8a - Upgrade to 1.5;
- Bump PORTREVISION for consumers.
2014-09-01 21:50:14 +00:00
Thierry Thomas
78ae62f1d4 Chase the upgrade of net/mpich2.
Approved by:	portmgr (non staged ports)
2014-08-26 19:55:00 +00:00
Tijl Coosemans
2df13bcdc3 - Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-14 16:51:44 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Alexey Dokuchaev
3fa03dfd6e - Remove trailing space added in r339920, please don't do that :(
- Move OPTIONS block down within Makefile where it is usually placed, sort
  PLIST-related knobs
- Convert clumsy "cd foo && ..." to our standard, $cwd-agnostic, shorter,
  and more readable constructs (and avoid needless line-wrapping)
2014-01-16 16:43:24 +00:00
Martin Wilke
4c40126506 - Force commit to correct previous entry
- Update to 1.9.3

PR:		185719
Submitted by:	ports fury
2014-01-16 15:10:11 +00:00
Martin Wilke
228cd8c588 - Update to versin 3.0.6
PR:		185720
Submitted by:	Ports Fury
2014-01-16 15:08:23 +00:00
Danilo Egea Gondolfo
d8496072ae - Reset PORTREVISION 2013-11-28 14:53:00 +00:00
Danilo Egea Gondolfo
077804bd57 - Update from 1.9.1 to 1.9.2
- Add stage support
2013-11-28 14:51:20 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
0f0eb50c1e Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) 2013-09-20 15:52:44 +00:00
Boris Samorodov
fdecfdfca8 Update to version 1.9.1.
PR:		ports/178572
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-05-20 10:43:12 +00:00
Eitan Adler
4cd47e9da9 Distfile reroll: Checked against upstream sourceforge
Approved by:	portmgr (miwi)
2013-03-30 18:54:34 +00:00
Alexey Dokuchaev
90d0a779a5 For unmaintained ports in `benchmarks' category, drop leading article from
COMMENT and perform other minor cleanups along the way, whenever noticed.
2013-03-13 12:19:33 +00:00
Martin Wilke
980288806b BROKEN checksum mismatch
=> mdtest-1.8.4.tgz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://heanet.dl.sourceforge.net/project/mdtest/mdtest%20latest/mdtest-1.8.4/mdtest-1.8.4.tgz
fetch: http://heanet.dl.sourceforge.net/project/mdtest/mdtest%20latest/mdtest-1.8.4/mdtest-1.8.4.tgz: size mismatch: expected 30473, actual 30493
2013-02-23 14:27:28 +00:00
Bryan Drewery
e022e92dd6 - Update to 1.8.4
- Fix plist by not installing Apple example files
2013-01-04 22:48:02 +00:00
Baptiste Daroussin
bf82f7adb7 Convert to new options framework 2012-06-01 13:18:21 +00:00
Dennis Herrmann
35f49b60d6 - Update to 1.8.3
PR:		ports/160082
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-09-01 17:21:46 +00:00
Baptiste Daroussin
a9746993e1 Deprecate port with no more public distfiles 2011-08-02 05:36:33 +00:00
Thierry Thomas
48883ba9ac Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:		ports/154715
2011-02-26 09:56:51 +00:00
Thierry Thomas
532f881192 - Chase relocation of net/mpich2
- Bump PORTREVISION if needed

- Fix some portlint errors.
2009-11-28 10:44:56 +00:00
Mark Linimon
f671f7255d Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:	portmgr
2008-12-16 05:15:41 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +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
Martin Wilke
8f060f3ca4 The mdtest software is used for testing the metadata
performance of a file system.

WWW:	http://www.llnl.gov/icc/lc/siop/

PR:		ports/112237
Submitted by:	Chao Shin <quakelee at cn.freebsd.org>
2007-04-30 07:10:52 +00:00