Commit Graph

43 Commits

Author SHA1 Message Date
Christoph Reiter
9be80f5b7b Move dependencies over to procps-ng
While it provides the old name, this is clearer.
2024-03-31 09:58:51 +02: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
239c858a16 make: Update to 4.4.1
Update the posix_spawn comment, as the issue has been fixed in cygwin.
I tested the performance issue again, and posix_spawn is still slower,
so adjust the comment and keep posix_spawn disabled.
2023-03-04 22:02:55 +01:00
مهدي شينون (Mehdi Chinoune)
1403e1370d make: update to 4.4 2022-12-02 21:48:41 +05:30
Christoph Reiter
aecf770ad1 More old base-devel rebuilds
to get rid of the group
2022-11-14 08:40:49 +01:00
Christoph Reiter
5391c118a7 Remove the base-devel group from all PKGBUILD files
We have a base-devel package now, so this isn't used anymore.
Remove it either way to avoid confusion.
2022-04-18 11:17:10 +02:00
Christoph Reiter
3d490d8775 make: add a note that posix_spawn isn't faster 2022-01-11 19:43:47 +01:00
Christoph Reiter
df73fc8648 make: rebuild without posix_spawn support
It makes problems on 32bit, so disable to fix that and just to
be safe.

See https://github.com/msys2/MSYS2-packages/issues/2801
2022-01-10 20:29:38 +01:00
Christoph Reiter
061f339cac make: drop install file 2022-01-09 15:58:40 +01: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
David Macek
19bd06b131 [RFC] Cleanup (#1984)
* Remove msys2-runtime dependencies

* Remove `base` group

* Remove some packages from `base-devel` group
2020-06-02 09:28:40 +03:00
Christoph Reiter
8239901d92 make: Update to 4.3 (#1832) 2020-01-21 08:49:47 +03:00
Jeroen Ooms
e5081a0482 make: add procps to build-deps for 'uptime' (#1212) 2018-07-30 10:09:35 +03:00
Chocobo1
e556a95d80 make: Add package PGP signature 2016-10-23 18:12:19 +08:00
Chocobo1
c0d8ba8d63 make: Remove unused makedepends packages 2016-10-23 18:12:10 +08:00
Alexey Pavlov
04a6441ed6 make: Update to 4.2.1 2016-06-15 10:40:43 +03:00
Andrew Chadwick
8c86454b53 Fix bashisms: alternative test command
dash doesn't support [[ foo ]], just [ foo ].
2016-06-01 15:55:38 +01:00
Alexey Pavlov
e1580abd55 make: Update to 4.2 2016-05-27 11:53:56 +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
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexpux
64e43d01c1 make: Rebuild without guile. 2015-05-02 21:23:47 +03:00
Alexpux
bb00260b05 make: Rebuild. 2015-03-04 09:40:07 +03:00
Ray Donnelly
fff1e23b3b make: Remove debug and !strip options
Committed by mistake a while ago.
2015-03-03 22:13:48 +00:00
Ray Donnelly
056ddd2dc9 crosstool-ng: Refresh patches 2015-01-08 20:59:24 +00:00
Ray Donnelly
c3d40c1afe bashisms: Remove arrays 2014-10-23 22:08:03 +01:00
Alexpux
bba570204f make: Update to 4.1 2014-10-05 23:14:24 +04:00
Alexpux
2c76b1a4c5 make: Rebuild 2014-09-03 08:21:31 +04:00
Ray Donnelly
54460e757e make: add msys2-runtime-devel as a makedepends 2014-04-04 11:44:02 +00:00
Ray Donnelly
9ee602cb59 make: configure with absolute source directory so debug info is absolute 2014-03-10 12:09:08 +00:00
Ray Donnelly
6efb5e12ed make: update patch for SV-41341 to ~git repo version
.. there's no functional difference; I bumped the pkgver anyway.
2014-02-05 22:29:21 +00:00
Alexpux
3c89b720ed make, make-git: Fix packages. 2014-02-04 19:09:16 +04:00
Ray Donnelly
0be41afdef make: split into make and make-git
.. as two segfaults in one week in make is not
acceptable.
2014-02-04 07:16:34 +00:00
Alexpux
eae2c5984c make: update to latest. 2014-02-02 11:16:48 +04:00
Ray Donnelly
a75b2330ec make: fixup memory stomp asserts 2014-01-26 16:27:11 +00:00
Ray Donnelly
cdacb0f0d4 make: Add myself as a 'Contributor' 2014-01-26 16:02:11 +00:00
Ray Donnelly
dc03a07a47 make: Fix memory stomp and apply patch from sourceforge
The memory stomp bug I submitted to bug-make@gnu.org :
http://lists.gnu.org/archive/html/bug-make/2014-01/msg00077.html

The sourceforge one is from :
http://lists.gnu.org/archive/html/bug-make/2014-01/msg00076.html
2014-01-26 15:38:18 +00:00
Ray Donnelly
6923d7eb72 make: Add gettext-devel as a makedepends 2014-01-25 14:15:40 +00:00
Alexpux
4d208840b1 make: Update to latest. 2013-12-23 09:53:16 +04:00
Alexpux
0e467203c8 Make: change version 2013-11-12 00:32:32 +04:00
Alexpux
1994b55167 Change packages groups. Various fixes. 2013-11-10 19:24:27 +04:00
Alexpux
8235dae0f9 Add make package 2013-11-04 00:55:34 +04:00