[104905] trunk/dports/devel/cctools-headers/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Thu Apr 4 14:24:12 PDT 2013
Revision: 104905
https://trac.macports.org/changeset/104905
Author: jeremyhu at macports.org
Date: 2013-04-04 14:24:12 -0700 (Thu, 04 Apr 2013)
Log Message:
-----------
cctools-headers: Don't install mach/machine.h (#38667).
Modified Paths:
--------------
trunk/dports/devel/cctools-headers/Portfile
Modified: trunk/dports/devel/cctools-headers/Portfile
===================================================================
--- trunk/dports/devel/cctools-headers/Portfile 2013-04-04 21:22:22 UTC (rev 104904)
+++ trunk/dports/devel/cctools-headers/Portfile 2013-04-04 21:24:12 UTC (rev 104905)
@@ -3,7 +3,6 @@
PortSystem 1.0
name cctools-headers
version 836
-set xnu_headers_version 2050.18.24
categories devel
platforms darwin
maintainers jeremyhu openmaintainer
@@ -13,18 +12,13 @@
and Darwin. Similar to binutils on other platforms.
homepage http://opensource.apple.com/source/cctools/
-master_sites http://opensource.apple.com/tarballs/cctools/:cctools \
- http://opensource.apple.com/tarballs/xnu/:xnu
+master_sites http://opensource.apple.com/tarballs/cctools/
distname cctools-${version}
-distfiles cctools-${version}.tar.gz:cctools xnu-${xnu_headers_version}.tar.gz:xnu
checksums cctools-836.tar.gz \
rmd160 41c79e24a218f9257b644e63deaaa31c745d201d \
- sha256 d3deea7dd5a3b81505e2531fc3473d8779ee88989dfd9239db401a18c8cfe5b3 \
- xnu-2050.18.24.tar.gz \
- rmd160 e54a424b8b0dfe7d3a6f1305b64659d7b9e1ecbf \
- sha256 5d018b33efd9eebb05142958432b9a5058febe04a3b92ba5a16a285490a83445
+ sha256 d3deea7dd5a3b81505e2531fc3473d8779ee88989dfd9239db401a18c8cfe5b3
supported_archs noarch
universal_variant no
@@ -37,13 +31,6 @@
post-destroot {
file rename -force ${destroot}${prefix}/usr/include ${destroot}${prefix}/
file delete -force ${destroot}${prefix}/usr
-
- # cctools has older versions of the mach headers, so we get more recent
- # versions from xnu. Note that machine/vm_types.h is still obtained
- # from the HOST SDK. This just provides updated macros for new
- # architecture types.
- xinstall -d -m 755 ${destroot}${prefix}/include/mach
- xinstall -m 644 ${workpath}/xnu-${xnu_headers_version}/osfmk/mach/machine.h ${destroot}${prefix}/include/mach
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130404/8b1ee2a9/attachment.html>
More information about the macports-changes
mailing list