| OLD | NEW |
| 1 NAME=perl | 1 NAME=perl |
| 2 VERSION=5.20.2 | 2 VERSION=5.20.2 |
| 3 URL=http://www.cpan.org/src/5.0/perl-5.20.2.tar.gz | 3 URL=http://www.cpan.org/src/5.0/perl-5.20.2.tar.gz |
| 4 LICENSE=GPL | 4 LICENSE=GPL |
| 5 DEPENDS=(glibc-compat libtar nacl-spawn) | 5 DEPENDS=(glibc-compat libtar nacl-spawn) |
| 6 # build broken under mac | 6 # build broken under mac |
| 7 # TODO(agaurav77) remove this after the issue is resolved | 7 # TODO(agaurav77) remove this after the issue is resolved |
| 8 # issue at http://code.google.com/p/naclports/issues/detail?id=220 | 8 # issue at https://bugs.chromium.org/p/webports/issues/detail?id=220 |
| 9 BUILD_OS=linux | 9 BUILD_OS=linux |
| 10 SHA1=07263da0703d97733a4d51bf77192039462d4a5a | 10 SHA1=07263da0703d97733a4d51bf77192039462d4a5a |
| 11 # glibc/arm: missing sys/prctl.h | 11 # glibc/arm: missing sys/prctl.h |
| 12 # https://code.google.com/p/nativeclient/issues/detail?id=4250 | 12 # https://code.google.com/p/nativeclient/issues/detail?id=4250 |
| 13 DISABLED_TOOLCHAIN=(glibc/arm emscripten) | 13 DISABLED_TOOLCHAIN=(glibc/arm emscripten) |
| OLD | NEW |