> On Nov 13, 2018, at 6:33 PM, Uli Wienands <[email protected]> wrote: > > it ran aground trying to install zstd.
A little prospecting shows that the tiff port was recently updated to include zstd support https://github.com/macports/macports-ports/commit/c4b50f5d455c061ebf22697a4e4a5a083cff43f8#diff-106d68a6fc0ac0134ae9bc83fcfe8dee <https://github.com/macports/macports-ports/commit/c4b50f5d455c061ebf22697a4e4a5a083cff43f8#diff-106d68a6fc0ac0134ae9bc83fcfe8dee> however, zstd is pretty touchy, it appears, and requires newer compilers to handle the assembly. SO - zstd will need some attention to make this work, now that far more people will be wanting to install it. You won’t be the only person with this issue this week. > I have clang 3.4, 3.7 and 5.0 installed Any of those will likely build zstd without too much trouble. Try sudo port -v install zstd configure.compiler=macports-clang-5.0 and I suspect you’ll get it done Ken
