0c2e1ae609
Upgrading from Ice 3.6 isn't trivial, as it requires application code changes. Therefore a new set of ports was created. Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa). PR: 221141
11 lines
568 B
Python
11 lines
568 B
Python
--- cpp/test/Slice/unicodePaths/test.py.orig 2018-08-27 01:10:47 UTC
|
|
+++ cpp/test/Slice/unicodePaths/test.py
|
|
@@ -14,7 +14,7 @@ class SliceUnicodePathsTestCase(ClientTe
|
|
|
|
def runClientSide(self, current):
|
|
|
|
- if isinstance(platform, Linux) or isinstance(platform, AIX):
|
|
+ if isinstance(platform, Linux) or isinstance(platform, AIX) or isinstance(platform, FreeBSD):
|
|
encoding = locale.getdefaultlocale()[1]
|
|
if encoding != "UTF-8":
|
|
current.writeln("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8")
|