Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-28 | Ports/glib: Update GLib to version 2.73.3 | Kenneth Myhra | |
2022-08-28 | Ports/glib: Switch to the offical Release tarball for GLib | Kenneth Myhra | |
The GLib repository contains several submodules which is part of the build process, but the source code for these submodule is not part of the Source code tarball generated by Gitlab. Switching to download the Release tarball from download.gnome.org solves this issue. It first became apparent in version 2.73.x. Additional information at: https://gitlab.gnome.org/GNOME/glib/-/issues/2716 | |||
2022-07-13 | Meta+Ports: Automatically generate a meson cross file that we can use | Tim Schumacher | |
2022-06-15 | Ports/glib: Bump GLib to 2.73.0 | Kenneth Myhra | |
2022-06-10 | Ports/glib: Add back a missing `DESTDIR` | Tim Schumacher | |
Otherwise, glib will try installing to the host. | |||
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-06-08 | Ports/glib: Update glib to version 2.72.2 | EWouters | |
2022-05-22 | Ports: Bring all ReadMes in line with their respective patches | Tim Schumacher | |
2022-05-21 | Ports/glib: Update to version 2.72.1 | Kenneth Myhra | |
2022-05-03 | Ports: Force glib to link against gcc_s during the configure stage | Tim Schumacher | |
2022-03-24 | Ports: Explicitly unignore glib meson configuration files | Tim Schumacher | |
2022-01-16 | Ports: Add ReadMe files explaining port patches that have explanations | Ali Mohammad Pur | |
2021-11-06 | Ports: Add a dependency on pcre to glib | Tim Schumacher | |
This previously only worked because glib will automatically try and compile pcre, but due to ftp.pcre.org being down this no longer works. Instead, just rely on the pcre port that we already have anyways. | |||
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-09-19 | Ports/glib: Bump GLib to 2.70.0 | Kenneth Myhra | |
2021-09-19 | Ports/glib: Maintain compatibility with meson < 0.57.0 | Kenneth Myhra | |
2021-09-19 | Ports/glib: Remove patch 0008-add-missing-macro-IN6_IS_ADDR_V4MAPPED | Kenneth Myhra | |
Since we now have the 'IN6_IS_ADDR_V4MAPPED' macro in LibC this patch is no longer needed. | |||
2021-08-14 | Ports: Add glib version 2.69.0 | Kenneth Myhra | |