diff options
author | xtraeme <xtraeme> | 2005-08-03 16:50:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-08-03 16:50:15 +0000 |
commit | dc2b3974427d253fe4c1b687fc78c75be4d0859f (patch) | |
tree | 35a7a1b99e7b2e45dfca2155fdf220ea4fe1fa94 /devel/glib2 | |
parent | 60596e46ff91265b7f371f13a6c03126799cfe53 (diff) | |
download | pkgsrc-dc2b3974427d253fe4c1b687fc78c75be4d0859f.tar.gz |
Update to 2.6.6.
Overview of Changes from GLib 2.6.5 to GLib 2.6.6
=================================================
* Fix several bugs with the handling
of comments in key files [Mikael Magnusson]
* Fix g_atomic_pointer_compare_and_exchange
on Sparc64 [Gert Doering]
* Fix a deadlock with threadpools [Hong Jen Yee]
* Make GLib work on BeOS again [Kian Duffy]
* Win32 bug fixes [Kazuki Iwamoto]
* Other bug fixes [Roger Leigh, Kjartan Maraas,
Morten Welinder]
* New and updated translations (bg,cs,cy,de,
en_CA,es,et,fr,gu,hu,ja,ko,nl,sq,sr,sr@Latn,sv,
te,zh_CN,zh_TW)
Diffstat (limited to 'devel/glib2')
-rw-r--r-- | devel/glib2/Makefile | 5 | ||||
-rw-r--r-- | devel/glib2/PLIST | 3 | ||||
-rw-r--r-- | devel/glib2/distinfo | 9 | ||||
-rw-r--r-- | devel/glib2/patches/patch-ai | 13 |
4 files changed, 8 insertions, 22 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index e31f0ef7645..292b6e66d04 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2005/07/21 16:29:46 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2005/08/03 16:50:15 xtraeme Exp $ -DISTNAME= glib-2.6.5 +DISTNAME= glib-2.6.6 PKGNAME= ${DISTNAME:S/glib/glib2/} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.6/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.6/ \ diff --git a/devel/glib2/PLIST b/devel/glib2/PLIST index 3386dda09ae..7543fde1a6c 100644 --- a/devel/glib2/PLIST +++ b/devel/glib2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2005/06/26 16:57:14 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.26 2005/08/03 16:50:15 xtraeme Exp $ bin/glib-genmarshal bin/glib-gettextize bin/glib-mkenums @@ -268,6 +268,7 @@ ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sr@ije/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/te/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/tl/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/glib20.mo diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index 0461288038c..24494e54e14 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.50 2005/07/19 11:22:00 tonio Exp $ +$NetBSD: distinfo,v 1.51 2005/08/03 16:50:15 xtraeme Exp $ -SHA1 (glib-2.6.5.tar.bz2) = 82818f9173b0bdc2b26af018e8393eb76318552e -RMD160 (glib-2.6.5.tar.bz2) = 6ccdfed7ea5621b7c69c436c3b8b5fbba44dc62e -Size (glib-2.6.5.tar.bz2) = 2357089 bytes +SHA1 (glib-2.6.6.tar.bz2) = 6bb8860bd29a83964ee66ad53ae3e4950aa2677f +RMD160 (glib-2.6.6.tar.bz2) = 747a9bafea1966cd2855d8a1411ece922f68c705 +Size (glib-2.6.6.tar.bz2) = 2380899 bytes SHA1 (patch-aa) = 0a2543638dbd026ad697d0a4079e71a51604ae00 SHA1 (patch-ab) = a765c6e43856ce858f23f237ffd5b48cb6d029e6 SHA1 (patch-ac) = 43a30df9822e90e0f84df4458cc20de286509961 @@ -11,5 +11,4 @@ SHA1 (patch-ae) = 09f16e8e14bdea3ee0e478d335f65cb66939e5f5 SHA1 (patch-af) = ee7a8ed0585cdfaf23db01d4d57d98db555c6849 SHA1 (patch-ag) = 3917075e80139e0bd937ee9c2b42745fa6e69747 SHA1 (patch-ah) = e30ef18e474699d2b2cf3e7d1c9f36062fad1c73 -SHA1 (patch-ai) = 960ff87b0ef869df0194839a752941d0bbb1ee9e SHA1 (patch-aj) = 2b859be9a31f4ca569041c01440c6b2125be2ec5 diff --git a/devel/glib2/patches/patch-ai b/devel/glib2/patches/patch-ai deleted file mode 100644 index 7a12b8e2519..00000000000 --- a/devel/glib2/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2005/05/18 10:56:09 martin Exp $ - ---- glib/gatomic.c.orig 2005-03-14 06:02:41.000000000 +0100 -+++ glib/gatomic.c 2005-05-18 12:19:34.000000000 +0200 -@@ -121,7 +121,7 @@ - : "=r" (result), "=m" (*a) - : "r" (oldval), "m" (*a), "r" (a), - "0" (newval)); -- return result != 0; -+ return result == oldval; - } - # else /* What's that */ - # error "Your system has an unsupported pointer size" |