Commits
Ken Cunningham authored 7f568b06951
18 18 | github.setup macports macports-legacy-support 0.9 v |
19 19 | checksums rmd160 4f9dc8cee3bbbabf5d025270edff0039af2ca525 \ |
20 20 | sha256 37af545d422ff41ba7b79f045f794af36985f7b29e43af953199242cf442b64a \ |
21 21 | size 27205 |
22 22 | } |
23 23 | |
24 24 | subport ${name}-devel { |
25 25 | conflicts ${name} |
26 26 | github.setup macports macports-legacy-support 5607e8902a9569b27ed4917bc0aeac55c10796b5 |
27 27 | version 20190308 |
28 + | revision 1 |
28 29 | livecheck.type none |
29 30 | checksums rmd160 d74ee47542e46b534a9dcbe29386900665e7bcea \ |
30 31 | sha256 cb338e120ade088c1296c827d85816c34bfb50e95eb51835979b52ff787d51f5 \ |
31 32 | size 33098 |
32 33 | } |
33 34 | |
34 35 | use_configure no |
35 36 | |
36 37 | test.run yes |
37 38 | test.target test |
43 44 | CC="${configure.cc}" \ |
44 45 | CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ |
45 46 | LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \ |
46 47 | PREFIX=${prefix} |
47 48 | |
48 49 | destroot.env PREFIX=${prefix} |
49 50 | |
50 51 | post-destroot { |
51 52 | if { ${subport} eq "${name}-devel" } { |
52 53 | platform darwin 8 { |
53 - | # install Tiger-specific fixes |
54 - | copy ${worksrcpath}/tiger_only/include/libproc.h \ |
55 - | ${destroot}${prefix}/include/LegacySupport/libproc.h |
54 + | # install Tiger-specific fixes -- not quite ready |
55 + | #copy ${worksrcpath}/tiger_only/include/libproc.h \ |
56 + | # ${destroot}${prefix}/include/LegacySupport/libproc.h |
56 57 | |
57 - | copy ${worksrcpath}/tiger_only/include/sys/proc_info.h \ |
58 - | ${destroot}${prefix}/include/LegacySupport/sys/proc_info.h |
58 + | #copy ${worksrcpath}/tiger_only/include/sys/proc_info.h \ |
59 + | # ${destroot}${prefix}/include/LegacySupport/sys/proc_info.h |
59 60 | |
60 61 | copy ${worksrcpath}/tiger_only/bin/which \ |
61 62 | ${destroot}${prefix}/bin/which |
62 63 | } |
63 64 | } |
64 65 | } |