Commit Graph

18 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
19db64a71a More CPEs and anitya IDs 2024-03-27 17:37:54 +01:00
Christoph Reiter
d587d7b5e0 more CPEs 2024-03-25 11:19:53 +01:00
Biswapriyo Nath
ad6855b4b9 tcl: split man3 pages to separate package 2023-04-17 12:51:07 +05:30
Biswapriyo Nath
7e5760ceac tcl: split development files to separate package
This is to remove any potential conflict with mingw tcl package
2023-04-17 12:51:07 +05:30
Christoph Reiter
2447aeee9e tcl: use install-private-headers
That's what Arch does, and I copied the tclConfig.sh adjustments from
them in the last update and those didn't match our old way of installing
private headers in a subdirectory (TCL_SRC_DIR for example).

I don't get TCL_SRC_DIR, which is the src dir by default, but things like
"expect" expect that directory to exist and contain headers...
So let's just do what Arch does and hope for the best.
2023-04-16 19:44:09 +02:00
Christoph Reiter
c9c32dcb31 tcl: Update to 8.6.12
Partly sync with cygwin (the patch) and Arch (the packaging)

It's a bit mysterious where the cygwin patch is coming from,
it's in the src package, but not the git repo. And it likely
comes from some github repo, but I can't find it.
2022-12-10 15:25:10 +01:00
Christoph Reiter
2af5944b27 tcl: build for cygwin; drop unused patch 2022-12-10 12:56:23 +01:00
Christoph Reiter
a457a256df Various base rebuilds
packages that are still missing file checksums because they haven't
been rebuilt in a while
2022-10-22 11:33:42 +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
c1563940a4 tcl: Update to 8.6.10 2020-03-25 11:55:52 +03:00
Alexey Pavlov
67e5b5f2f3 tcl: Update to 8.6.9 2019-06-24 09:09:00 +03:00
Alexey Pavlov
6760616caf tcl: Update to 8.6.8 2018-08-03 09:47:56 +03:00
Viktor Szakats
12598003a2 switch to sourceforge.io homepages
after: https://sourceforge.net/blog/introducing-https-for-project-websites/
2017-03-09 18:05:12 +00: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
6e59e1292c tcl: Fix for MSYS. Fix installing headers. 2015-07-04 11:08:52 +03:00
Ray Donnelly
cfc2ecc108 tcl: New package
Uses a patch from Cygwin and is at the same
version. We won't be providing tk though as
that requires the X Windows System - unless
someone reverts the change that removed GDI
as a rendering back-end for Cygwin's tk.

This was added in support of expect which
was in turn added in support of dejagnu so
that libffi's testsuite can be run.
2015-07-04 01:52:43 +01:00