head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.4.0.4 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.2 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.2.0.2 pkgsrc-2012Q1-base:1.2; locks; strict; comment @# @; 1.5 date 2012.10.06.20.44.05; author prlw1; state dead; branches; next 1.4; 1.4 date 2012.05.01.18.45.52; author adam; state Exp; branches; next 1.3; 1.3 date 2012.04.30.13.53.48; author drochner; state Exp; branches; next 1.2; 1.2 date 2012.03.21.12.18.33; author drochner; state Exp; branches; next 1.1; 1.1 date 2012.01.29.17.43.44; author drochner; state Exp; branches; next ; desc @@ 1.5 log @Update glib2 and therefore gdbus-codegen and gio-fam to 2.34.0 - patch-ar and patch-as to avoid dependending on python are no longer necessary since the introduction of --disable-modular-tests - patch-co has been committed to glib in 2360d04e - other patches cargo culted across - statfs test was fixed in glib with commit afa82ae8 - no longer provide man pages as that requires docbook & xsltproc Many changes in glib since 2.32.4, especially GDBus improvements. See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details. @ text @$NetBSD: patch-ar,v 1.4 2012/05/01 18:45:52 adam Exp $ avoid python dependency --- gio/tests/Makefile.in.orig 2012-05-01 00:10:52.000000000 +0000 +++ gio/tests/Makefile.in @@@@ -47,21 +47,18 @@@@ noinst_PROGRAMS = $(am__EXEEXT_5) $(am__ @@OS_UNIX_TRUE@@ gdbus-names gdbus-proxy gdbus-proxy-threads \ @@OS_UNIX_TRUE@@ gdbus-proxy-well-known-name gdbus-introspection \ @@OS_UNIX_TRUE@@ gdbus-threading gdbus-export gdbus-error \ -@@OS_UNIX_TRUE@@ gdbus-peer gdbus-exit-on-close gdbus-non-socket \ +@@OS_UNIX_TRUE@@ gdbus-exit-on-close gdbus-non-socket \ @@OS_UNIX_TRUE@@ gdbus-bz627724 gmenumodel appinfo contenttype \ @@OS_UNIX_TRUE@@ mimeapps file $(NULL) live-g-file \ @@OS_UNIX_TRUE@@ desktop-app-info unix-fd unix-streams \ @@OS_UNIX_TRUE@@ gapplication basic-application \ -@@OS_UNIX_TRUE@@ gdbus-test-codegen $(NULL) +@@OS_UNIX_TRUE@@ $(NULL) @@OS_UNIX_TRUE@@am__append_2 = \ @@OS_UNIX_TRUE@@ gdbus-example-unix-fd-client \ -@@OS_UNIX_TRUE@@ gdbus-example-objectmanager-server \ -@@OS_UNIX_TRUE@@ gdbus-example-objectmanager-client \ @@OS_UNIX_TRUE@@ $(NULL) @@OS_WIN32_TRUE@@am__append_3 = win32-streams @@HAVE_DBUS1_TRUE@@am__append_4 = gdbus-serialization -@@OS_UNIX_TRUE@@am__append_5 = gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h subdir = gio/tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \ @@@@ -105,7 +102,7 @@@@ am__EXEEXT_1 = @@OS_UNIX_TRUE@@ gdbus-proxy-well-known-name$(EXEEXT) \ @@OS_UNIX_TRUE@@ gdbus-introspection$(EXEEXT) \ @@OS_UNIX_TRUE@@ gdbus-threading$(EXEEXT) gdbus-export$(EXEEXT) \ -@@OS_UNIX_TRUE@@ gdbus-error$(EXEEXT) gdbus-peer$(EXEEXT) \ +@@OS_UNIX_TRUE@@ gdbus-error$(EXEEXT) \ @@OS_UNIX_TRUE@@ gdbus-exit-on-close$(EXEEXT) \ @@OS_UNIX_TRUE@@ gdbus-non-socket$(EXEEXT) \ @@OS_UNIX_TRUE@@ gdbus-bz627724$(EXEEXT) gmenumodel$(EXEEXT) \ @@@@ -114,7 +111,7 @@@@ am__EXEEXT_1 = @@OS_UNIX_TRUE@@ live-g-file$(EXEEXT) desktop-app-info$(EXEEXT) \ @@OS_UNIX_TRUE@@ unix-fd$(EXEEXT) unix-streams$(EXEEXT) \ @@OS_UNIX_TRUE@@ gapplication$(EXEEXT) basic-application$(EXEEXT) \ -@@OS_UNIX_TRUE@@ gdbus-test-codegen$(EXEEXT) $(am__EXEEXT_1) +@@OS_UNIX_TRUE@@ $(am__EXEEXT_1) @@OS_WIN32_TRUE@@am__EXEEXT_3 = win32-streams$(EXEEXT) @@HAVE_DBUS1_TRUE@@am__EXEEXT_4 = gdbus-serialization$(EXEEXT) am__EXEEXT_5 = io-stream$(EXEEXT) memory-input-stream$(EXEEXT) \ @@@@ -134,8 +131,6 @@@@ am__EXEEXT_5 = io-stream$(EXEEXT) memory resources$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \ $(am__EXEEXT_3) $(am__EXEEXT_4) @@OS_UNIX_TRUE@@am__EXEEXT_6 = gdbus-example-unix-fd-client$(EXEEXT) \ -@@OS_UNIX_TRUE@@ gdbus-example-objectmanager-server$(EXEEXT) \ -@@OS_UNIX_TRUE@@ gdbus-example-objectmanager-client$(EXEEXT) \ @@OS_UNIX_TRUE@@ $(am__EXEEXT_1) am__EXEEXT_7 = resolver$(EXEEXT) socket-server$(EXEEXT) \ socket-client$(EXEEXT) echo-server$(EXEEXT) httpd$(EXEEXT) \ @@@@ -967,7 +962,6 @@@@ TEST_PROGS = io-stream memory-input-stre tls-certificate tls-interaction cancellable vfs \ network-monitor fileattributematcher resources $(NULL) \ $(am__append_1) $(am__append_3) $(am__append_4) -SUBDIRS = gdbus-object-manager-example INCLUDES = \ -g \ $(gio_INCLUDES) \ @ 1.4 log @Changes 2.32.2: * GApplication: can now have a NULL application ID * g_clear_object: fix warnings when using it on C++ (due to lack of ability to implicitly cast void*) * GDBus: - add our own implementation of the message bus for use on Windows only - fix up a few bugs that use of this bus uncovered in GDBus - escape nonce files in dbus addressess (think 'c:\') - support initial underscores in dbus codegen namespace (for private) * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend) * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment * GAppInfo: overwrite the DISPLAY only if it is set in the launch context * glib/tests/date: force US locale running the GDateTime tests * GSocketControlMessage: Don't warn about unknown messages * Resources: - fix broken use of GVDB on big endian machines - set a 'display name' so that pretty file names appear in Gtk CSS warning messages * GMainContext: - block child sources when blocking the parent - introduce more testcases for child sources * Translations updates: Brazilian Portuguese French Galician Italian Lithuanian Polish Polish Serbian Simplified Chinese Spanish * Bug fixed: 619026 avoid warning in gutils.h when using gcc with -Wconversion 669260 Open/Save dialog hangs waiting for data with libsoup 671249 GApplication: Allow a null application_id? 672786 goa-daemon: action in notification doesn't work 673409 g_resource_lookup_data may return stale data pointer 674172 glib-2.32.1 misdetects GNUstep as Cocoa 674345 cssprovider: Make sure to print out file name in css warnings 674483 broken configure results when cross-compiling with gcc >= 4.5 @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @update to 2.32.1 This is the new major tree, needed for a number of Gnome pkgs. The optional "kqueue" patch isn't ready yet, so the "kqueue" option does not work atm. @ text @d5 1 a5 1 --- gio/tests/Makefile.in.orig 2012-03-24 03:02:44.000000000 +0000 d7 1 a7 1 @@@@ -47,20 +47,17 @@@@ noinst_PROGRAMS = $(am__EXEEXT_5) $(am__ d13 4 a16 3 @@OS_UNIX_TRUE@@ gdbus-bz627724 appinfo contenttype mimeapps file \ @@OS_UNIX_TRUE@@ $(NULL) live-g-file desktop-app-info unix-fd \ @@OS_UNIX_TRUE@@ unix-streams gapplication basic-application \ d31 1 a31 1 @@@@ -104,7 +101,7 @@@@ am__EXEEXT_1 = d39 2 a40 2 @@OS_UNIX_TRUE@@ gdbus-bz627724$(EXEEXT) appinfo$(EXEEXT) \ @@@@ -113,7 +110,7 @@@@ am__EXEEXT_1 = d49 3 a51 3 @@@@ -133,8 +130,6 @@@@ am__EXEEXT_5 = io-stream$(EXEEXT) memory gmenumodel$(EXEEXT) resources$(EXEEXT) $(am__EXEEXT_1) \ $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4) d58 1 a58 1 @@@@ -964,7 +959,6 @@@@ TEST_PROGS = io-stream memory-input-stre d60 2 a61 2 network-monitor fileattributematcher gmenumodel resources \ $(NULL) $(am__append_1) $(am__append_3) $(am__append_4) @ 1.2 log @update to 2.20.3 changes: -bugfixes -translation update @ text @d5 1 a5 1 --- gio/tests/Makefile.in.orig 2012-03-11 23:36:24.000000000 +0000 d7 11 a17 6 @@@@ -49,16 +49,13 @@@@ noinst_PROGRAMS = $(am__EXEEXT_5) $(am__ @@OS_UNIX_TRUE@@ gdbus-non-socket gdbus-bz627724 appinfo \ @@OS_UNIX_TRUE@@ contenttype file $(NULL) live-g-file \ @@OS_UNIX_TRUE@@ desktop-app-info unix-fd unix-streams \ -@@OS_UNIX_TRUE@@ gapplication gdbus-test-codegen $(NULL) +@@OS_UNIX_TRUE@@ gapplication $(NULL) d30 13 a42 4 @@@@ -97,7 +94,7 @@@@ am__EXEEXT_1 = @@OS_UNIX_TRUE@@ $(am__EXEEXT_1) live-g-file$(EXEEXT) \ @@OS_UNIX_TRUE@@ desktop-app-info$(EXEEXT) unix-fd$(EXEEXT) \ @@OS_UNIX_TRUE@@ unix-streams$(EXEEXT) gapplication$(EXEEXT) \ d47 4 a50 4 am__EXEEXT_5 = io-stream$(EXEEXT) actions$(EXEEXT) \ @@@@ -116,8 +113,6 @@@@ am__EXEEXT_5 = io-stream$(EXEEXT) action cancellable$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \ $(am__EXEEXT_3) $(am__EXEEXT_4) d57 4 a60 4 @@@@ -912,7 +907,6 @@@@ TEST_PROGS = io-stream actions memory-in gdbus-addresses network-address gdbus-message socket pollable \ tls-certificate tls-interaction cancellable $(NULL) \ $(am__append_1) $(am__append_3) $(am__append_4) @ 1.1 log @avoid implicit Python dependency: don't build gdbus-codegen, it is new in 2.30 and not used in pkgsrc yet, will be added as separate pkg @ text @d5 1 a5 1 --- gio/tests/Makefile.in.orig 2011-11-11 22:11:56.000000000 +0000 d7 6 a12 7 @@@@ -48,17 +48,14 @@@@ noinst_PROGRAMS = $(am__EXEEXT_5) $(am__ @@OS_UNIX_TRUE@@ gdbus-peer gdbus-exit-on-close gdbus-non-socket \ @@OS_UNIX_TRUE@@ gdbus-bz627724 appinfo contenttype file $(NULL) \ @@OS_UNIX_TRUE@@ live-g-file desktop-app-info unix-fd \ -@@OS_UNIX_TRUE@@ unix-streams gapplication gdbus-test-codegen \ +@@OS_UNIX_TRUE@@ unix-streams gapplication \ @@OS_UNIX_TRUE@@ $(NULL) d25 1 a25 1 @@@@ -96,7 +93,7 @@@@ am__EXEEXT_1 = d34 1 a34 1 @@@@ -115,8 +112,6 @@@@ am__EXEEXT_5 = io-stream$(EXEEXT) action d43 1 a43 1 @@@@ -902,7 +897,6 @@@@ TEST_PROGS = io-stream actions memory-in @