38 Commits

Author SHA1 Message Date
Christoph Reiter
b38b2b78f4 Remove all cygwin CHOST changes
Since #5448 CHOST defaults to cygwin now, so this
is no longer needed.
2025-06-27 07:42:37 +02:00
Christoph Reiter
4e450935a1 mpfr: Update to 4.2.2 2025-03-24 07:47:11 +01:00
Christoph Reiter
a2ee04bf00 More CPEs 2024-03-24 20:09:34 +01:00
Christoph Reiter
174e938942 more CPEs 2024-03-22 19:04:22 +01:00
Christoph Reiter
6cbf20ba58 mpfr: Update to 4.2.1 2023-08-24 08:01:29 +02:00
Christoph Reiter
087302bf07 mpfr: Update to 4.2.0.p12 2023-07-30 10:40:10 +02:00
Christoph Reiter
c77d8d62cc mpfr: Update to 4.2.0.p9 2023-05-18 18:43:41 +02:00
Christoph Reiter
350448f683 mpfr: Update to 4.2.0.p4 2023-04-24 19:36:03 +02:00
Christoph Reiter
e80d8e7697 rebuilds for the missing strip issue
https://github.com/msys2/msys2-pacman/pull/25
2023-01-17 21:03:20 +01:00
Christoph Reiter
79ecbdd1a7 mpfr: Update to 4.2.0 2023-01-08 22:03:02 +01:00
Christoph Reiter
8ed6a34aa0 mpfr: Update to 4.1.1.p1
New key, see https://www.vinc17.net/pgp.html
2022-12-01 20:00:02 +01:00
Christoph Reiter
7440c6dd19 mpfr: Update to 4.1.0.p13 + cleanup
* remove intall script in favor of hooks
* drop msysize patch by pretending to be cygwin
* drop autotools patch, and depend on autoconf-archive instead
2022-05-09 08:42:45 +02:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Alexey Pavlov
d8c3a8aafb mpfr: Update to 4.1.0 2020-07-17 09:58:00 +03:00
Viktor Szakats
7f7316ba9b use HTTPS in URLs where supported (#1741) 2019-09-30 09:33:57 +03:00
Alexey Pavlov
20b18efda4 mpfr: Update to 4.0.2 2019-02-07 14:14:45 +03:00
atom.long
d9bbccbe67 mpfr: fix building 2018-03-07 11:42:37 +08:00
Alexey Pavlov
6b94806d62 mpfr: Update to 4.0.1 2018-02-09 15:11:17 +03:00
JPeterMugaas
316e7725dd This commit includes packages that depend upon each other so they are in the same pull-request. The original idea was to rebuild GCC 6.4.0 with the latest Cygwin patches and with the latest updated libraries that GCC uses as well an updated mingw-w64 from git. In addition, I also wanted to update the mingw-w64-cross toolchain so that the latest newlib library, 3.0.0 (included in Cygwin 2.10) can built using that. Unfortunately, the MPFR library will break GCC itself and gawk. To work around the issue, I had to copy the .DLL with the version number to the old name. I then rebuilt gawk with the latest version dropping an unneeded patch in the process.
gawk –  4.2.0-1 - Update to latest 4.2.0 version, remove unnecessary patch, rebuild with MPRF 4.0.0.1-3
gcc – 6.4.0-2 – rebuild 6.4.0 with isl 0.18, mpc 1.1.0-1 and mpfr 4.0.0.1-3
isl - 0.18-1 – Update to 0.18 version 4.0.0.1-3
Mingw-w64-crt-git – Update to latest mingw-w64 from git
mingw-w64-gcc – 6.4.0-2 – Update to gcc 6.4.0 – rebuild with isl 0.18-1 and mfpr 4.0.0.1-3. Skipped 1 rev to match gcc 6.4.0-2
mingw-w64-headers-git – Update to latest mingw-w64 from git
mingw-w64-tools-git – Update to latest mingw-w64 from git
mingw-w64-winpthreads-git – Update to latest mingw-w64 from git
mingw-w64-winstorecompat-git – Update to latest mingw-w64 from git
mpc – 1.1.0-1 – Update to mpc 1.1.0
mpr - 4.0.0.1-3 – Update to mpfr 4.0.0.1 – added workaround for issue I described above, rekey patches
msys2-w32api-headers-git – Update to latest mingw-w64 from git
msys2-w32api-runtime-git – Update to latest mingw-w64 from git
2018-01-26 08:14:19 -05:00
Alexey Pavlov
bba319431a mpfr: Update to 3.1.5.1 2017-01-24 10:23:26 +03:00
J. Peter Mugaas
c426727cb9 gmp, mpc, mpfr, and readline - validpgpkeys 2016-06-04 13:58:12 -04:00
Andrew Chadwick
38f70672b9 install scripts: succeed even if info isn't installed
A number of install scripts were testing for install-info to no effect,
then calling it regardless. For minimal installs, this makes pacman fail
on them visibly.

This fix replicates what other MSYS2 packages, e.g. autoconf, do.
Also none of these packages actually depend on GNU info.
2016-06-01 15:53:56 +01:00
Niko Böckerman
2f187729af mpfr: Fix versioning
mpfr package had invalid version 3.1.4.-3 when it should have been
3.1.4-3. This was caused because an empty _patchlevel was set appended
to the package version separated with a dot.

This commit changes the package versioning so that the _patchlevel is
appended to the package version only if it isn't empty.

Similar commit 0c86b53 was done to mpfr package in MINGW-packages.
2016-03-29 09:10:30 +03:00
Alexey Pavlov
b98235867c mpfr: Update to 3.1.4 2016-03-28 12:36:05 +03:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Alexpux
485efb853d mpfr: Update to 3.1.3 2015-06-20 20:32:43 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Alexpux
805723b1da mpfr: Update to 3.1.2 patchlevel 11 2014-12-31 21:16:39 +03:00
Ray Donnelly
c3d40c1afe bashisms: Remove arrays 2014-10-23 22:08:03 +01:00
Alexpux
0db19f6e51 mpfr: Update to 3.1.2 patchlevel 10 2014-07-07 22:01:18 +04:00
Alexpux
d173cc93cc mpfr: Update to 3.1.2 patchlevel 8 2014-05-25 09:33:21 +04:00
Alexpux
fdf7ad4528 Add dependencies between devel packages. 2014-05-03 09:40:44 +04:00
Alexpux
d725dbf110 mpfr: Update to patchlevel 5 2013-12-11 10:45:34 +04:00
Alexpux
675cd8441b MPFR: update to 3.1.2-p4 2013-11-16 17:49:07 +04:00
Alexpux
1994b55167 Change packages groups. Various fixes. 2013-11-10 19:24:27 +04:00
Alexpux
bcdbf40275 Fix scripts. Part3 2013-11-09 20:06:23 +04:00
Alexpux
7ed00ff5f9 Add mpfr package 2013-11-01 06:57:36 +04:00