[133655] trunk/dports/devel/libunwind

jeremyhu at macports.org jeremyhu at macports.org
Sat Mar 7 21:36:15 PST 2015


Revision: 133655
          https://trac.macports.org/changeset/133655
Author:   jeremyhu at macports.org
Date:     2015-03-07 21:36:15 -0800 (Sat, 07 Mar 2015)
Log Message:
-----------
libunwind: Bump to 3.6.0

Modified Paths:
--------------
    trunk/dports/devel/libunwind/Portfile

Added Paths:
-----------
    trunk/dports/devel/libunwind/files/1001-Define-__STDC_FORMAT_MACROS-to-bring-in-format-macro.patch

Modified: trunk/dports/devel/libunwind/Portfile
===================================================================
--- trunk/dports/devel/libunwind/Portfile	2015-03-08 05:33:25 UTC (rev 133654)
+++ trunk/dports/devel/libunwind/Portfile	2015-03-08 05:36:15 UTC (rev 133655)
@@ -4,9 +4,8 @@
 PortGroup               compiler_blacklist_versions 1.0
 
 name                    libunwind
-version                 3.5.0
-revision                4
-subport ${name}-headers { revision 7 }
+version                 3.6.0
+subport ${name}-headers { }
 epoch                   1
 categories              devel
 platforms               darwin
@@ -26,8 +25,8 @@
 use_xz                  yes
 distname                libcxxabi-${version}.src
 
-checksums               rmd160  e4db7c7b07580304c5ae9cf03895d7b6470ecd0b \
-                        sha256  53c6be6a2dd2371f6d92c968cb8a59fbe13c6153583025433df067f706bfacd9
+checksums               rmd160  bdbc09554b5427fedcc66f72058da3d3618a7692 \
+                        sha256  f78bcfdb8015272f28d70f5546a544b5bdae5d92862711e8ecb9b24387d994f5
 
 use_configure           no
 
@@ -42,7 +41,8 @@
     0004-libunwind-Use-__builtin_trap-rather-than-__builtin_u.patch \
     0005-libunwind-ppc-build-fix.patch \
     0006-libunwind-Only-include-Availability.h-on-Leopard-and.patch \
-    0008-libunwind-MacPorts-availability.patch
+    0008-libunwind-MacPorts-availability.patch \
+    1001-Define-__STDC_FORMAT_MACROS-to-bring-in-format-macro.patch
 
 post-patch {
     if {${os.major} < 9} {

Added: trunk/dports/devel/libunwind/files/1001-Define-__STDC_FORMAT_MACROS-to-bring-in-format-macro.patch
===================================================================
--- trunk/dports/devel/libunwind/files/1001-Define-__STDC_FORMAT_MACROS-to-bring-in-format-macro.patch	                        (rev 0)
+++ trunk/dports/devel/libunwind/files/1001-Define-__STDC_FORMAT_MACROS-to-bring-in-format-macro.patch	2015-03-08 05:36:15 UTC (rev 133655)
@@ -0,0 +1,29 @@
+From 60bbc7ef1f64c92c0a6819fd2c5558d266d5063d Mon Sep 17 00:00:00 2001
+From: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
+Date: Sat, 7 Mar 2015 19:58:56 -0800
+Subject: [PATCH] Define __STDC_FORMAT_MACROS to bring in format macros when
+ including <inttypes.h> in C++ code
+
+Fixes regression from: 1f22bd54e8565959c1d2c3ed7384cb77e18d0807
+
+Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
+CC: Dan Albert <danalbert at google.com>
+---
+ src/Unwind/DwarfParser.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/Unwind/DwarfParser.hpp b/src/Unwind/DwarfParser.hpp
+index f6ef738..0c24dc6 100644
+--- a/src/Unwind/DwarfParser.hpp
++++ b/src/Unwind/DwarfParser.hpp
+@@ -13,6 +13,7 @@
+ #ifndef __DWARF_PARSER_HPP__
+ #define __DWARF_PARSER_HPP__
+ 
++#define __STDC_FORMAT_MACROS 1
+ #include <inttypes.h>
+ #include <stdint.h>
+ #include <stdio.h>
+-- 
+2.3.1
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150307/8966ffd7/attachment.html>


More information about the macports-changes mailing list