[97963] trunk/dports/devel/boehmgc

ryandesign at macports.org ryandesign at macports.org
Thu Sep 20 20:19:27 PDT 2012


Revision: 97963
          http://trac.macports.org//changeset/97963
Author:   ryandesign at macports.org
Date:     2012-09-20 20:19:26 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
boehmgc: update to 7.2d (#36253)

Modified Paths:
--------------
    trunk/dports/devel/boehmgc/Portfile
    trunk/dports/devel/boehmgc/files/patch-misc.c.diff

Modified: trunk/dports/devel/boehmgc/Portfile
===================================================================
--- trunk/dports/devel/boehmgc/Portfile	2012-09-21 02:10:59 UTC (rev 97962)
+++ trunk/dports/devel/boehmgc/Portfile	2012-09-21 03:19:26 UTC (rev 97963)
@@ -5,8 +5,7 @@
 
 name		boehmgc
 conflicts       boehmgc-devel
-version		7.2c
-revision	1
+version         7.2d
 categories	devel
 license		Permissive
 maintainers	nomaintainer
@@ -23,8 +22,8 @@
 distname	${d_name}-${version}
 worksrcdir	${d_name}-[strsed ${version} g/\[^0-9.\].*//]
 
-checksums           rmd160  e7e421987f8cac240781bfd65b9f3d4417bf6711 \
-                    sha256  5109c0bb38591d72f8387b2b0be345f4fe4e92cfa88e153431db5a4dd110817c
+checksums       rmd160  e3e191de01cc0f5b3b2570842e897c11fcc8d96d \
+                sha256  d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e
 
 configure.args  --with-threads=posix \
 		--enable-cplusplus \

Modified: trunk/dports/devel/boehmgc/files/patch-misc.c.diff
===================================================================
--- trunk/dports/devel/boehmgc/files/patch-misc.c.diff	2012-09-21 02:10:59 UTC (rev 97962)
+++ trunk/dports/devel/boehmgc/files/patch-misc.c.diff	2012-09-21 03:19:26 UTC (rev 97963)
@@ -1,5 +1,5 @@
---- misc.c.orig	2012-07-31 21:33:45.000000000 +0900
-+++ misc.c	2012-07-31 21:34:09.000000000 +0900
+--- misc.c.orig	2012-08-09 15:25:13.000000000 -0500
++++ misc.c	2012-09-20 22:13:57.000000000 -0500
 @@ -283,7 +283,7 @@
    /* not static because it could also be errorneously defined in .S     */
    /* file, so this error would be caught by the linker.                 */
@@ -7,5 +7,5 @@
 -  void * GC_clear_stack_inner(void *arg, ptr_t limit)
 +  void * GC_clear_stack_inner(void *arg, volatile ptr_t limit)
    {
-     word dummy[CLEAR_SIZE];
+     volatile word dummy[CLEAR_SIZE];
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120920/e72d40f0/attachment.html>


More information about the macports-changes mailing list