Index: head/graphics/py-imageio/files/patch-imageio-core-util.py =================================================================== --- head/graphics/py-imageio/files/patch-imageio-core-util.py (nonexistent) +++ head/graphics/py-imageio/files/patch-imageio-core-util.py (revision 475820) @@ -0,0 +1,11 @@ +--- imageio/core/util.py.orig ++++ imageio/core/util.py +@@ -550,6 +550,8 @@ def get_platform(): + plat = 'win%i' + elif sys.platform.startswith('darwin'): + plat = 'osx%i' ++ elif sys.platform.startswith('freebsd'): ++ plat = 'freebsd%i' + else: # pragma: no cover + return None + Property changes on: head/graphics/py-imageio/files/patch-imageio-core-util.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