Skip to content

Commit dff0347

Browse files
committed
nothing to see here
1 parent 23f2630 commit dff0347

32 files changed

+1170
-890
lines changed

devel/CarbonHeaders/Portfile

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# $Id$
2+
3+
PortSystem 1.0
4+
name CarbonHeaders
5+
version 18.1
6+
set xnu_headers_version 2050.18.24
7+
categories devel
8+
platforms darwin
9+
maintainers mfeiri openmaintainer
10+
license APSL-2
11+
description Essential preprocessor definitions for OS X and Darwin
12+
long_description A set of headers with essential preprocessor \
13+
definitions for Mac OS X and Darwin.
14+
15+
homepage http://opensource.apple.com/source/${name}/
16+
master_sites http://opensource.apple.com/tarballs/CarbonHeaders/:CarbonHeaders \
17+
http://opensource.apple.com/tarballs/xnu/:xnu
18+
19+
distfiles ${distname}.tar.gz:CarbonHeaders \
20+
xnu-${xnu_headers_version}.tar.gz:xnu
21+
22+
checksums ${distname}.tar.gz \
23+
rmd160 b9bb7659da27a90cc469a89cd82d88b3b7e6774d \
24+
sha256 5961f9b951c9905b78aab87e0dba1d85a9352bfee6509b9337b9b343501255fd \
25+
xnu-${xnu_headers_version}.tar.gz \
26+
rmd160 e54a424b8b0dfe7d3a6f1305b64659d7b9e1ecbf \
27+
sha256 5d018b33efd9eebb05142958432b9a5058febe04a3b92ba5a16a285490a83445
28+
29+
supported_archs noarch
30+
universal_variant no
31+
use_configure no
32+
33+
build {
34+
foreach s "@CONFIG_EMBEDDED@ @CONFIG_IPHONE@ @CONFIG_IPHONE_SIMULATOR@" {
35+
reinplace "s|${s}|0|g" ${worksrcpath}/TargetConditionals.h
36+
}
37+
}
38+
39+
destroot {
40+
foreach x "AssertMacros TargetConditionals" {
41+
xinstall -m 644 ${worksrcpath}/${x}.h ${destroot}${prefix}/include/
42+
}
43+
44+
foreach y "Availability AvailabilityInternal AvailabilityMacros" {
45+
xinstall -m 644 \
46+
${workpath}/xnu-${xnu_headers_version}/EXTERNAL_HEADERS/${y}.h \
47+
${destroot}${prefix}/include/
48+
}
49+
}
50+
51+
livecheck.type regex
52+
livecheck.regex "${name}-(\[\\d.\]+)"

devel/CoreOSMakefiles/Portfile

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
PortSystem 1.0
1+
# $Id$
22

3+
PortSystem 1.0
34
name CoreOSMakefiles
4-
version 77
5+
version 75
56
categories devel
6-
platforms any
7+
platforms darwin
78
maintainers nomaintainer
89
license APSL-1.1
910
description Darwin Core OS Common Makefiles
@@ -12,17 +13,13 @@ long_description These are some makefiles which are required to build \
1213
implies MAKEFILEPATH=${prefix}/share/Makefiles
1314

1415
homepage http://opensource.apple.com/source/${name}/
15-
master_sites https://github.com/apple-oss-distributions/${name}/archive
16-
17-
checksums rmd160 aa7a5724907a0719ea6c1c39c96ad2a11adaec56 \
18-
sha256 b8bf4c3fa727d71615665322bb22813eda15962544df5238cc37aa606bda276c \
19-
size 17200
16+
master_sites http://opensource.apple.com/tarballs/${name}/
2017

21-
# handle stealth update; remove with next version change
22-
dist_subdir ${name}/${version}_1
23-
worksrcdir ${name}-${distname}
18+
checksums rmd160 9e004a77bd798c2c58c08c8867b7530ccf81038d \
19+
sha256 0d983ebfebc75c613639c85ad93bf1bcaca6a8c70c6fe3bd8caa3d7587e99f9d
2420

2521
supported_archs noarch
22+
universal_variant no
2623
use_configure no
2724

