Changeset 79486
- Timestamp:
- 06/15/11 12:28:29 (4 years ago)
- Location:
- trunk/dports/devel/glib2-devel
- Files:
-
- 1 deleted
- 3 edited
-
Portfile (modified) (3 diffs)
-
files/patch-configure.ac.diff (modified) (8 diffs)
-
files/patch-gio_gdbusprivate.c.diff (modified) (1 diff)
-
files/patch-glib_gbitlock.c.diff (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/glib2-devel/Portfile
r79309 r79486 8 8 conflicts glib2 9 9 set my_name glib 10 version 2.29. 610 version 2.29.8 11 11 set branch [join [lrange [split ${version} .] 0 1] .] 12 12 categories devel … … 29 29 ftp://ftp.gtk.org/pub/${my_name}/${branch}/ 30 30 31 checksums sha1 173d6f5fea773c99b03336438db415c155e3316c\32 rmd160 45153972fd960a9efc982dd0265eb06f3cce855a31 checksums sha1 eafe1fe1cc5b5465917fc15b034d525ef5799196 \ 32 rmd160 21b300505ad1b460a1bd81ebb2081df4dc07bad4 33 33 34 34 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h … … 36 36 patchfiles patch-configure.ac.diff \ 37 37 patch-glib-2.0.pc.in.diff \ 38 patch-glib_gbitlock.c.diff \39 38 patch-glib_gunicollate.c.diff \ 40 39 patch-gi18n.h.diff \ -
trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff
r79309 r79486 1 --- configure.ac.orig 2011-06- 04 18:05:51.000000000 -05002 +++ configure.ac 2011-06- 05 18:35:38.000000000 -05003 @@ -303 1,18 +3031,32 @@1 --- configure.ac.orig 2011-06-13 22:20:32.000000000 -0500 2 +++ configure.ac 2011-06-15 14:11:01.000000000 -0500 3 @@ -3036,18 +3036,32 @@ 4 4 cat >>$outfile <<_______EOF 5 5 #define G_HAVE_GINT64 1 /* deprecated, always true */ … … 41 41 else 42 42 cat >>$outfile <<_______EOF 43 @@ -305 4,9 +3068,15 @@43 @@ -3059,9 +3073,15 @@ 44 44 45 45 cat >>$outfile <<_______EOF … … 60 60 _______EOF 61 61 62 @@ -308 4,18 +3104,33 @@62 @@ -3089,18 +3109,33 @@ 63 63 if test -z "$glib_unknown_void_p"; then 64 64 cat >>$outfile <<_______EOF … … 103 103 else 104 104 echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile 105 @@ -321 1,13 +3246,29 @@105 @@ -3216,13 +3251,29 @@ 106 106 { 107 107 struct _GMutex *runtime_mutex; … … 135 135 (g_thread_use_default_impl ? ((GMutex*)(gpointer) ((mutex)->static_mutex.pad)) : \\ 136 136 g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex))) 137 @@ -324 1,7 +3292,11 @@137 @@ -3246,7 +3297,11 @@ 138 138 typedef union _GSystemThread GSystemThread; 139 139 union _GSystemThread … … 148 148 void *dummy_pointer; 149 149 long dummy_long; 150 @@ -32 49,7 +3304,9 @@150 @@ -3254,7 +3309,9 @@ 151 151 _______EOF 152 152 if test x"$g_memory_barrier_needed" != xno; then … … 158 158 if test x"$g_gcc_atomic_ops" != xno; then 159 159 echo >>$outfile 160 @@ -32 59,27 +3316,52 @@160 @@ -3264,27 +3321,52 @@ 161 161 g_bit_sizes="16 32 64" 162 162 for bits in $g_bit_sizes; do … … 224 224 #define GLIB_SYSDEF_POLLIN =$g_pollin 225 225 #define GLIB_SYSDEF_POLLOUT =$g_pollout 226 @@ -356 4,10 +3646,10 @@226 @@ -3569,10 +3651,10 @@ 227 227 *) glib_vacopy='' 228 228 esac -
trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff
r77802 r79486 1 --- gio/gdbusprivate.c.orig 2011-0 4-11 23:42:20.000000000 -05002 +++ gio/gdbusprivate.c 2011-0 4-13 20:35:55.000000000 -05003 @@ -17 61,12 +1761,12 @@1 --- gio/gdbusprivate.c.orig 2011-06-05 19:39:48.000000000 -0500 2 +++ gio/gdbusprivate.c 2011-06-15 14:11:02.000000000 -0500 3 @@ -1709,12 +1709,12 @@ 4 4 gchar *ret; 5 5 /* TODO: use PACKAGE_LOCALSTATEDIR ? */
Note: See TracChangeset
for help on using the changeset viewer.

