2019-10-07 11:28:14 by Patrick Welche | Files touched by this commit (41) |
Log message:
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
|
2019-09-08 12:43:43 by Nia Alarie | Files touched by this commit (1) |
Log message:
glib2: rm:-Werror=format=2
|
2019-08-20 16:06:47 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
glib2: update to 2.60.6
Overview of changes in GLib 2.60.6
==================================
* Fix various bugs with use of the `GKeyfileSettingsBackend` within flatpaks \
(!984, !985, #1825)
* Bugs fixed:
- !993 Backport !984, !985 keyfile/portal fixes to glib-2-60
Overview of changes in GLib 2.60.5
==================================
* Fix implicit use of the `GKeyfileSettingsBackend` (#1822)
* Fix opening a URI using the ‘Open URI’ portal (!968)
* Bugs fixed:
- !910 Backport !909 “D-Bus auth mechanism improvements” to glib-2-60
- !949 Backport !945 “Avoid overrunning stack at the end of the varargs.” \
to glib-2-60
- !956 Backport !954 “Fix the ISO 15924 code for Manichaean” to glib-2-60
- !958 gthread: fix minor errno problem in GCond
- !969 Backport !968 ”Fix typo in request handle” to glib-2-60
- !977 Backport !974 “Ensure that the keyfile settings backend exists” to \
glib-2-60
|
2019-06-28 21:42:05 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Re-fix installing gio/gdesktopappinfo.h on OS X, needed by at least
gtk{2,3} with the default x11 backend. Bump PKGREVISION.
|
2019-06-26 12:42:50 by Patrick Welche | Files touched by this commit (5) |
Log message:
g/c use of __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 which glib was already
ignoring for linux and android.
http://mail-index.netbsd.org/tech-userlevel/2019/06/25/msg011965.html
Should complete PR pkg/54298
|
2019-06-25 18:08:55 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Add a comment describing previous change to patch.
|
2019-06-25 17:12:07 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Adjust patch checksums for previous.
|
2019-06-25 17:11:36 by Amitai Schleier | Files touched by this commit (1) |
Log message:
#include <sys/types.h> for glib/gtypes.h to find ssize_t on OS X.
|
2019-06-25 12:57:28 by Patrick Welche | Files touched by this commit (4) |
Log message:
glib2 is built with USE_LANGUAGES c99, so size_t exists. Use it rather
than a type of the same size.
PR pkg/54298
|
2019-06-21 22:21:00 by Patrick Welche | Files touched by this commit (5) |
Log message:
Revert GHashTable improvements
https://gitlab.gnome.org/GNOME/glib/merge_requests/208
to fix PR pkg/54310
For the record, the patch was created with:
git checkout -f 2.60.4
git revert --no-edit 86c6f7e2b..3bed8a13b
git revert --no-edit 75f8ec1df9b48b0c3a13a9125f2c7d7c5adf5159
git revert --no-edit 603fb5958..d3074a748
git revert --no-edit 0b45ddc55..0600dd322
git diff 2.60.4
|