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.6 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.4 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.2 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.4 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.1.1.0.2 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2012.10.18.19.08.48; author prlw1; state dead; branches; next 1.3; 1.3 date 2012.02.03.14.48.45; author drochner; state Exp; branches; next 1.2; 1.2 date 2011.04.08.13.54.25; author drochner; state Exp; branches; next 1.1; 1.1 date 2011.03.18.17.06.10; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.03.18.17.06.10; author drochner; state Exp; branches; next ; desc @@ 1.4 log @Update gtk3 to 3.6.1 * The accessibility bridge code that exports accessible objects on the bus is now used by default; atk-bridge has been converted into a library that GTK+ links against. To void the linking, pass --without-atk-bridge when configuring GTK+. * GDK threading support has been deprecated. It is recommended to use g_idle_add(), g_main_context_invoke() and similar funtions to make all GTK+ calls from the main thread. * GTK+ now follows the XDG Base Directory specification for user configuration and data files. In detail, * $XDG_CONFIG_HOME/gtk-3.0/custom-papers is the new location for $HOME/.gtk-custom-papers * $XDG_CONFIG_HOME/gtk-3.0/bookmarks is the new location for $HOME/.gtk-bookmarks * $XDG_DATA_HOME/themes is preferred over $HOME/.themes * $XDG_DATA_HOME/icons is preferred over $HOME/.icons. Existing files from the old location will still be read if the new location does not exist. * $HOME/.gtk-3.0 is no longer in the default module load path. If you want to load modules from there, add it to the GTK_PATH environment variable. @ text @$NetBSD: patch-af,v 1.3 2012/02/03 14:48:45 drochner Exp $ --- configure.orig 2011-12-19 14:16:11.000000000 +0000 +++ configure @@@@ -18927,7 +18927,7 @@@@ fi fi -if test "x$enable_broadway_backend" == xyes; then +if test "x$enable_broadway_backend" = xyes; then GDK_BACKENDS="$GDK_BACKENDS broadway" cairo_backends="$cairo_backends cairo" GDK_WINDOWING="$GDK_WINDOWING @@@@ -18952,7 +18952,7 @@@@ fi fi -if test "x$enable_wayland_backend" == "xyes"; then +if test "x$enable_wayland_backend" = "xyes"; then # Wayland uses cairo-gl cairo_backends="$cairo_backends cairo-gl" GDK_BACKENDS="$GDK_BACKENDS wayland" @@@@ -22056,7 +22056,7 @@@@ _ACEOF if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - X_LIBS="$X_LIBS -R$x_libraries" + X_LIBS="$X_LIBS ${COMPILER_RPATH_FLAG}$x_libraries" else LIBS="$ac_xsave_LIBS -R $x_libraries" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @ 1.3 log @update to 3.2.3 This switches to the 3.2 release branch. Thanks to Patrick Welche for testing. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 3.0.8 changes: -theming related improvements -bugfixes -translation updates @ text @d3 1 a3 1 --- configure.orig 2011-03-23 20:31:51.000000000 +0000 d5 19 a23 1 @@@@ -21765,7 +21765,7 @@@@ _ACEOF @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2011-03-14 16:33:02.000000000 +0000 a4 36 @@@@ -18725,7 +18725,7 @@@@ GDK_WINDOWING= GIO_PACKAGE=gio-2.0 PANGO_PACKAGES="pango pangocairo" -if test "x$enable_x11_backend" == xyes; then +if test "x$enable_x11_backend" = xyes; then # GDK calls the xlib backend "x11," cairo calls it "xlib." Other # backend names are identical. cairo_backends="$cairo_backends cairo-xlib" @@@@ -18738,7 +18738,7 @@@@ if test "x$enable_x11_backend" == xyes; #define GDK_WINDOWING_X11" fi -if test "x$enable_win32_backend" == xyes; then +if test "x$enable_win32_backend" = xyes; then cairo_backends="$cairo_backends cairo-win32" GDK_BACKENDS="$GDK_BACKENDS win32" backend_immodules="$backend_immodules,ime" @@@@ -18765,7 +18765,7 @@@@ fi fi -if test "x$enable_quartz_backend" == xyes; then +if test "x$enable_quartz_backend" = xyes; then cairo_backends="$cairo_backends cairo-quartz" GDK_BACKENDS="$GDK_BACKENDS quartz" GDK_WINDOWING="$GDK_WINDOWING @@@@ -21503,7 +21503,7 @@@@ GTK_DEP_PACKAGES_FOR_X= GTK_DEP_LIBS_FOR_X= X_EXTENSIONS= -if test "x$enable_x11_backend" == xyes; then +if test "x$enable_x11_backend" = xyes; then X_PACKAGES=fontconfig # a13 9 @@@@ -22849,7 +22849,7 @@@@ rm -f core conftest.err conftest.$ac_obj fi GTK_PACKAGES="atk cairo cairo-gobject gdk-pixbuf-2.0 gio-2.0" -if test "x$enable_x11_backend" == xyes; then +if test "x$enable_x11_backend" = xyes; then GTK_PACKAGES="$GTK_PACKAGES pangoft2" fi GTK_EXTRA_LIBS= @ 1.1.1.1 log @first cut on a pkg for gtk3, the successor of the gtk2 toolkit: add gtk3-3.0.3 @ text @@