| 1 | ./math/GiNaC/Portfile-platform darwin 6 { |
|---|
| 2 | ./math/GiNaC/Portfile: return -code error "GiNaC is not supported on Jaguar (OS X 10.2.x)." |
|---|
| 3 | ./math/GiNaC/Portfile-platform darwin 7 { |
|---|
| 4 | ./math/GiNaC/Portfile: return -code error "GiNaC is not supported on Panther (OS X 10.3.x)." |
|---|
| 5 | -- |
|---|
| 6 | ./math/cln/Portfile-platform darwin 6 { |
|---|
| 7 | ./math/cln/Portfile: return -code error "cln is not supported on Jaguar (OS X 10.2.x)" |
|---|
| 8 | ./math/cln/Portfile-platform darwin 7 { |
|---|
| 9 | ./math/cln/Portfile: return -code error "cln is not supported on Panther (OS X 10.3.x)" |
|---|
| 10 | -- |
|---|
| 11 | ./lang/ghc/Portfile-platform darwin 6 { |
|---|
| 12 | ./lang/ghc/Portfile: return -code error "${name} is not supported on Mac OS X 10.2.x (Jaguar)" |
|---|
| 13 | -- |
|---|
| 14 | ./math/nestedsums/Portfile-platform darwin 6 { |
|---|
| 15 | ./math/nestedsums/Portfile: return -code error "nesteedsums is not supported on Jaguar (OS X 10.2.x)." |
|---|
| 16 | ./math/nestedsums/Portfile-platform darwin 7 { |
|---|
| 17 | ./math/nestedsums/Portfile: return -code error "nesteedsums is not supported on Panther (OS X 10.3.x)." |
|---|
| 18 | -- |
|---|
| 19 | ./mail/qmail-spamcontrol/Portfile-platform darwin 6 { |
|---|
| 20 | ./mail/qmail-spamcontrol/Portfile: return -code error "${name} requires Mac OS X 10.3 or newer." |
|---|
| 21 | -- |
|---|
| 22 | ./science/xloops/Portfile-platform darwin 6 { |
|---|
| 23 | ./science/xloops/Portfile: return -code error "xloops is not supported on Jaguar (OS X 10.2.x)" |
|---|