1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Eitan Adler
5d115a4dea Modernize my ports 2014-03-13 03:50: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
Eitan Adler
3399ab3241 Update to 2.5.0 2013-11-02 15:52:27 +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
Eitan Adler
f021228e85 Remind myself why USE_GCC is required 2013-10-13 03:24:18 +00:00
Eitan Adler
fce96b1a48 Fix pkg-plist for math/ised
Reported by:	bsam
Pointyhat to:	eadler
2013-09-26 17:17:30 +00:00
Eitan Adler
73f507b93e Add support for STAGEDIR 2013-09-25 19:09:05 +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
Eitan Adler
f7a8022a93 Corrected log for previous commit:
- Update to 2.4.2
- Remove now unneeded patches

Tested by:	redports
2013-09-03 00:49:04 +00:00
Eitan Adler
3841e7aa68 cause you need to commit from the port 2013-09-03 00:28:37 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00
Eitan Adler
cc6b9143f8 Update to 2.4.1 2013-07-06 17:14:07 +00:00
Eitan Adler
3bdf29b0b6 More formatting fixes
Reported by:	danfe
2013-04-25 02:12:48 +00:00
Eitan Adler
d8b3dd1917 Fix formatting of WWW line for my ports 2013-04-24 16:19:19 +00:00
Eitan Adler
ee3a7edac8 Remove bogus use of NO_INSTALL_MANPAGES
Reviewed by:	wxs
2013-04-23 02:27:25 +00:00
Eitan Adler
ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +00:00
Eitan Adler
28955f8a3a Update ised to 2.4.0 2012-09-08 02:56:39 +00:00
Eitan Adler
043d3307e1 Update to 2.3.2 2012-02-19 00:02:01 +00:00
Eitan Adler
520df48678 - update ised to 2.3.1
Feature safe:	yes
2011-12-20 03:25:18 +00:00
Eitan Adler
78bb53451a - gcc45 is no more
Submitted by:	gerald
Feature safe:	yes
2011-11-13 03:27:25 +00:00
Eitan Adler
e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00
Eitan Adler
74db235785 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 16:12:46 +00:00
Frederic Culot
9233d19552 - Update to 2.3.0
PR:		ports/159820
Submitted by:	Eitan Adler <ports@eitanadler.com> (maintainer)
2011-08-17 16:56:58 +00:00
Frederic Culot
62270f12bb - Update to 2.2.5
PR:		ports/159234
Submitted by:	Eitan Adler <lists@eitanadler.com> (maintainer)
2011-07-28 08:12:35 +00:00
Frederic Culot
57fee2b344 - Update to 2.2.4
PR:		ports/157381
Submitted by:	Eitan Adler <lists@eitanadler.com> (maintainer)
2011-05-28 20:57:01 +00:00
Greg Larkin
3932f82ead - Assign to new volunteer
Requested by:	Eitan Adler <lists@eitanadler.com> (via private email)
2011-05-02 23:41:19 +00:00
Doug Barton
078cf72640 By Maintainer's request, toss these ports back into the pool 2011-04-27 01:56:47 +00:00
Wen Heping
92159fb679 - Update to version 2.2.3
- Now requires gcc4.5+
- Add License

PR:		ports/156233
Submitted by:	Charlie Kester <corky1951@comcast.net> (maintainer)
2011-04-11 01:21:50 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke
78ed03a1d2 ised is a command-line tool for generating number sequences and
arithmetic evaluation. Unlike big gui-based software (e.g. Mathematica,
Derive, Matlab, Octave,...) it is intended for use in shell scripting,
together with gnu core utilities.

Its main advantage is that all functions are generalized to operate
on one-dimensional arrays. It can be used for loop indexing (much
like seq), line-by-line arithmetic processing of files, floating
point math for shells that don't support it natively, or interactively,
as extended calculator.

WWW:	http://ised.sourceforge.net

PR:		ports/144914
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-03-21 12:55:26 +00:00