Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/09/2005 17:30:00
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Jan  9 17:30:00 UTC 2005

Modified Files:
	pkgsrc/devel/glib2: Makefile distinfo
	pkgsrc/devel/glib2/patches: patch-aa
Added Files:
	pkgsrc/devel/glib2/patches: patch-ah

Log Message:
Update to 2.6.1.

While here, get rid of the XDG path specification madness and use the
installation prefix to locate stuff instead of a nonsense hardcoded
path.  Note that this is not pkgviews friendly (not a problem because
the previous behavior wasn't even).  This makes applications work out
of the box (well, there are still some hardcoded paths in other
packages that have to be discovered), without any need to set an
environment variable.

* GOption
 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
 - Improve handling of -- [Matthias Clasen]
 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
* g_find_program_in_path() doesn't return directories [Tommi Komulainen]
* Add gmodule-export-2.0.pc [Matthias]
* Win32 changes
 - Improve hangling of UNC paths [Tor Lillqvist]
 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
   take and return UTF-8 now [Tor]
 - Make g_file_test() work more reliably, and use PATHEXT
   when check for executables [Tor]
 - Build and cross-compilation fixes [J. Ali Harlow]
* Other bug fixes [Jens Hatlak, Morten Welinder,
  Tor, Kalpesh Shah, Adrian Bunk
* Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
  Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
  Vincent Untz, Bastien Nocera
* New and updated translations (cy,de,nl,ru,sq,sv)


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 pkgsrc/devel/glib2/Makefile
cvs rdiff -r1.42 -r1.43 pkgsrc/devel/glib2/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/glib2/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/devel/glib2/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.