[65041] trunk/dports/devel/glib2
ryandesign at macports.org
ryandesign at macports.org
Sat Mar 20 03:09:38 PDT 2010
Revision: 65041
http://trac.macports.org/changeset/65041
Author: ryandesign at macports.org
Date: 2010-03-20 03:09:36 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
glib2: update to 2.22.5 and refresh the patch
Modified Paths:
--------------
trunk/dports/devel/glib2/Portfile
trunk/dports/devel/glib2/files/patch-configure.in.diff
Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2010-03-20 04:17:57 UTC (rev 65040)
+++ trunk/dports/devel/glib2/Portfile 2010-03-20 10:09:36 UTC (rev 65041)
@@ -5,8 +5,7 @@
name glib2
conflicts glib2-devel
set my_name glib
-version 2.22.4
-revision 1
+version 2.22.5
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign
@@ -30,10 +29,9 @@
gnome:sources/${my_name}/${branch}/ \
ftp://ftp.gtk.org/pub/${my_name}/${branch}/
-checksums \
- md5 d91bcbe27556430ddecce65086355708 \
- sha1 be135a25c233a199f043161777d31ac30e42f435 \
- rmd160 66dc6ec0f1b1d422f50f6d55700bee8d526318cc
+checksums md5 63413f704c2b07d6e81469b25cff5e60 \
+ sha1 a35acb06c3155937651aaffc1f1895c6e19a91a4 \
+ rmd160 2e2f06f956f63a75121b335e4150edc44f5e04f2
# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
# See http://trac.macports.org/changeset/27148
Modified: trunk/dports/devel/glib2/files/patch-configure.in.diff
===================================================================
--- trunk/dports/devel/glib2/files/patch-configure.in.diff 2010-03-20 04:17:57 UTC (rev 65040)
+++ trunk/dports/devel/glib2/files/patch-configure.in.diff 2010-03-20 10:09:36 UTC (rev 65041)
@@ -1,6 +1,6 @@
---- configure.in 2009-09-22 08:40:56.000000000 -0500
-+++ configure.in 2009-09-29 01:04:58.000000000 -0500
-@@ -2803,18 +2803,32 @@
+--- configure.in.orig 2010-03-15 21:38:46.000000000 -0500
++++ configure.in 2010-03-18 07:26:06.000000000 -0500
+@@ -2805,18 +2805,32 @@
cat >>$outfile <<_______EOF
#define G_HAVE_GINT64 1 /* deprecated, always true */
@@ -40,7 +40,7 @@
_______EOF
else
cat >>$outfile <<_______EOF
-@@ -2826,9 +2840,15 @@
+@@ -2828,9 +2842,15 @@
cat >>$outfile <<_______EOF
@@ -59,7 +59,7 @@
_______EOF
-@@ -2856,18 +2876,33 @@
+@@ -2858,18 +2878,33 @@
if test -z "$glib_unknown_void_p"; then
cat >>$outfile <<_______EOF
@@ -102,7 +102,7 @@
_______EOF
else
echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile
-@@ -2983,13 +3018,29 @@
+@@ -2985,13 +3020,29 @@
{
struct _GMutex *runtime_mutex;
union {
@@ -134,7 +134,7 @@
#define g_static_mutex_get_mutex(mutex) \\
(g_thread_use_default_impl ? ((GMutex*)(gpointer) ((mutex)->static_mutex.pad)) : \\
g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
-@@ -3013,7 +3064,11 @@
+@@ -3015,7 +3066,11 @@
typedef union _GSystemThread GSystemThread;
union _GSystemThread
{
@@ -147,7 +147,7 @@
double dummy_double;
void *dummy_pointer;
long dummy_long;
-@@ -3021,30 +3076,50 @@
+@@ -3023,30 +3078,50 @@
_______EOF
if test x"$g_memory_barrier_needed" != xno; then
echo >>$outfile
@@ -207,7 +207,7 @@
#define GLIB_SYSDEF_POLLIN =$g_pollin
#define GLIB_SYSDEF_POLLOUT =$g_pollout
-@@ -3328,10 +3403,10 @@
+@@ -3330,10 +3405,10 @@
*) glib_vacopy=''
esac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100320/80476afe/attachment.html>
More information about the macports-changes
mailing list