Sun Aug 21 21:47:29 2016 UTC ()
Update glib2 to 2.48.2

Overview of changes in GLib 2.48.2
==================================

Bugs fixed:
 547200 g_utf8_find_next_char() issues
 673101 resource compiler dependency generation not working for generated files
 700756 GFile.new_for_path arguments misses (type filename) annotation
 725902 build: simplify dtrace configuration
 728207 gsocketservice: Documentation does not mention that is already active...
 730187 glocalfileoutputstream: Fix an FD leak in an error path
 746685 Doc: clarify that g_variant_get_data() can be used instead of g_varia...
 750257 GSettings changed signal should clearly state the order required
 753231 Memory is potentially used after free
 755439 Memory leak in gdbusproxy.c
 760115 gtestutils: add missing dash in seed argument's --help documentation
 760423 gio-querymodules prints error messages as question marks on some locales
 761810 gio: Support using GDBusObjectManagerServer at path /
 766211 Fix the upper bound in g_unichar_iswide_bsearch
 766899 Superflous HTML/XML comments
 766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_messages()
 767172 docs: Move GIO_USE_VFS to "okay for production" section
 767218 Remove a UTF-8 ellipsis from gsignal.h
 767824 Some UTC timezones incorrectly recognized on Windows 7
 767949 Typos in glib docs
 768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
 768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
 768551 Test failure: test_socket_address_to_string
 768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
 768806 gdbus tool must swallow -- argument
 769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16

Translations updated:
 Indonesian
 Portuguese
 Turkish


(prlw1)
diff -r1.16 -r1.17 pkgsrc/devel/gdbus-codegen/Makefile
diff -r1.230 -r1.231 pkgsrc/devel/glib2/Makefile
diff -r1.50 -r1.51 pkgsrc/devel/glib2/Makefile.common
diff -r1.87 -r1.88 pkgsrc/devel/glib2/PLIST
diff -r1.217 -r1.218 pkgsrc/devel/glib2/distinfo
diff -r1.14 -r1.15 pkgsrc/sysutils/gio-fam/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/devel/gdbus-codegen/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gdbus-codegen/Makefile 2016/07/09 06:38:07 1.16
+++ pkgsrc/devel/gdbus-codegen/Makefile 2016/08/21 21:47:29 1.17
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.16 2016/07/09 06:38:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2016/08/21 21:47:29 prlw1 Exp $
2 2
3PKGREVISION= 1 
4.include "../../devel/glib2/Makefile.common" 3.include "../../devel/glib2/Makefile.common"
5 4
6PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/} 5PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}
7CATEGORIES= devel gnome 6CATEGORIES= devel gnome
8 7
9COMMENT= Generate code and/or documentation for one or more D-Bus interfaces 8COMMENT= Generate code and/or documentation for one or more D-Bus interfaces
10 9
11NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-* 10NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-*
12 11
13USE_TOOLS+= pkg-config msgfmt perl:run 12USE_TOOLS+= pkg-config msgfmt perl:run
14 13
15BUILD_DIRS= gio/gdbus-2.0/codegen 14BUILD_DIRS= gio/gdbus-2.0/codegen
16INSTALL_DIRS= ${BUILD_DIRS} 15INSTALL_DIRS= ${BUILD_DIRS}

cvs diff -r1.230 -r1.231 pkgsrc/devel/glib2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/glib2/Makefile 2016/07/09 06:38:07 1.230
+++ pkgsrc/devel/glib2/Makefile 2016/08/21 21:47:29 1.231
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.230 2016/07/09 06:38:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.231 2016/08/21 21:47:29 prlw1 Exp $
2 2
3PKGREVISION= 1 
4.include "Makefile.common" 3.include "Makefile.common"
5 4
6CATEGORIES= devel gnome 5CATEGORIES= devel gnome
7 6
8COMMENT= Some useful routines for C programming (glib2) 7COMMENT= Some useful routines for C programming (glib2)
9 8
10USE_TOOLS+= msgfmt perl:run readlink 9USE_TOOLS+= msgfmt perl:run readlink
11 10
12PKGCONFIG_OVERRIDE+= glib-2.0.pc.in 11PKGCONFIG_OVERRIDE+= glib-2.0.pc.in
13PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in 12PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in
14PKGCONFIG_OVERRIDE+= gmodule-export-2.0.pc.in 13PKGCONFIG_OVERRIDE+= gmodule-export-2.0.pc.in
15PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0.pc.in 14PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0.pc.in
16PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in 15PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in

