Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: ports/perl/pkg_info

Issue 1749283002: Update bug URLs from naclports to webports (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ports/libyuv/build.sh ('k') | ports/physfs/pkg_info » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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)
OLDNEW
« no previous file with comments | « ports/libyuv/build.sh ('k') | ports/physfs/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698