Created attachment 173615 [details] tesseract-3.04.01 The attached patch updates the port to 3.04.01 (latest version), switched to Github and sets me as a maintainer. Also, it adds an option to build training tools.
Builds fine on 10.3 :)
This should probably be combined with bug 211800 if they need to be committed atomically. @Piotr Can you combine the patches there please (if the above is true)
Created attachment 173623 [details] graphics/tesseract* patch I'm actually not sure whether it's required, but it certainly wouldn't harm. Attached is the patch from ${PORTSDIR}/graphics. I've also added NO_ARCH=yes to tesseract-data/Makefile.
A commit references this bug: Author: pawel Date: Tue Aug 16 14:41:00 UTC 2016 New revision: 420284 URL: https://svnweb.freebsd.org/changeset/ports/420284 Log: - Update graphics/tesseract to version 3.04.01 - Add TOOLS option for training tools - Update graphics/tesseract-data to version 3.04.00 - Now hosted on GitHub - Take maintainership of both ports PR: 211799 Submitted by: Piotr Kubaj Changes: head/graphics/tesseract/Makefile head/graphics/tesseract/distinfo head/graphics/tesseract/files/ head/graphics/tesseract/files/patch-ccstruct_matrix.h head/graphics/tesseract/pkg-plist head/graphics/tesseract-data/Makefile head/graphics/tesseract-data/distinfo head/graphics/tesseract-data/pkg-descr
copy of email response: === This broke net/tucan. The new option, TOOLS, is off by default. Before these tools where built by default and tucan expects the tools to be there. You might want to set TOOLS back to being built by default. John