Next | Query returned 73 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2019-12-22 03:12:00 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(math/mpfr) Fix build of gcc-4.8,4.9 for NetBSD 9.x

Re: http://mail-index.netbsd.org/pkgsrc-users/2019/12/22/msg030057.html
   2019-11-02 17:16:23 by Roland Illig | Files touched by this commit (47)
Log message:
math: align variable assignments

pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
   2019-05-31 10:36:12 by David A. Holland | Files touched by this commit (1)
Log message:
Replace mpfr's builtin.mk. The old one was abusive and wrong.

Thanks to Joern Clausen for testing this one (something like a year ago...)

Relevant to (at least) PR 52250 and PR 52244.
   2019-02-13 23:26:50 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
mpfr: update to 4.0.2.

Changes from version 4.0.1 to version 4.0.2:
- Corrected minimal GMP version in the INSTALL file and the MPFR manual.
- Option -pedantic is now always removed from __GMP_CFLAGS (see INSTALL).
- Shared caches: cleanup; really detect lock failures (abort in this case).
- Improved MPFR manual. In particular, corrected/completed the
  mpfr_get_str description in order to follow the historical behavior
  and GMP's mpf_get_str function.
- Bug fixes (see ChangeLog file).
   2018-09-29 18:37:09 by Sevan Janiyan | Files touched by this commit (1)
Log message:
Disable float128 support on DragonFly BSD as well.
As per https://mail-index.netbsd.org/pkgsrc-users/2018/02/03/msg026233.html
   2018-02-25 16:03:45 by Maya Rashish | Files touched by this commit (1)
Log message:
mpfr: force disable float128 on netbsd8 too (tested 8.0)
   2018-02-19 12:52:56 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Expand a workaround for NetBSD/amd64 0-7 to non-amd64 architectures
   2018-02-11 17:35:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
mpfr: update to 4.0.1.

Changes from version 4.0.0 to version 4.0.1:
- Improved MPFR manual.
- Improved __GMP_CC and __GMP_CFLAGS retrieval (in particular for MS Windows).
- Fixed a build failure on some platforms when --with-gmp-build is used.
- Bug fixes (see ChangeLog file), in particular in mpfr_div_ui, which
  could yield an incorrectly rounded result to nearest when using
  different precisions; this bug had been present since the introduction
  of mpfr_div_ui, and in MPFR 4.0.0, it was affecting mpfr_div too.
- New: optional "make check-exported-symbols", mainly for the MPFR \ 
developers
  and binary distributions, to check that MPFR does not define symbols with a
  GMP reserved prefix (experimental).
   2018-02-03 11:49:48 by Andreas Gustafsson | Files touched by this commit (1)
Log message:
mpfr: disable float128 on NetBSD-7/x86_64

The mpfr configure script detects float128 support on NetBSD-7/x86_64,
and mpfr itself builds successfully with it, but other packages that
link with it, such as print/web2c, then fail to link with undefined
references to __floatunditf among other symbols.  Work around this by
passing --disable-float128 to the configure script.
   2018-01-28 17:24:15 by Thomas Klausner | Files touched by this commit (71)
Log message:
recursive bump after mpfr shlib major bump

Next | Query returned 73 messages, browsing 11 to 20 | Previous