diff options
| author | Michael Gmelin <grembo@FreeBSD.org> | 2016-10-12 17:23:57 +0000 |
|---|---|---|
| committer | Michael Gmelin <grembo@FreeBSD.org> | 2016-10-12 17:23:57 +0000 |
| commit | ca88d4185442d186287d9694a0b5c4c8ae793b47 (patch) | |
| tree | a868f7556ba059bce352402316515733238a5f3e /devel/ice/files/patch-python-test-Slice-unicodePaths-run.py | |
| parent | Fix default command (diff) | |
Update ice ports to 3.6.3
A few critical patches got merged upstream, a few new were required
to maintain LibreSSL support and fix other new issues. Note that slice2py
moved from devel/py-ice to devel/ice.
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=423875
Diffstat (limited to 'devel/ice/files/patch-python-test-Slice-unicodePaths-run.py')
| -rw-r--r-- | devel/ice/files/patch-python-test-Slice-unicodePaths-run.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py b/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py new file mode 100644 index 000000000000..a25ba2280743 --- /dev/null +++ b/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py @@ -0,0 +1,11 @@ +--- python/test/Slice/unicodePaths/run.py.orig 2016-10-05 16:59:08.000000000 +0200 ++++ python/test/Slice/unicodePaths/run.py 2016-10-12 12:00:24.045889876 +0200 +@@ -26,7 +26,7 @@ + print("failed!") + sys.exit(1) + +-if TestUtil.isAIX() or TestUtil.isLinux(): ++if TestUtil.isAIX() or TestUtil.isLinux() or TestUtil.isFreeBSD(): + encoding = locale.getdefaultlocale()[1] + if encoding != "UTF-8": + print("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8") |
