head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.8 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.1.1.0.18 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.16 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.14 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.12 pkgsrc-2008Q1:1.1.1.1.0.10 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.8 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.6 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.4 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.2 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2008.10.28.11.28.31; author wiz; state dead; branches; next 1.1; 1.1 date 2007.01.04.02.51.02; author rillig; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.01.04.02.51.02; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to 2.24.1: Changes in 2.24.1 * Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded * Fixed some warnings * Translation updates: ar, sk Changes in 2.24.0 * Removed gdl-gnome dependency * Fix format string bugs * Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt Changes in 2.23.90 * Bumped version to be consistent with gnome releases. * Fixed bug #517047 - Port to GOption * Replace deprecated INCLUDES with AM_CPPFLAGS * Add a new chooser to select pkg-config modules in the target configuration (related to bug #393679) * Fixed bug #463561 and bug #538952 - Removed deprecated and unused build code thus removing the regex depency * Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in * Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE * Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt, nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg Changes in 0.3.0 * Fixed #515997 – Fails to build from source * Added methods to access the list of pkg-config packages required for building the project (to be used for symbol autocompletion for example). * Added a conveniece check for the returned packages * Fixed two mem-leaks. Changes in 0.2.3 * Check for Locale::gettext which is required. * Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de. Changes in 0.2.2 * COPYING: Fixed license. * Fixed bug #503526 (translation issues) * Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR. Changes in 0.2.1 * Fixed #476315 - Anjuta set _LDADD for shared object * Fixed #475280 - _HEADERS not defined * Added support for SRC_SUBDIRS like it's used in gtk+ * Add support for check_PROGRAM (bug #474617) * Improve gnome-build EXTRA_DIST support (bug #463408) * Added localisation through gettext() * Migrated to use po/LINGUAS * Changed variable detection rule to also match ${VAR} (bug #450604) * Removed check_LTLIBRARIES restriction, added expanding vars in SUBDIRS (bug #450604) * Append data to a macro rather than overwrite it if an assignment is split into several lines (#510351) @ text @$NetBSD: patch-ac,v 1.1 2007/01/04 02:51:02 rillig Exp $ Tags: for-upstream Did you know that gcc has a -Wformat=2 option? --- src/backends/libgbf_mkfile/gbf-mkfile-properties.c.orig 2005-09-22 13:18:46.000000000 +0200 +++ src/backends/libgbf_mkfile/gbf-mkfile-properties.c 2007-01-04 03:29:10.000000000 +0100 @@@@ -197,7 +197,7 @@@@ on_group_widget_destroy (GtkWidget *wid, gbf_mkfile_project_set_group_config (project, group_id, new_config, &err); if (err) { - g_warning (err->message); + g_warning ("%s", err->message); g_error_free (err); } g_object_unref (table); @@@@ -290,7 +290,7 @@@@ on_target_widget_destroy (GtkWidget *wid gbf_mkfile_project_set_target_config (project, target_id, new_config, &err); if (err) { - g_warning (err->message); + g_warning ("%s", err->message); g_error_free (err); } g_object_unref (table); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Imported gnome-build. This is the GNOME Build Framework (GBF). @ text @@