Index: head/archivers/py-borgbackup/files/patch-setup_lz4.py =================================================================== --- head/archivers/py-borgbackup/files/patch-setup_lz4.py (nonexistent) +++ head/archivers/py-borgbackup/files/patch-setup_lz4.py (revision 459350) @@ -0,0 +1,11 @@ +--- setup_lz4.py.orig 2017-12-30 09:14:25 UTC ++++ setup_lz4.py +@@ -24,7 +24,7 @@ def lz4_system_prefix(prefixes): + for prefix in prefixes: + filename = os.path.join(prefix, 'include', 'lz4.h') + if os.path.exists(filename): +- with open(filename, 'r') as fd: ++ with open(filename, 'r', encoding='utf-8') as fd: + if 'LZ4_compress_default' in fd.read(): # requires lz4 >= 1.7.0 (r129) + return prefix + Property changes on: head/archivers/py-borgbackup/files/patch-setup_lz4.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property