1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

66 Commits

Author SHA1 Message Date
Baptiste Daroussin
d235aae94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:30:45 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +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
Maho Nakata
2d9be844d8 Better handling of shared lib.
PR:	166703
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
2012-04-25 07:09:18 +00:00
Maho Nakata
4e44a61a7b Fix pkg-plist.
Submitted by:	erwin
Feature safe:	yes
2012-03-14 12:36:05 +00:00
Maho Nakata
b4c18d9104 also build shared object instead of only the static archive
PR:		166010
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Feature safe:	yes
2012-03-14 01:44:37 +00:00
Maho Nakata
d3f2bc3f43 also build shared object instead of only the static archive,
and bump portrevision.

PR:		166010
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Feature safe:	yes
2012-03-14 01:44:04 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Maho Nakata
8b22127138 Fix build with gotoblas.
Feature safe:	yes
2010-02-16 06:18:57 +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
Maho Nakata
32addfc9fc Enhancements to math/superlu [1] add a knob for
GotoBLAS/ATLAS/reference BLAS.

PR:		124786 [1]
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com> [1]
2008-06-20 23:52:29 +00:00
Maho Nakata
f9a485f0b4 Maual has been updated recently (November 2007).
Submitted by:	erwin
2008-03-06 08:30:50 +00:00
Maho Nakata
3034d94e67 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 02:56:36 +00:00
Maho Nakata
db77cf502e * Use gfortran42 only and not gcc42.
* Bump portrevision.
2007-01-12 08:10:27 +00:00
Maho Nakata
af253cee71 * We can choose (automatically) math/blas or math/atlas 2007-01-10 12:56:11 +00:00
Maho Nakata
a481aff782 Make fetchable.
PR:		101416
Submitted by:	thierry
2006-08-06 09:44:20 +00:00
Maho Nakata
8e486e3d15 Use blas instead of atlas
PR:		99189
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-06-21 05:53:05 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Maho Nakata
e41ecdf4f8 Make fetchable
Submitted by:	fenner's distinfo check
2006-03-15 07:08:45 +00:00
Maho Nakata
60ae738eae Update to 20060201 version of SuperLU
Submitted by:	Pedro F.Giffuni
2006-02-13 02:33:44 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Maho Nakata
e0ef8c85ca Update to 20041202
contents of distfile has changed while filename is unchanged:
diff is just adding fortran interface of other than double
precision, and trivial cleanups and home site of superlu
announces that superlu has updated at 2004/Dec/02.

PR:		78940
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2005-03-19 09:36:48 +00:00
Kris Kennaway
167b9fef58 BROKEN: Size mismatch 2005-02-28 04:38:13 +00:00
Thierry Thomas
f11bb0d97f make replaced the defined command by our ${ARCH}.
Approved by:	portmgr (marcus).
2004-09-27 07:31:01 +00:00
Kris Kennaway
e3a91b0968 BROKEN on 5.x: Broken by changes to make(1)
Approved by:	portmgr (self)
2004-09-26 03:15:46 +00:00
Maho Nakata
0579dc1668 a) unbreak. silent distfile update
distfile has been updated at 2004/April/10th
and according to http://crd.lbl.gov/~xiaoye/SuperLU/

o Include "symmetric mode"

b) change portversion

Submitted by: kris via bento
2004-04-12 23:39:39 +00:00
Kris Kennaway
149da7ceda BROKEN: Size mismatch 2004-04-12 22:38:23 +00:00
Maho Nakata
3fdb55203a update to 3.0
Noticed by:	pav (long long ago) and Ricardo <ragomes@sc.usp.br>
2004-04-01 11:38:49 +00:00
Maho Nakata
23c0b4c300 SIZEify
Submitted by:	trevor
2004-03-19 04:09:18 +00:00
Pav Lucistnik
c5d7f0c2ff - Unbreak checksum, user guide was updated to October 2003 revision. 2003-12-07 02:35:13 +00:00
Maho Nakata
d85c9876fa distfile (superlu_2.0.tar.gz) is updated
Submitted by:	bento's log
2003-07-22 00:44:22 +00:00
Maho Nakata
f4340e390a Fix for unfetch
Reported by: bento
2003-06-30 19:30:25 +00:00
Maho Nakata
cfae0f1410 1. correct pkg-plist
2. documetation came with tarball is old.
   replaced by new one.
2003-06-11 00:27:14 +00:00
Maho Nakata
5ffecbbe29 Forgot to add files/patch-make.inc 2003-06-10 23:52:16 +00:00
Maho Nakata
7a36177227 Honor CFLAGS, CC and so on. 2003-06-10 23:51:35 +00:00
Maho Nakata
33c9dc83a8 1. using ATLAS, faster blas implementation.
2. correct build
3. maintainer ship transfered to maho

PR:	52014
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-06-10 23:47:18 +00:00
Ying-Chieh Liao
bf0200ab7e upgrade to 2.0.20030221 2003-03-31 05:19:21 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Akinori MUSHA
a9530e1b94 Update the checksum (2.0.20021113 -> 2.0.20021126). In this repack,
there were only header and typedef changes.

Submitted by:	bento
2002-12-16 12:26:49 +00:00
Ying-Chieh Liao
b88260c8c9 upgrade to 20021113
PR:		45510
Submitted by:	Mark Linimon <linimon@lonesome.com>
2002-11-20 05:16:30 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
13b7418115 Update to superlu 2.0.20020923 (lots of code changes, no vendor
version bump)
2002-10-12 20:09:18 +00:00
Ying-Chieh Liao
7d6d28c2c2 tarball change :
- add new source files
   - update docs

PR:		37902
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-05-10 04:44:54 +00:00