summaryrefslogtreecommitdiff
path: root/Ports/glib
AgeCommit message (Collapse)Author
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