[62644] trunk/dports/devel/glib2

nox at macports.org nox at macports.org
Wed Jan 13 04:56:07 PST 2010


Revision: 62644
          http://trac.macports.org/changeset/62644
Author:   nox at macports.org
Date:     2010-01-13 04:56:05 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
Update glib2 to 2.22.4 (#23209)

>From NEWS:

> Overview of Changes from GLib 2.22.3 to GLib 2.22.4
> ===================================================
>
> * Bugs fixed:
>  603982,603540,603527,563627,604875,605977
>  603527 programs linked against glib-2.22 won't run on MS Win
>  603540 g_time_val_from_iso8601 uses uninitialised variable
>  603982 Stack overflow when reading file async with filter
>  604875 Use of sa_len conflicts with system header
>  605977 invalid utf-8 conversion in g_local_file_get_parse_name
>  563627 g_get_prgname() threadsafety

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile
    trunk/dports/devel/glib2/files/config.h.ed

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2010-01-13 12:55:44 UTC (rev 62643)
+++ trunk/dports/devel/glib2/Portfile	2010-01-13 12:56:05 UTC (rev 62644)
@@ -5,7 +5,7 @@
 name                    glib2
 conflicts               glib2-devel
 set my_name             glib
-version                 2.22.3
+version                 2.22.4
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              devel
 maintainers             ryandesign
@@ -30,9 +30,9 @@
     ftp://ftp.gtk.org/pub/${my_name}/${branch}/
 
 checksums \
-    md5     25b043b208883194c57219e41a230a29 \
-    sha1    185d5b80adef96019daf7402cc6762cc4d37470d \
-    rmd160  53e1707547612e592bd2a3b5f7dfc7be1c09ed5c
+    md5     d91bcbe27556430ddecce65086355708 \
+    sha1    be135a25c233a199f043161777d31ac30e42f435 \
+    rmd160  66dc6ec0f1b1d422f50f6d55700bee8d526318cc
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See http://trac.macports.org/changeset/27148
@@ -87,6 +87,11 @@
 
 post-destroot {
     file delete ${destroot}${prefix}/lib/charset.alias
+
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog HACKING NEWS \
+        README ${destroot}${docdir}
 }
 
 livecheck.type          regex

Modified: trunk/dports/devel/glib2/files/config.h.ed
===================================================================
--- trunk/dports/devel/glib2/files/config.h.ed	2010-01-13 12:55:44 UTC (rev 62643)
+++ trunk/dports/devel/glib2/files/config.h.ed	2010-01-13 12:56:05 UTC (rev 62644)
@@ -37,6 +37,13 @@
 #define GLIB_SIZEOF_SYSTEM_THREAD 4
 #endif
 .
+/ G_ATOMIC_I486 /c
+#if !defined(__BIG_ENDIAN__) && !defined(__LP64__)
+#define G_ATOMIC_I486
+#else
+/* #undef G_ATOMIC_I486 */
+#endif
+.
 / G_ATOMIC_POWERPC /c
 #ifdef __BIG_ENDIAN__
 #define G_ATOMIC_POWERPC 1
@@ -44,6 +51,13 @@
 /* #undef G_ATOMIC_POWERPC */
 #endif
 .
+/ G_ATOMIC_X86_64 /c
+#if !defined(__BIG_ENDIAN__) && defined(__LP64__)
+#define G_ATOMIC_X86_64
+#else
+/* #undef G_ATOMIC_X86_64 */
+#endif
+.
 / G_VA_COPY_AS_ARRAY /c
 #ifdef __LP64__
 #define G_VA_COPY_AS_ARRAY 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100113/b2ab5fc9/attachment.html>


More information about the macports-changes mailing list