Created attachment 173389 [details] svn-diff_graphics_scantailor Graphics/scantailor fails to compile with different error messages (10.3-RELEASE). Errir Messages like: calling a private constructor of class in mathclass in math/MatrixCalc.h GridTraverser.cpp misses #include <cstdlib>. error: call to 'ref' is ambiguous (-ProfilesDialog.cpp). undefined reference to symbol `cos@@FBSD_1.0' (try adding -lm) --- Found some patches in the net, rmeove USES_GCC line- Added USES_XORG= xrender.and USE_QT4 corelib. -- Compiles now in the port without problems. --- It seems there is on SourcForge a newer version 0.9.12.2.
Portlint ok. Poudriere builds on 103amd64,93amd64, 103i386 and 93i386 ok.
CC'd maintainer.
A commit references this bug: Author: vg Date: Mon Aug 22 13:40:51 UTC 2016 New revision: 420616 URL: https://svnweb.freebsd.org/changeset/ports/420616 Log: - Fix complie errors PR: ports/211652 Submitted by: w.schwarzenfeld@utanet.at Changes: head/graphics/scantailor/Makefile head/graphics/scantailor/files/patch-GridTraverser_cpp head/graphics/scantailor/files/patch-MatrixCalc.h head/graphics/scantailor/files/patch-ProfilesDialog_cpp
Committed, thank you!