cvs diff -r1.50 -r1.51 pkgsrc/devel/glib2/Makefile.common (expand / switch to unified diff)

--- pkgsrc/devel/glib2/Makefile.common 2016/05/27 08:19:27 1.50
+++ pkgsrc/devel/glib2/Makefile.common 2016/08/21 21:47:29 1.51
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile.common,v 1.50 2016/05/27 08:19:27 prlw1 Exp $ 1# $NetBSD: Makefile.common,v 1.51 2016/08/21 21:47:29 prlw1 Exp $
2# 2#
3# used by devel/glib2/Makefile 3# used by devel/glib2/Makefile
4# used by devel/gdbus-codegen/Makefile 4# used by devel/gdbus-codegen/Makefile
5# used by sysutils/gio-fam/Makefile 5# used by sysutils/gio-fam/Makefile
6 6
7# When updating this package, please apply patch-ak to configure.in and 7# When updating this package, please apply patch-ak to configure.in and
8# then run a matching version of autoconf to regen patch-aa. 8# then run a matching version of autoconf to regen patch-aa.
9DISTNAME= glib-2.48.1 9DISTNAME= glib-2.48.2
10PKGNAME= ${DISTNAME:S/glib/glib2/} 10PKGNAME= ${DISTNAME:S/glib/glib2/}
11CATEGORIES= # empty; redefined in Makefile 11CATEGORIES= # empty; redefined in Makefile
12MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/} 12MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
13EXTRACT_SUFX= .tar.xz 13EXTRACT_SUFX= .tar.xz
14 14
15MAINTAINER= prlw1@cam.ac.uk 15MAINTAINER= prlw1@cam.ac.uk
16HOMEPAGE= http://developer.gnome.org/glib/ 16HOMEPAGE= http://developer.gnome.org/glib/
17COMMENT= # empty; redefined in Makefile 17COMMENT= # empty; redefined in Makefile
18LICENSE= gnu-lgpl-v2 18LICENSE= gnu-lgpl-v2
19 19
20USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
21USE_TOOLS+= gmake pkg-config 21USE_TOOLS+= gmake pkg-config
22USE_LANGUAGES= c c++ c99 22USE_LANGUAGES= c c++ c99

