[127042] trunk/dports/devel/libunwind-headers/Portfile

mfeiri at macports.org mfeiri at macports.org
Sun Oct 19 14:56:45 PDT 2014


Revision: 127042
          https://trac.macports.org/changeset/127042
Author:   mfeiri at macports.org
Date:     2014-10-19 14:56:45 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
libunwind-headers: update to version 35.3 and move to DarwinX.sdk

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

Modified: trunk/dports/devel/libunwind-headers/Portfile
===================================================================
--- trunk/dports/devel/libunwind-headers/Portfile	2014-10-19 21:53:33 UTC (rev 127041)
+++ trunk/dports/devel/libunwind-headers/Portfile	2014-10-19 21:56:45 UTC (rev 127042)
@@ -3,8 +3,7 @@
 PortSystem              1.0
 
 name                    libunwind-headers
-version                 35.1
-revision                1
+version                 35.3
 categories              devel
 maintainers             mfeiri openmaintainer
 homepage                http://opensource.apple.com/source/libunwind/
@@ -20,11 +19,11 @@
                         library is included in the base operating system.
 
 distname                libunwind-${version}
-checksums               sha1    86908428aaa0ae6cec5038dc6eeb8b64dbb6cd63 \
-                        rmd160  6debb7f1a69d53ecb4512d5c9fa374ef34c4db0e \
-                        sha256  d88ecd5c37f0c0c4d18feb9be52e7b2363ef2709cd2eb36e2e205f3226110de1
+checksums               rmd160  b437cbfc3f72271e977ce1836662c8d92b993394 \
+                        sha256  2bcc95553a44fa3edca41993ccfac65ba267830cb37c85dca760b34094722e56
 
-patchfiles tiger-Unwind_GetIPInfo.patch 
+depends_run             port:CarbonHeaders
+patchfiles              tiger-Unwind_GetIPInfo.patch
 
 post-patch { 
     reinplace "s|/usr/local|${prefix}|g" \
@@ -73,11 +72,11 @@
 build {}
 
 destroot {
-    system "ditto ${worksrcpath}/include ${destroot}${prefix}/include"
-    xinstall -d ${destroot}${prefix}/include/libunwind
-    eval xinstall [glob ${worksrcpath}/src/*.h{,pp}] ${destroot}${prefix}/include/libunwind
-
-    file delete ${destroot}${prefix}/include/libunwind/libunwind_priv.h
+    # public, included in system headers since darwin10
+    system "ditto ${worksrcpath}/include ${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include"
+    # internal, only used by ld64, but redundant since ld64 @127
+    xinstall -d ${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include/libunwind
+    eval xinstall [glob ${worksrcpath}/src/*.h{,pp}] ${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include/libunwind
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/4ab279ed/attachment-0001.html>


More information about the macports-changes mailing list