summaryrefslogtreecommitdiff
path: root/Ports/glib
AgeCommit message (Collapse)Author
2022-08-28Ports/glib: Update GLib to version 2.73.3Kenneth Myhra
2022-08-28Ports/glib: Switch to the offical Release tarball for GLibKenneth 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-13Meta+Ports: Automatically generate a meson cross file that we can useTim Schumacher
2022-06-15Ports/glib: Bump GLib to 2.73.0Kenneth Myhra
2022-06-10Ports/glib: Add back a missing `DESTDIR`Tim Schumacher
Otherwise, glib will try installing to the host.
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports/glib: Update glib to version 2.72.2EWouters
2022-05-22Ports: Bring all ReadMes in line with their respective patchesTim Schumacher
2022-05-21Ports/glib: Update to version 2.72.1Kenneth Myhra
2022-05-03Ports: Force glib to link against gcc_s during the configure stageTim Schumacher
2022-03-24Ports: Explicitly unignore glib meson configuration filesTim Schumacher
2022-01-16Ports: Add ReadMe files explaining port patches that have explanationsAli Mohammad Pur
2021-11-06Ports: Add a dependency on pcre to glibTim 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-05Ports: Make array-like settings actual arraysTim 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-19Ports/glib: Bump GLib to 2.70.0Kenneth Myhra
2021-09-19Ports/glib: Maintain compatibility with meson < 0.57.0Kenneth Myhra
2021-09-19Ports/glib: Remove patch 0008-add-missing-macro-IN6_IS_ADDR_V4MAPPEDKenneth Myhra
Since we now have the 'IN6_IS_ADDR_V4MAPPED' macro in LibC this patch is no longer needed.
2021-08-14Ports: Add glib version 2.69.0Kenneth Myhra