cvs diff -r1.87 -r1.88 pkgsrc/devel/glib2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/glib2/PLIST 2016/05/27 08:19:27 1.87
+++ pkgsrc/devel/glib2/PLIST 2016/08/21 21:47:29 1.88
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.87 2016/05/27 08:19:27 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.88 2016/08/21 21:47:29 prlw1 Exp $
2bin/gapplication 2bin/gapplication
3bin/gdbus 3bin/gdbus
4bin/gio-querymodules 4bin/gio-querymodules
5bin/glib-compile-resources 5bin/glib-compile-resources
6bin/glib-compile-schemas 6bin/glib-compile-schemas
7bin/glib-genmarshal 7bin/glib-genmarshal
8bin/glib-gettextize 8bin/glib-gettextize
9bin/glib-mkenums 9bin/glib-mkenums
10bin/gobject-query 10bin/gobject-query
11bin/gresource 11bin/gresource
12bin/gsettings 12bin/gsettings
13bin/gtester 13bin/gtester
14bin/gtester-report 14bin/gtester-report
@@ -280,28 +280,28 @@ lib/libgmodule-2.0.la @@ -280,28 +280,28 @@ lib/libgmodule-2.0.la
280lib/libgobject-2.0.la 280lib/libgobject-2.0.la
281lib/libgthread-2.0.la 281lib/libgthread-2.0.la
282lib/pkgconfig/gio-2.0.pc 282lib/pkgconfig/gio-2.0.pc
283lib/pkgconfig/gio-unix-2.0.pc 283lib/pkgconfig/gio-unix-2.0.pc
284lib/pkgconfig/glib-2.0.pc 284lib/pkgconfig/glib-2.0.pc
285lib/pkgconfig/gmodule-2.0.pc 285lib/pkgconfig/gmodule-2.0.pc
286lib/pkgconfig/gmodule-export-2.0.pc 286lib/pkgconfig/gmodule-export-2.0.pc
287lib/pkgconfig/gmodule-no-export-2.0.pc 287lib/pkgconfig/gmodule-no-export-2.0.pc
288lib/pkgconfig/gobject-2.0.pc 288lib/pkgconfig/gobject-2.0.pc
289lib/pkgconfig/gthread-2.0.pc 289lib/pkgconfig/gthread-2.0.pc
290share/aclocal/glib-2.0.m4 290share/aclocal/glib-2.0.m4
291share/aclocal/glib-gettext.m4 291share/aclocal/glib-gettext.m4
292share/aclocal/gsettings.m4 292share/aclocal/gsettings.m4
293share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.4800.1-gdb.py 293share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.4800.2-gdb.py
294share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.4800.1-gdb.py 294share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.4800.2-gdb.py
295share/gettext/its/gschema.its 295share/gettext/its/gschema.its
296share/gettext/its/gschema.loc 296share/gettext/its/gschema.loc
297share/glib-2.0/gdb/glib.py 297share/glib-2.0/gdb/glib.py
298share/glib-2.0/gdb/gobject.py 298share/glib-2.0/gdb/gobject.py
299share/glib-2.0/gettext/po/Makefile.in.in 299share/glib-2.0/gettext/po/Makefile.in.in
300share/glib-2.0/schemas/gschema.dtd 300share/glib-2.0/schemas/gschema.dtd
301share/gtk-doc/html/gio/GAction.html 301share/gtk-doc/html/gio/GAction.html
302share/gtk-doc/html/gio/GActionGroup.html 302share/gtk-doc/html/gio/GActionGroup.html
303share/gtk-doc/html/gio/GActionMap.html 303share/gtk-doc/html/gio/GActionMap.html
304share/gtk-doc/html/gio/GAppInfo.html 304share/gtk-doc/html/gio/GAppInfo.html
305share/gtk-doc/html/gio/GAppInfoMonitor.html 305share/gtk-doc/html/gio/GAppInfoMonitor.html
306share/gtk-doc/html/gio/GApplication.html 306share/gtk-doc/html/gio/GApplication.html
307share/gtk-doc/html/gio/GApplicationCommandLine.html 307share/gtk-doc/html/gio/GApplicationCommandLine.html

