Changeset 79276
- Timestamp:
- 06/07/11 21:35:52 (4 years ago)
- Location:
- trunk/dports/devel/glib2
- Files:
-
- 1 deleted
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-child-test.c.diff (deleted)
-
files/patch-configure.ac.diff (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/glib2/Portfile
r79246 r79276 8 8 conflicts glib2-devel 9 9 set my_name glib 10 version 2.28. 710 version 2.28.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 82ea79fc2c73df29da1c6d33e0fa027e6c77ec68 \32 rmd160 1fbb64463d89478f0e7b4c4c8818ee6644c1775131 checksums sha1 20cd63705a8805260da0320c65b979233f2e3c18 \ 32 rmd160 f087a71445eb40fae5eab45a14cb74d4e239d5e6 33 33 34 34 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h … … 77 77 } 78 78 79 platform darwin {80 patchfiles-append patch-child-test.c.diff81 }82 83 79 build.args V=1 84 80 -
trunk/dports/devel/glib2/files/patch-configure.ac.diff
r77847 r79276 1 --- configure.ac.orig 2011-0 4-13 17:55:29.000000000 -05002 +++ configure.ac 2011-0 4-14 16:47:09.000000000 -05003 @@ -298 5,18 +2985,32 @@1 --- configure.ac.orig 2011-06-05 18:18:49.000000000 -0500 2 +++ configure.ac 2011-06-07 23:20:56.000000000 -0500 3 @@ -2984,18 +2984,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 @@ -300 8,9 +3022,15 @@43 @@ -3007,9 +3021,15 @@ 44 44 45 45 cat >>$outfile <<_______EOF … … 60 60 _______EOF 61 61 62 @@ -303 8,18 +3058,33 @@62 @@ -3037,18 +3057,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 @@ -316 5,13 +3200,29 @@105 @@ -3164,13 +3199,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 @@ -319 5,7 +3246,11 @@137 @@ -3194,7 +3245,11 @@ 138 138 typedef union _GSystemThread GSystemThread; 139 139 union _GSystemThread … … 148 148 void *dummy_pointer; 149 149 long dummy_long; 150 @@ -320 3,34 +3258,61 @@150 @@ -3202,34 +3257,61 @@ 151 151 _______EOF 152 152 if test x"$g_memory_barrier_needed" != xno; then … … 223 223 #define GLIB_SYSDEF_POLLIN =$g_pollin 224 224 #define GLIB_SYSDEF_POLLOUT =$g_pollout 225 @@ -351 5,10 +3597,10 @@225 @@ -3514,10 +3596,10 @@ 226 226 *) glib_vacopy='' 227 227 esac
Note: See TracChangeset
for help on using the changeset viewer.

