[41559] trunk/dports/devel/glib2-devel
ryandesign at macports.org
ryandesign at macports.org
Thu Nov 6 00:04:04 PST 2008
Revision: 41559
http://trac.macports.org/changeset/41559
Author: ryandesign at macports.org
Date: 2008-11-06 00:04:01 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
glib2-devel: update to 2.19.0 and enable test suite; all tests passed
Modified Paths:
--------------
trunk/dports/devel/glib2-devel/Portfile
trunk/dports/devel/glib2-devel/files/patch-configure.diff
trunk/dports/devel/glib2-devel/files/patch-gi18n.h.diff
trunk/dports/devel/glib2-devel/files/patch-gutils.c.diff
Property Changed:
----------------
trunk/dports/devel/glib2-devel/files/
Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2008-11-06 07:05:53 UTC (rev 41558)
+++ trunk/dports/devel/glib2-devel/Portfile 2008-11-06 08:04:01 UTC (rev 41559)
@@ -4,7 +4,7 @@
name glib2-devel
set my_name glib
-version 2.17.7
+version 2.19.0
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign
@@ -28,9 +28,9 @@
# ftp://ftp.gtk.org/pub/${my_name}/${branch}/
checksums \
- md5 50abcc857a93498fe7d8d0bda2ed2805 \
- sha1 72fd0cd609705bd5bbe20cee80e98012496b8a09 \
- rmd160 cd1b1cac85ca9650a97944985aa701f213d9ee17
+ md5 0ff01feebce78b61ce37877e20d71eba \
+ sha1 057a093c0fc18f9e5648e0df3f0c61fa0a5c5912 \
+ rmd160 6aa268ad627acde137308ea70df43ac981051096
patchfiles \
patch-glib-2.0.pc.in.diff \
@@ -76,6 +76,9 @@
}
}
+test.run yes
+test.target check
+
post-destroot {
file delete ${destroot}${prefix}/lib/charset.alias
}
Property changes on: trunk/dports/devel/glib2-devel/files
___________________________________________________________________
Added: svn:mergeinfo
+ /trunk/dports/devel/glib2/files:41475
Modified: trunk/dports/devel/glib2-devel/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-configure.diff 2008-11-06 07:05:53 UTC (rev 41558)
+++ trunk/dports/devel/glib2-devel/files/patch-configure.diff 2008-11-06 08:04:01 UTC (rev 41559)
@@ -1,6 +1,6 @@
---- configure 2008-07-14 14:57:48.000000000 +0200
-+++ configure 2008-07-14 15:00:04.000000000 +0200
-@@ -31818,23 +31818,11 @@
+--- configure 2008-10-16 17:24:49.000000000 -0500
++++ configure 2008-11-04 13:30:29.000000000 -0600
+@@ -31493,28 +31493,11 @@
fi
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
$as_echo "$ac_cv_c_bigendian" >&6; }
@@ -15,7 +15,12 @@
- no)
- ;; #(
- universal)
-- ;; #(
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define AC_APPLE_UNIVERSAL_BUILD 1
+-_ACEOF
+-
+- ;; #(
- *)
- { { $as_echo "$as_me:$LINENO: error: unknown endianness
- presetting ac_cv_c_bigendian=no (or yes) will help" >&5
@@ -24,9 +29,9 @@
- { (exit 1); exit 1; }; } ;;
- esac
-
- # check for header files
-@@ -42770,7 +42758,11 @@
+ if test x$ac_cv_c_bigendian = xuniversal ; then
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -42614,7 +42597,11 @@
$as_echo "$glib_cv_byte_contents_gmutex" >&6; }
cat >>confdefs.h <<_ACEOF
@@ -39,7 +44,7 @@
_ACEOF
-@@ -48265,10 +48257,13 @@
+@@ -48191,10 +48178,13 @@
_______EOF
fi
@@ -57,7 +62,7 @@
echo >>$outfile
-@@ -48317,7 +48312,12 @@
+@@ -48243,7 +48233,12 @@
long dummy_long;
} static_mutex;
};
@@ -69,9 +74,9 @@
+#endif
+
#define g_static_mutex_get_mutex(mutex) \\
- (g_thread_use_default_impl ? ((GMutex*) ((mutex)->static_mutex.pad)) : \\
+ (g_thread_use_default_impl ? ((GMutex*)(gpointer) ((mutex)->static_mutex.pad)) : \\
g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
-@@ -48346,24 +48346,39 @@
+@@ -48272,24 +48267,39 @@
void *dummy_pointer;
long dummy_long;
};
@@ -127,7 +132,7 @@
#define GLONG_TO_LE(val) ((glong) GINT${glongbits}_TO_LE (val))
#define GULONG_TO_LE(val) ((gulong) GUINT${glongbits}_TO_LE (val))
#define GLONG_TO_BE(val) ((glong) GINT${glongbits}_TO_BE (val))
-@@ -48372,7 +48387,11 @@
+@@ -48298,7 +48308,11 @@
#define GUINT_TO_LE(val) ((guint) GUINT${gintbits}_TO_LE (val))
#define GINT_TO_BE(val) ((gint) GINT${gintbits}_TO_BE (val))
#define GUINT_TO_BE(val) ((guint) GUINT${gintbits}_TO_BE (val))
Modified: trunk/dports/devel/glib2-devel/files/patch-gi18n.h.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-gi18n.h.diff 2008-11-06 07:05:53 UTC (rev 41558)
+++ trunk/dports/devel/glib2-devel/files/patch-gi18n.h.diff 2008-11-06 08:04:01 UTC (rev 41559)
@@ -1,6 +1,6 @@
---- glib/gi18n.h 2008-02-11 11:14:22.000000000 -0600
-+++ glib/gi18n.h 2008-02-22 12:09:30.000000000 -0600
-@@ -24,7 +24,9 @@
+--- glib/gi18n.h 2008-10-16 17:23:51.000000000 -0500
++++ glib/gi18n.h 2008-11-04 13:32:30.000000000 -0600
+@@ -27,7 +27,9 @@
#define _(String) gettext (String)
#define Q_(String) g_dpgettext (NULL, String, 0)
@@ -8,5 +8,5 @@
#define N_(String) (String)
+#endif
#define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1)
+ #define NC_(Context, String) (String)
-
Modified: trunk/dports/devel/glib2-devel/files/patch-gutils.c.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-gutils.c.diff 2008-11-06 07:05:53 UTC (rev 41558)
+++ trunk/dports/devel/glib2-devel/files/patch-gutils.c.diff 2008-11-06 08:04:01 UTC (rev 41559)
@@ -1,6 +1,6 @@
---- glib/gutils.c.orig 2005-09-28 00:06:16.000000000 -0700
-+++ glib/gutils.c 2005-09-28 00:06:48.000000000 -0700
-@@ -48,6 +48,7 @@
+--- glib/gutils.c 2008-10-16 17:23:51.000000000 -0500
++++ glib/gutils.c 2008-11-04 13:34:25.000000000 -0600
+@@ -51,6 +51,7 @@
#endif
#ifdef HAVE_CRT_EXTERNS_H
#include <crt_externs.h> /* for _NSGetEnviron */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/15589f3b/attachment.html>
More information about the macports-changes
mailing list