| OLD | NEW |
| 1 Name: icu | 1 Name: icu |
| 2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
| 3 Version: 4.6 | 3 Version: 4.6 |
| 4 License: MIT | 4 License: MIT |
| 5 Security Critical: yes | 5 Security Critical: yes |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 This directory contains the source code of ICU 4.6 for C/C++ | 8 This directory contains the source code of ICU 4.6 for C/C++ |
| 9 | 9 |
| 10 1. It was obtained with the following: | 10 1. It was obtained with the following: |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 In case the file has to be updated you can do: | 27 In case the file has to be updated you can do: |
| 28 cd /home/ports/textproc/icu4c && make configure | 28 cd /home/ports/textproc/icu4c && make configure |
| 29 | 29 |
| 30 - Rename it to 'plinux.h', 'pfreebsd.h', 'popenbsd.h' and 'pmac.h' | 30 - Rename it to 'plinux.h', 'pfreebsd.h', 'popenbsd.h' and 'pmac.h' |
| 31 | 31 |
| 32 - Apply patches/pmach.h.patch on Mac to pmac.h | 32 - Apply patches/pmach.h.patch on Mac to pmac.h |
| 33 | 33 |
| 34 - On Android, the pandroid.h was generated by copying plinux.h to | 34 - On Android, the pandroid.h was generated by copying plinux.h to |
| 35 pandroid.h and applying the patches/pandroid.h.patch. | 35 pandroid.h and applying the patches/pandroid.h.patch. |
| 36 | 36 |
| 37 - Apply the CL at https://codereview.chromium.org/15973007/ to plinux.h |
| 38 |
| 37 3. The following directories were removed because they're not used by Chromium | 39 3. The following directories were removed because they're not used by Chromium |
| 38 at the moment: | 40 at the moment: |
| 39 as_is | 41 as_is |
| 40 packaging | 42 packaging |
| 41 source/extra | 43 source/extra |
| 42 source/sample | 44 source/sample |
| 43 source/layout | 45 source/layout |
| 44 source/layoutex | 46 source/layoutex |
| 45 | 47 |
| 46 | 48 |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 - patches/ios_timezone.patch | 241 - patches/ios_timezone.patch |
| 240 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 | 242 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 |
| 241 - http://bugs.icu-project.org/trac/ticket/8661 | 243 - http://bugs.icu-project.org/trac/ticket/8661 |
| 242 | 244 |
| 243 23. Fix a buffer overflow in utext | 245 23. Fix a buffer overflow in utext |
| 244 - patches/utext.patch | 246 - patches/utext.patch |
| 245 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 | 247 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 |
| 246 | 248 |
| 247 24. Fix compilation errors on VS2012. | 249 24. Fix compilation errors on VS2012. |
| 248 - patches/vs2012.patch | 250 - patches/vs2012.patch |
| OLD | NEW |