2825
depends_build path:bin/unifdef:developer_cmds

devel/bootstrap_cmds/Portfile

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1+
# $Id$
2+
13
PortSystem 1.0
24
PortGroup xcode 1.0
35

46
name bootstrap_cmds
5-
version 121.100.1
7+
version 85
8+
revision 1
69
epoch 1
710
categories devel
8-
maintainers nomaintainer
11+
maintainers mfeiri openmaintainer
912
homepage http://opensource.apple.com/source/${name}/
10-
master_sites https://github.com/apple-oss-distributions/${name}/archive
13+
master_sites http://opensource.apple.com/tarballs/${name}/
1114
license APSL-2
1215
installs_libs no
1316
description Darwin Core OS Bootstrap Commands
1417
long_description Bootstrapping tools like the Mach Interface \
1518
Generator (MIG) required to build the XNU kernel.
1619

17-
checksums rmd160 f297049f1f8e43d1d53ba1d47d268e81f1ba1e0f \
18-
sha256 c119228064f6e3f12dc22c38b9966aa36d9e89b78405e139fc2e75df399f62e3 \
19-
size 108737
20+
checksums rmd160 1ad5a860fb3f907d86ae31b1bf0c2ab2b7e95fca \
21+
sha256 0603f6c73db38130742fe9742cff9d47cc5bc60d02d16e21d18239cfbf1c9f4f
2022

2123
xcode.target migcom
2224
xcode.destroot.path ${prefix}/bin
2325

24-
patchfiles cc_fallback.patch
2526

2627
# for replath and decomment
2728
if {${os.major} < 12} {
2829
version 80
29-
revision 5
30-
checksums rmd160 772c9bf34e1f65ca5850b2cbc604504e60b8f117 \
31-
sha256 446cb2090064496a0ee9043415d8e9bf6b1695d2cfffc4e2b31b4975ed02d914 \
32-
size 279127
30+
revision 4
31+
checksums rmd160 072e399562eb021e4fa0cd66132153afcc02f417 \
32+
sha256 2ae65cd2ca6f0f684b25aad46a649aeb95a774d06a8287c59962fba42900a2fc
3333

3434
supported_archs i386 ppc
3535
xcode.project migcom.tproj/migcom.xcodeproj
@@ -66,9 +66,5 @@ if {${os.major} < 12} {
6666

6767
}
6868

69-
# handle stealth update; remove with next version change
70-
dist_subdir ${name}/${version}_1
71-
worksrcdir ${name}-${distname}
72-
7369
livecheck.type regex
7470
livecheck.regex "${name}-(\[\\d.\]+)"

devel/cctools-headers/Portfile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# $Id$
2+
3+
PortSystem 1.0
4+
name cctools-headers
5+
version 836
6+
revision 1
7+
categories devel
8+
platforms darwin
9+
maintainers jeremyhu openmaintainer
10+
license APSL-2
11+
description Headers for compiler on Mac OS X and Darwin
12+
long_description A set of essential headers for compiler on Mac OS X \
13+
and Darwin. Similar to binutils on other platforms.
14+
15+
homepage http://opensource.apple.com/source/cctools/
16+
master_sites http://opensource.apple.com/tarballs/cctools/
17+
18+
distname cctools-${version}
19+
20+
checksums cctools-836.tar.gz \
21+
rmd160 41c79e24a218f9257b644e63deaaa31c745d201d \
22+
sha256 d3deea7dd5a3b81505e2531fc3473d8779ee88989dfd9239db401a18c8cfe5b3
23+
24+
supported_archs noarch
25+
universal_variant no
26+
use_configure no
27+
build {}
28+
29+
destroot.args DSTROOT=${destroot}${prefix} RC_ProjectSourceVersion=${version}
30+
destroot.target installhdrs
31+
32+
post-destroot {
33+
file rename -force ${destroot}${prefix}/usr/include ${destroot}${prefix}/
34+
file delete -force ${destroot}${prefix}/usr
35+
}
36+
37+
livecheck.type regex
38+
livecheck.regex "cctools-(\[\\d.\]+)"

0 commit comments

Comments
 (0)