| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
* | Update to 1.4.10 (Bug fix release). | yoichi | 2002-10-15 | 3 | -12/+3 |
* | Update to 1.4.9 | yoichi | 2002-10-06 | 4 | -7/+13 |
* | Update to 1.4.8 | yoichi | 2002-08-26 | 2 | -3/+2 |
* | * Follow the locale change | yoichi | 2002-05-13 | 2 | -121/+94 |
* | gettext upgrade uber-patch (stage 3) | ade | 2002-04-13 | 1 | -2/+3 |
* | Update to 1.4.7. | yoichi | 2002-03-24 | 3 | -17/+10 |
* | Stage 1 of gettext update. | ade | 2002-03-16 | 1 | -1/+1 |
* | Update to 1.4.6. | yoichi | 2002-02-12 | 3 | -14/+23 |
* | Change dependency from flim-1.13 to flim-1.14. | yoichi | 2001-12-05 | 1 | -4/+10 |
* | Move master port to irc/liece and add support for emacs21. | yoichi | 2001-12-05 | 2 | -77/+81 |
* | Activate flim113-{emacs,mule,emacs20,xemacs21-mule}. | shige | 2001-11-06 | 1 | -5/+6 |
* | ldcc/ltcp have been moved to irc/liece-dcc. | knu | 2001-05-06 | 2 | -4/+3 |
* | Install Japanese message catalogue. | knu | 2001-04-11 | 2 | -1/+10 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL | Dmitry Marakasov | 2017-01-12 | 1 | -13/+11 |
|
|
|
|
|
| |
- Switch to new test framework
- Whitespace fixes
- Switch to options helpers
|
|
|
|
|
|
| |
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Modernize
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
|
|
|
|
|
| |
-- thanks
to kib for implementing the necessary rtld support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
math)
|
| |
|
|
|
|
| |
update math/lrng to 20130314, and switch it to a versioned DIST_SUBDIR
|
|
|
|
|
|
| |
doubles aren't wider than doubles; reduce the number of mpc/mpfr
variables in some functions; add (l)lrintl, remquol, logbl; minor
cleanup
|