cvs diff -r1.217 -r1.218 pkgsrc/devel/glib2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/glib2/distinfo 2016/05/27 08:19:27 1.217
+++ pkgsrc/devel/glib2/distinfo 2016/08/21 21:47:29 1.218
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.217 2016/05/27 08:19:27 prlw1 Exp $ 1$NetBSD: distinfo,v 1.218 2016/08/21 21:47:29 prlw1 Exp $
2 2
3SHA1 (glib-2.48.1.tar.xz) = d59b6daf51dff21c6327734a99f1fb6c5328bcf9 3SHA1 (glib-2.48.2.tar.xz) = f05c43cedfd113a047e7a90d694dd17eeea2d12b
4RMD160 (glib-2.48.1.tar.xz) = d201aca22d0475a1af41da84459195820ae3cb0a 4RMD160 (glib-2.48.2.tar.xz) = 68e63fa11545f07b7187d586a5809bd681400f95
5SHA512 (glib-2.48.1.tar.xz) = 5bbea7d07ba6d75c35c6be8f1ebc685aa2549bd20030741b2d6e2c30e9b2d476c2afa50a974bbdad98c305666c8b04357b51619c97fe50d3e9965700088aad9b 5SHA512 (glib-2.48.2.tar.xz) = 2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
6Size (glib-2.48.1.tar.xz) = 7441032 bytes 6Size (glib-2.48.2.tar.xz) = 6408644 bytes
7SHA1 (patch-aa) = d197ded7ca05c2e37396e6c6b185797bd9bb2821 7SHA1 (patch-aa) = d197ded7ca05c2e37396e6c6b185797bd9bb2821
8SHA1 (patch-ab) = 04bde955a2a588011a8c77ada4923d5464a0d544 8SHA1 (patch-ab) = 04bde955a2a588011a8c77ada4923d5464a0d544
9SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337 9SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337
10SHA1 (patch-ae) = 09f16e8e14bdea3ee0e478d335f65cb66939e5f5 10SHA1 (patch-ae) = 09f16e8e14bdea3ee0e478d335f65cb66939e5f5
11SHA1 (patch-af) = 6da2f31b5052a9b1d02b9a87f47896be238a88bd 11SHA1 (patch-af) = 6da2f31b5052a9b1d02b9a87f47896be238a88bd
12SHA1 (patch-ah) = 2e23c228047d07769ef5b03b0ff636daa0435ee5 12SHA1 (patch-ah) = 2e23c228047d07769ef5b03b0ff636daa0435ee5
13SHA1 (patch-aha) = ade66edd87a5e76a1256bd8bcdc9bc3dd614885c 13SHA1 (patch-aha) = ade66edd87a5e76a1256bd8bcdc9bc3dd614885c
14SHA1 (patch-ak) = edf116968bd3c787fea77787add7e0164b6f1ffb 14SHA1 (patch-ak) = edf116968bd3c787fea77787add7e0164b6f1ffb
15SHA1 (patch-al) = 4eb4e241488dabe254973f5ada92898af57cd0f5 15SHA1 (patch-al) = 4eb4e241488dabe254973f5ada92898af57cd0f5
16SHA1 (patch-am) = 99f54927d76580dfeda2a6b1909e1bea5dbdc293 16SHA1 (patch-am) = 99f54927d76580dfeda2a6b1909e1bea5dbdc293
17SHA1 (patch-an) = ce167f6441480b1c0299350a23e087c6de942018 17SHA1 (patch-an) = ce167f6441480b1c0299350a23e087c6de942018
18SHA1 (patch-cb) = 56e2a9b2de04c8e528faf7ce778503fa55dcc3ac 18SHA1 (patch-cb) = 56e2a9b2de04c8e528faf7ce778503fa55dcc3ac
19SHA1 (patch-cc) = f3d37cbb483863aab602f9c1209650e3e4795871 19SHA1 (patch-cc) = f3d37cbb483863aab602f9c1209650e3e4795871

cvs diff -r1.14 -r1.15 pkgsrc/sysutils/gio-fam/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gio-fam/Attic/Makefile 2016/07/09 06:38:59 1.14
+++ pkgsrc/sysutils/gio-fam/Attic/Makefile 2016/08/21 21:47:29 1.15
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.14 2016/07/09 06:38:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2016/08/21 21:47:29 prlw1 Exp $
2 2
3PKGREVISION= 1 
4.include "../../devel/glib2/Makefile.common" 3.include "../../devel/glib2/Makefile.common"
5 4
6PKGNAME:= ${PKGNAME:S/glib2/gio-fam/} 5PKGNAME:= ${PKGNAME:S/glib2/gio-fam/}
7CATEGORIES= sysutils 6CATEGORIES= sysutils
8 7
9COMMENT= FAM backend for GIO, the glib VFS API 8COMMENT= FAM backend for GIO, the glib VFS API
10 9
11NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-* 10NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-*
12 11
13FAM_ACCEPTED= fam gamin 12FAM_ACCEPTED= fam gamin
14FAM_SERVER= no 13FAM_SERVER= no
15 14
16USE_TOOLS+= msgfmt perl:run pkg-config 15USE_TOOLS+= msgfmt perl:run pkg-config