Commit graph

45 commits

Author SHA1 Message Date
Antoine Brodin
cff02893b4 Cleanup plist 2014-11-13 23:24:00 +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
Adam Weinberger
0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 20:55:27 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00
Adam Weinberger
d9b5127626 Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by:	portmgr (blanket)
2014-07-04 00:52:39 +00:00
Vanilla I. Shu
57d6422d51 Stagify.
Approved by:	portmgr@
2014-06-18 07:07:26 +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
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
Brendan Fabeny
9208794765 set MAKE_JOBS_UNSAFE 2012-07-09 08:57:38 +00:00
Brendan Fabeny
8e55579784 add math/arpack-ng to CONFLICTS; remove version numbers from
LIB_DEPENDS
2012-06-27 06:16:06 +00:00
Brendan Fabeny
004a7c5ac2 adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
2011-11-22 11:14:10 +00:00
Brendan Fabeny
46d30e1598 avoid inconsistencies in internal symbol tables
and allow the test suite to be run after renaming
by performing renaming before compilation via
the preprocessor
2011-09-28 18:10:37 +00:00
Brendan Fabeny
cf8f9ea4bf fix the objcopy renaming by adding a forgotten correction
to account for gfortran*'s default use of -funderscoring [1];
fix the check for math/atlas* shared libraries

PR:		159129 [1]
Submitted by:	E. Shibusawa (slightly different patch) [1]
2011-09-28 18:00:24 +00:00
Brendan Fabeny
e9cbeb5fad rename the lapack symbols in arpack to avoid conflicts
with other lapack libraries [1]; respect LDFLAGS when
linking; wrap long lines; trim pkg-descr

PR:		159129 [1]
Submitted by:	stephen (original version) [1]
2011-08-24 10:41:39 +00:00
Stephen Montgomery-Smith
4f4497deb4 - Maintainer change to bf@
Approved by:	maho (mentor, implicit), bf (new maintainer)
2011-08-08 19:07:38 +00:00
Stephen Montgomery-Smith
c106e4ccf5 - Fix PATCH_SITES, and update to version 3 of Kloeckner's arscnd patch.
- Fix patch.tar.gz being unpacked into the wrong directory.
- Respect AR, RANLIB, LD, LDFLAGS, etc. in ARmake.inc.
- Fix install of arpack.h.
- Fix broken sparc64 build.
- Add tests.
- Various other cleanups.

PR:		ports/159075
Submitted by:	bf
Approved by:	maho (mentor, implicit)
2011-07-21 20:19:33 +00:00
Mark Linimon
eb16449372 Mark as broken on sparc64: fails to install. 2011-07-16 05:33:57 +00:00
Stephen Montgomery-Smith
fc7976f6a8 Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor)
2011-06-14 07:38:51 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Stefan Walter
f82250cc64 Fix a problem with symbol duplication when code is linked with both the arpack
and lapack libraries.

PR:		147487
Submitted by:	Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
Approved by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2010-07-01 19:52:49 +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
Dennis Herrmann
cf8759b2c9 - Update maintainer mail address
PR:		ports/133397
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Wesley Shields
6ce638fdbf - Pass maintainership along. 2009-02-13 15:25:26 +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
Maho Nakata
54f95939e0 Now we use USE_FORTRAN=yes to use FORTRAN. 2007-07-12 06:57:48 +00:00
Maho Nakata
968c3e16c6 Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
2007-01-16 02:39:08 +00:00
Maho Nakata
847d5bad96 * Use gfortran42 only and not gcc42.
* Bump portrevision.
2007-01-12 05:56:44 +00:00
Maho Nakata
0160d8b6c9 * gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
2007-01-10 14:14:44 +00:00
Maho Nakata
42dd1b7d84 * Requires gfortran compiled ATLAS and BLAS.
* Bump portrevision.
2007-01-09 22:49:50 +00:00
Maho Nakata
726dd43aee Migrated to gfortran42.
Bump portrevision.
2007-01-09 05:54:45 +00:00
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Thierry Thomas
e5c4b6f303 Register conflicts with math/elmer-mathlibs and pet portlint. 2006-04-24 19:57:20 +00:00
Sergey Matveychuk
18d67ba309 - Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.

PR:		ports/92940
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Reported by:	krismail
2006-02-07 10:46:01 +00:00
Pav Lucistnik
9c54dc450f - Update WWW
PR:		ports/91808
Submitted by:	Pedro F. Giffuni <gifufnip@asme.org>
2006-01-15 01:35:37 +00:00
Edwin Groothuis
f0ac2b0eed Make math/arpack depend less on math/atlas
Atlas is great in the platforms where it's available, however
	it is not being packaged (for good reasons) anymore. arpack
	originally used blas for testing and since we are not really
	linking any version of blas in the package it doesn't make
	any difference what we use. It seems better idea to use
	blas for testing since it's faster to build and because
	this also means we can package arpack without building
	ATLAS, The resulting package will work with BLAs or ATLAS
	just the same and in any case the BLAS_LIBS variable can
	now be overridden to test with atlas if it's so desired.

	This change doesn't change the package so I think we should
	leave the PORTVERSION untouched.

PR:		ports/91251
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-01-03 04:37:24 +00:00
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Clement Laforet
113d291e1d - tar -> ${TAR} (since we have now a bsdtar ;) 2004-04-07 13:26:20 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Norikatsu Shigemura
5a66d11fe4 Fix suffix of a patch file.
PR:		ports54434
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2003-07-14 01:54:07 +00:00
Norikatsu Shigemura
43d1b7d597 Fix a typo and Don't remove LAPACK2.
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-11 22:59:32 +00:00
Norikatsu Shigemura
c3cd01bd6e Don't build a subset of BLAS and ARPACK2 and Use external ones.
PR:		ports/52789
Submitted by;	Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-11 20:08:49 +00:00
Maho Nakata
b80af37e47 Forgot to pass portlint. 2003-05-05 11:43:46 +00:00
Maho Nakata
621e11e202 Argand Library (serial version)
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-05-05 11:39:23 +00:00