[79276] trunk/dports/devel/glib2
ryandesign at macports.org
ryandesign at macports.org
Tue Jun 7 21:35:52 PDT 2011
Revision: 79276
http://trac.macports.org/changeset/79276
Author: ryandesign at macports.org
Date: 2011-06-07 21:35:52 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
glib2: update to 2.28.8
Modified Paths:
--------------
trunk/dports/devel/glib2/Portfile
trunk/dports/devel/glib2/files/patch-configure.ac.diff
Removed Paths:
-------------
trunk/dports/devel/glib2/files/patch-child-test.c.diff
Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2011-06-08 04:35:29 UTC (rev 79275)
+++ trunk/dports/devel/glib2/Portfile 2011-06-08 04:35:52 UTC (rev 79276)
@@ -7,7 +7,7 @@
name glib2
conflicts glib2-devel
set my_name glib
-version 2.28.7
+version 2.28.8
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -28,8 +28,8 @@
master_sites gnome:sources/${my_name}/${branch}/ \
ftp://ftp.gtk.org/pub/${my_name}/${branch}/
-checksums sha1 82ea79fc2c73df29da1c6d33e0fa027e6c77ec68 \
- rmd160 1fbb64463d89478f0e7b4c4c8818ee6644c17751
+checksums sha1 20cd63705a8805260da0320c65b979233f2e3c18 \
+ rmd160 f087a71445eb40fae5eab45a14cb74d4e239d5e6
# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
# See http://trac.macports.org/changeset/27148
@@ -76,10 +76,6 @@
system "ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed"
}
-platform darwin {
- patchfiles-append patch-child-test.c.diff
-}
-
build.args V=1
test.run yes
Deleted: trunk/dports/devel/glib2/files/patch-child-test.c.diff
===================================================================
--- trunk/dports/devel/glib2/files/patch-child-test.c.diff 2011-06-08 04:35:29 UTC (rev 79275)
+++ trunk/dports/devel/glib2/files/patch-child-test.c.diff 2011-06-08 04:35:52 UTC (rev 79276)
@@ -1,11 +0,0 @@
---- tests/child-test.c 2008-11-23 23:45:21.000000000 -0600
-+++ tests/child-test.c 2008-11-28 16:30:29.000000000 -0600
-@@ -175,7 +175,7 @@
- #ifdef G_OS_WIN32
- system ("ipconfig /all");
- #else
-- system ("/bin/true");
-+ system ("/usr/bin/true");
- #endif
-
- alive = 2;
Modified: trunk/dports/devel/glib2/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/devel/glib2/files/patch-configure.ac.diff 2011-06-08 04:35:29 UTC (rev 79275)
+++ trunk/dports/devel/glib2/files/patch-configure.ac.diff 2011-06-08 04:35:52 UTC (rev 79276)
@@ -1,6 +1,6 @@
---- configure.ac.orig 2011-04-13 17:55:29.000000000 -0500
-+++ configure.ac 2011-04-14 16:47:09.000000000 -0500
-@@ -2985,18 +2985,32 @@
+--- configure.ac.orig 2011-06-05 18:18:49.000000000 -0500
++++ configure.ac 2011-06-07 23:20:56.000000000 -0500
+@@ -2984,18 +2984,32 @@
cat >>$outfile <<_______EOF
#define G_HAVE_GINT64 1 /* deprecated, always true */
@@ -40,7 +40,7 @@
_______EOF
else
cat >>$outfile <<_______EOF
-@@ -3008,9 +3022,15 @@
+@@ -3007,9 +3021,15 @@
cat >>$outfile <<_______EOF
@@ -59,7 +59,7 @@
_______EOF
-@@ -3038,18 +3058,33 @@
+@@ -3037,18 +3057,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
-@@ -3165,13 +3200,29 @@
+@@ -3164,13 +3199,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)))
-@@ -3195,7 +3246,11 @@
+@@ -3194,7 +3245,11 @@
typedef union _GSystemThread GSystemThread;
union _GSystemThread
{
@@ -147,7 +147,7 @@
double dummy_double;
void *dummy_pointer;
long dummy_long;
-@@ -3203,34 +3258,61 @@
+@@ -3202,34 +3257,61 @@
_______EOF
if test x"$g_memory_barrier_needed" != xno; then
echo >>$outfile
@@ -222,7 +222,7 @@
#define GLIB_SYSDEF_POLLIN =$g_pollin
#define GLIB_SYSDEF_POLLOUT =$g_pollout
-@@ -3515,10 +3597,10 @@
+@@ -3514,10 +3596,10 @@
*) glib_vacopy=''
esac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110607/ca92e91b/attachment.html>
More information about the macports-changes
mailing list