[41475] trunk/dports/devel/glib2
ryandesign at macports.org
ryandesign at macports.org
Mon Nov 3 20:47:46 PST 2008
Revision: 41475
http://trac.macports.org/changeset/41475
Author: ryandesign at macports.org
Date: 2008-11-03 20:47:46 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
glib2: update to 2.18.2; see #16975
Modified Paths:
--------------
trunk/dports/devel/glib2/Portfile
trunk/dports/devel/glib2/files/patch-configure.diff
Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2008-11-04 04:27:24 UTC (rev 41474)
+++ trunk/dports/devel/glib2/Portfile 2008-11-04 04:47:46 UTC (rev 41475)
@@ -4,7 +4,7 @@
name glib2
set my_name glib
-version 2.18.1
+version 2.18.2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign
@@ -27,9 +27,9 @@
# ftp://ftp.gtk.org/pub/${my_name}/${branch}/
checksums \
- md5 51a9a33f49a4896d4d95d8e980666b9e \
- sha1 d34a30cfccc8322dfe4198d26cf6bfc0210f141b \
- rmd160 264b37584419d983685910adde8f7b282eccc1ad
+ md5 d11a5cc5e08cff53349a3481816fdaff \
+ sha1 4eaf73feda42e8ecf00654f56e38f7fedd6a9266 \
+ rmd160 52df56375dd97c07837ae085dc045cf29d6f59a1
patchfiles \
patch-glib-2.0.pc.in.diff \
Modified: trunk/dports/devel/glib2/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/glib2/files/patch-configure.diff 2008-11-04 04:27:24 UTC (rev 41474)
+++ trunk/dports/devel/glib2/files/patch-configure.diff 2008-11-04 04:47:46 UTC (rev 41475)
@@ -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 09:41:13.000000000 -0500
++++ configure 2008-11-03 21:26:37.000000000 -0600
+@@ -31491,28 +31491,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
+@@ -42612,7 +42595,11 @@
$as_echo "$glib_cv_byte_contents_gmutex" >&6; }
cat >>confdefs.h <<_ACEOF
@@ -39,7 +44,7 @@
_ACEOF
-@@ -48265,10 +48257,13 @@
+@@ -48189,10 +48177,13 @@
_______EOF
fi
@@ -57,7 +62,7 @@
echo >>$outfile
-@@ -48317,7 +48312,12 @@
+@@ -48241,7 +48232,12 @@
long dummy_long;
} static_mutex;
};
@@ -71,7 +76,7 @@
#define g_static_mutex_get_mutex(mutex) \\
(g_thread_use_default_impl ? ((GMutex*) ((mutex)->static_mutex.pad)) : \\
g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
-@@ -48346,24 +48346,39 @@
+@@ -48270,24 +48266,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 @@
+@@ -48296,7 +48307,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))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/b0448a07/attachment.html>
More information about the macports-changes
mailing list