Changeset 79309
- Timestamp:
- 06/08/11 18:03:39 (4 years ago)
- Location:
- trunk/dports/devel/glib2-devel
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
Portfile (modified) (4 diffs)
-
files/patch-child-test.c.diff (deleted)
-
files/patch-configure.ac.diff (modified) (8 diffs)
-
files/patch-glib_gbitlock.c.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/glib2-devel/Portfile
r79246 r79309 8 8 conflicts glib2 9 9 set my_name glib 10 version 2.29.4 11 revision 1 10 version 2.29.6 12 11 set branch [join [lrange [split ${version} .] 0 1] .] 13 12 categories devel … … 30 29 ftp://ftp.gtk.org/pub/${my_name}/${branch}/ 31 30 32 checksums sha1 9cf943d611de84df7ebcf46a2492adb71f75a125\33 rmd160 3006ee1ad11a050279d177f0910326d88529cf1f31 checksums sha1 173d6f5fea773c99b03336438db415c155e3316c \ 32 rmd160 45153972fd960a9efc982dd0265eb06f3cce855a 34 33 35 34 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h … … 37 36 patchfiles patch-configure.ac.diff \ 38 37 patch-glib-2.0.pc.in.diff \ 38 patch-glib_gbitlock.c.diff \ 39 39 patch-glib_gunicollate.c.diff \ 40 40 patch-gi18n.h.diff \ … … 86 86 } 87 87 88 platform darwin {89 patchfiles-append patch-child-test.c.diff90 }91 92 88 build.args V=1 93 89 -
trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff
r78392 r79309 1 --- configure.ac.orig 2011-0 5-04 13:53:01.000000000 -05002 +++ configure.ac 2011-0 5-06 01:45:28.000000000 -05003 @@ -303 6,18 +3036,32 @@1 --- configure.ac.orig 2011-06-04 18:05:51.000000000 -0500 2 +++ configure.ac 2011-06-05 18:35:38.000000000 -0500 3 @@ -3031,18 +3031,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 9,9 +3073,15 @@43 @@ -3054,9 +3068,15 @@ 44 44 45 45 cat >>$outfile <<_______EOF … … 60 60 _______EOF 61 61 62 @@ -308 9,18 +3109,33 @@62 @@ -3084,18 +3104,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 6,13 +3251,29 @@105 @@ -3211,13 +3246,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 6,7 +3297,11 @@137 @@ -3241,7 +3292,11 @@ 138 138 typedef union _GSystemThread GSystemThread; 139 139 union _GSystemThread … … 148 148 void *dummy_pointer; 149 149 long dummy_long; 150 @@ -32 54,34 +3309,61@@150 @@ -3249,7 +3304,9 @@ 151 151 _______EOF 152 152 if test x"$g_memory_barrier_needed" != xno; then … … 156 156 + echo "#endif" >>$outfile 157 157 fi 158 159 echo >>$outfile 158 if test x"$g_gcc_atomic_ops" != xno; then 159 echo >>$outfile 160 @@ -3259,27 +3316,52 @@ 160 161 g_bit_sizes="16 32 64" 161 162 for bits in $g_bit_sizes; do … … 223 224 #define GLIB_SYSDEF_POLLIN =$g_pollin 224 225 #define GLIB_SYSDEF_POLLOUT =$g_pollout 225 @@ -356 6,10 +3648,10 @@226 @@ -3564,10 +3646,10 @@ 226 227 *) glib_vacopy='' 227 228 esac
Note: See TracChangeset
for help on using the changeset viewer.

