Up to [cvs.netbsd.org] / pkgsrc / devel / glib2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue May 1 18:45:52 2012 UTC (3 weeks, 1 day ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +7 -7
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 4 09:55:15 2011 UTC (16 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.4: +7 -10
lines
Diff to previous 1.4 (colored)
Darwin hacks changes: * forget about problem with universal binaries; it's fixed with ABI * replace libiconv_open with iconv_open in configure, so system libiconv can be detected and used in 64-bit mode
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 5 15:33:01 2008 UTC (3 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +16 -2
lines
Diff to previous 1.3 (colored)
Re-add hacks that I accidently removed when adding the work around for the Darwin Universal build problem. Problem noted by Tobias Nygren.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 14 16:45:53 2008 UTC (3 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.2: +14 -15
lines
Diff to previous 1.2 (colored)
Don't build this with Universal Binary support under Mac OS X. It breaks (at least) the GTK+ 2.x which is a known issue, see http://trac.macports.org/ticket/15816 for more details. Bump package revision because of this fix.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 27 11:00:46 2008 UTC (4 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.1: +8 -1
lines
Diff to previous 1.1 (colored)
Build with --disable-visibility when using sunpro compiler, to prevent unresolved symbol "g_test_config_vars" during build.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 24 11:00:36 2007 UTC (5 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Add hack for glib2 on hp-ux/hppa: build without optimization due to crash in libgobject early in libgtk2 startup.