head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.3.0.4 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.2 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2012.10.06.20.44.05; author prlw1; state dead; branches; next 1.3; 1.3 date 2012.05.22.20.40.08; author jmmv; state Exp; branches; next 1.2; 1.2 date 2012.04.30.13.53.48; author drochner; state Exp; branches; next 1.1; 1.1 date 2012.01.31.18.36.01; author drochner; state Exp; branches; next ; desc @@ 1.4 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-as,v 1.3 2012/05/22 20:40:08 jmmv Exp $ avoid python dependency --- gio/tests/Makefile.am.orig 2012-05-01 00:06:39.000000000 +0000 +++ gio/tests/Makefile.am @@@@ -4,7 +4,7 @@@@ BUILT_SOURCES = include $(top_srcdir)/Makefile.decl -SUBDIRS = gdbus-object-manager-example +#SUBDIRS = gdbus-object-manager-example INCLUDES = \ -g \ @@@@ -77,7 +77,6 @@@@ TEST_PROGS += \ gdbus-threading \ gdbus-export \ gdbus-error \ - gdbus-peer \ gdbus-exit-on-close \ gdbus-non-socket \ gdbus-bz627724 \ @@@@ -103,7 +102,6 @@@@ SAMPLE_PROGS = \ gdbus-example-watch-proxy \ gdbus-example-server \ gdbus-example-subtree \ - gdbus-example-peer \ gdbus-example-proxy-subclass \ gdbus-connection-flush-helper \ appinfo-test \ @@@@ -123,12 +121,9 @@@@ TEST_PROGS += \ unix-streams \ gapplication \ basic-application \ - gdbus-test-codegen \ $(NULL) SAMPLE_PROGS += \ gdbus-example-unix-fd-client \ - gdbus-example-objectmanager-server \ - gdbus-example-objectmanager-client \ $(NULL) endif @@@@ -295,7 +290,7 @@@@ gdbus-test-codegen-generated.h gdbus-tes $(srcdir)/test-codegen.xml \ $(NULL) -BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h +#BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h gdbus_test_codegen_SOURCES = gdbus-test-codegen.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c gdbus_test_codegen_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h @ 1.3 log @Fix kqueue support by using patch for 2.32.2 and correcting some problems that we had in our own patches for the Makefile.am files. Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD: patch-as,v 1.2 2012/04/30 13:53:48 drochner Exp $ @ 1.2 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 @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- gio/tests/Makefile.am.orig 2012-03-21 02:24:32.000000000 +0000 d16 17 a32 1 @@@@ -123,12 +123,9 @@@@ TEST_PROGS += \ d45 1 a45 1 @@@@ -295,7 +292,7 @@@@ gdbus-test-codegen-generated.h gdbus-tes @ 1.1 log @Revert previous, there are patches which should make that the python stuff is not built/installed. Patch Makefile.am the same way as Makefile.in were patched, because the "kqueue" option regenerates the latter. @ text @d5 1 a5 1 --- gio/tests/Makefile.am.orig 2011-11-11 17:56:52.000000000 +0000 d16 1 a16 2 @@@@ -115,12 +115,9 @@@@ TEST_PROGS += \ unix-fd \ d19 1 d29 1 a29 1 @@@@ -286,7 +283,7 @@@@ gdbus-test-codegen-generated.h gdbus-tes @