2020-02-07 18:05:14 by Patrick Welche | Files touched by this commit (5) |
Log message:
Apply upstream's
Check size_t compatibility with various other types
commit 505c9544247f27cb6ebf749d0902d53c33dac308
which will hopefully fix PR pkg/54909 and not break PR pkg/54298
|
2020-01-24 00:54:22 by Sevan Janiyan | Files touched by this commit (2) |
Log message:
Fix build on older Linux distros.
|
2020-01-22 18:09:45 by Min Sik Kim | Files touched by this commit (2) |
Log message:
devel/glib2: Fix build failure on Darwin
The new patch sets LD_LIBRARY_PATH so that uninstalled
glib-compile-resources can find libraries. This fixes the following
error during build:
[651/1015] Generating plugin-resources.c with a custom command.
FAILED: gio/tests/plugin-resources.c
/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/output/gio/glib-compile-resources \
--target=gio/tests/plugin-resources.c \
--sourcedir=/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/gio/tests \
--generate-source --c-name _g_plugin ../gio/tests/test4.gresource.xml
dyld: Library not loaded: @rpath/libgio-2.0.0.dylib
Referenced from: \
/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/output/gio/glib-compile-re \
sources
Reason: image not found
|
2019-12-30 00:02:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
glib2: add missing 'lib/' to an entry. Fixes packaging.
|
2019-12-29 20:58:47 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) |
Log message:
glib2: fix typos
pkgsrc changes:
---------------
* fix typo in patch.
* fix LOCALBASE in PLIST (thanks to Leonardo).
|
2019-12-29 20:40:56 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (10) | |
Log message:
glib2: update to 2.62.4
pkgsrc changes:
---------------
* Fix build on FreeBSD (PR 54752)
upstream changes:
-----------------
* Apply recursion depth limits to variants in D-Bus messages (!1290)
* Bugs fixed:
o #1938 GDateTime doesn't support leap seconds
o !1240 Backport !1233 “gdatetime: Handle leap seconds in ISO8601 \
dates” to glib-2-62
o !1257 Backport !1232 “kqueue: Do not return early from \
_kqsub_cancel” to glib-2-62
o !1266 Backport !1265 “build: don't check for protected visibility” \
to glib-2-62
o !1276 Backport !1274 “trash portal: Don't follow symlinks” to glib-2-62
o !1290 Backport !1201 “gdbusmessage: Limit recursion of variants in \
D-Bus messages” to glib-2-62
|
2019-12-06 15:36:59 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
Fix use glib with c++ compilers that define __STDC_VERSION__
Some c++ compilers define __STDC_VERSION__ but don't provide _Static_assert
This causes usage of glib to break on these compilers.
|
2019-11-28 19:11:48 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
glib2: Enforce C99 and XPG6 throughout.
pkgsrc sets C99 but glib2 hardcodes gnu89 and forces XPG4v2, with predictably
hilarious results.
|
2019-11-28 10:23:32 by Benny Siegert | Files touched by this commit (1) |
Log message:
glib2: add more CPPFLAGS to fix compilation on Solaris 11.3.
From Joern Clausen via PR pkg/54722.
|
2019-11-26 13:58:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
glib2: update to 2.62.3.
Overview of changes in GLib 2.62.3
==================================
* Use `poll()` in `g_spawn_sync()` rather than `select()`, which is subject to
FD limits (#954)
* Fix undefined behaviour with `g_utf8_find_prev_char()` (#1917)
* Bugs fixed:
- #954 The g_spawn_sync() function uses select() which has limitations
- #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' \
in cast to 'GDBusServer'
- #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
- #1903 use-after-free in mimeapps test causes intermittent segfault during testing
- #1916 objcopy not used from cross-compilation file in GIO tests
- #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
- !1174 Backport !1164 “use-after-free fix in mimeapps test” to glib-2-62
- !1184 Backport !1173 “gvariant: Limit recursion in g_variant_parse()” to \
glib-2-62
- !1194 Backport !1176, !1183, !1188, !1191 to `glib-2-62`
- !1203 Backport !1192, !1193, !1197 Fixes for gdbus-peer tests to glib-2-62
- !1207 Backport !1206 “goption: Relax assertion to avoid being broken by \
kdeinit5” to glib-2-62
- !1215 [2.62] gdbus-peer: Specifically listen on 127.0.0.1
- !1219 Backport !1218 “gdb: Fix GHashTable pretty printer off-by-one error”
- !1222 Backport !1221 “Add NOTE_REVOKE to the list of the monitoring \
events” to glib-2-62
- !1228 Backport !1199 “gunicode: Fix UB in gutf8.c and utf8-pointer test” \
to glib-2-62
|