Commit graph

52 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
631cd9d433 - Update to 1.10.0
- Add SLURM to OPTIONS_DEFAULT (it's enabled by default in the configure script)
2015-09-17 02:58:01 +00:00
Dmitry Marakasov
aee585a140 - Simplify and fix library installation, correctly strip libraries
- Mark broken on 8.x (section .tbss mismatches non-TLS reference in /usr/local/lib//libmpich.a)
2015-05-15 19:21:36 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Danilo Egea Gondolfo
1fa076ebfb - Update net/openmpi to 1.8.4 2014-12-26 14:24:12 +00:00
Antoine Brodin
cff02893b4 Cleanup plist 2014-11-13 23:24:00 +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
Danilo Egea Gondolfo
d8bdeaa793 - Update net/openmpi from 1.8.1 to 1.8.2 2014-08-26 11:25:13 +00:00
Thierry Thomas
d3d2443672 - Make fetchable again
- Stagify

- Link the test programs with FFLAGS to get -rpath on GCC libs.
2014-08-23 08:58:23 +00:00
Baptiste Daroussin
d235aae94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:30:45 +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
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +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
Maho Nakata
494ad0d2ea fix build on FreeBSD/i386 8.x
PR:		187090
Submitted by:	tijl@
2014-03-06 02:58:44 +00:00
Tijl Coosemans
cd48b9b47e Fixup for r344614: define USES before including bsd.port.pre.mk.
Reported by:	antoine
2014-02-17 14:10:01 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +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
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +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
f9b73ccd0b Chase the upgrade of MPICH2.
PR:		ports/151868
Approved by:	maho (maintainer)
2010-11-14 22:00:16 +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
Maho Nakata
8d59ac0553 build fix by migration to gcc44.
Spotted by: erwin
Feature safe:	yes
2009-09-30 07:21:08 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Edwin Groothuis
090059a210 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 14:17:21 +00:00
Maho Nakata
fba5eb5c39 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 08:35:38 +00:00
Maho Nakata
c2ebc9c5c0 Bump port revision. My last commit enables us
to link against shared lib version of blacs without
errors. To force users to recompile this port, port
revision has been bumped.

Suggested by: thierry
2007-05-28 20:51:05 +00:00
Maho Nakata
560f9e3e5c Fix soname for shared libs.
Submitted by:	thierry
2007-05-27 04:23:47 +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
399e76c21f * Install shared libs as well.
* Bump port revision.
2007-03-09 00:54:46 +00:00
Maho Nakata
8ab34e7539 * Use gfortran42 only and not gcc42.
* Bump portrevision.
2007-01-12 06:33:18 +00:00
Maho Nakata
4dd38568f9 * Migrate to gfortran.
* Bump port revision.
2007-01-10 07:23:22 +00:00
Maho Nakata
2f54b9f422 Make consistent if OpenMPI exists. 2006-11-18 23:55:24 +00:00
Maho Nakata
58dc95b9cc Add OpenMPI support
PR:             105474
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
2006-11-18 23:42:24 +00:00
Maho Nakata
52ac72dbd5 Build fix for 4-STABLE
Submitted by:	thierry (kris via pointyhat)
2006-08-22 03:47:49 +00:00
Maho Nakata
1fa810ee38 remove unnecessary empty files
Submitted by:	thierry
2006-07-24 11:56:53 +00:00
Maho Nakata
3115d648d8 Switch to MPICH2.
PR:		100755, 100756
Submitted by:	thierry
2006-07-24 01:42:21 +00:00
Maho Nakata
ec29e4e549 BLACS port doesn't acutally depend on LAPACK and BLAS 2006-07-09 01:53:06 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Maho Nakata
53ed4e4bea .else if should be .elif or .elseif
Submitted by:	joe, kris
2005-07-06 02:05:48 +00:00
Maho Nakata
4746a2a816 Re-organize optimization flags so that runs much more faster 2005-07-04 04:59:27 +00:00
Maho Nakata
dbddc47d58 Somehow pkg-message has been an empty file.
Submitted by:	netchild
2005-05-22 07:42:37 +00:00
Maho Nakata
0ac102d938 move pkg-message.in in ${FILESDIR} to install
w/o error.
2004-11-23 01:26:54 +00:00
Maho Nakata
bbeb595445 Forgot to add pkg-message.in
PR:		72261
Pointy hat to:	maho
2004-10-19 02:16:37 +00:00
Maho Nakata
e639642187 1) fix build after changes to make(1) on FreeBSD
2) pass portlint, and also fix pkg-message as well.

PR:		72261
Submitted by:	thierry@
2004-10-19 02:14:59 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Maho Nakata
23c0b4c300 SIZEify
Submitted by:	trevor
2004-03-19 04:09:18 +00:00