Bug 211652

Summary: [PATCH] graphics/scantailor fails to compile with several error messages
Product: Ports & Packages Reporter: Walter Schwarzenfeld <w.schwarzenfeld>
Component: Individual Port(s)Assignee: Veniamin Gvozdikov <vg>
Status: Closed FIXED    
Severity: Affects Only Me CC: vg
Priority: --- Flags: bugzilla: maintainer-feedback? (vg)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 201800    
Attachments:
Description Flags
svn-diff_graphics_scantailor none

Description Walter Schwarzenfeld 2016-08-08 00:53:15 UTC
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.
Comment 1 Walter Schwarzenfeld 2016-08-08 12:09:56 UTC
Portlint ok.
Poudriere builds on 103amd64,93amd64, 103i386 and 93i386 ok.
Comment 2 Walter Schwarzenfeld 2016-08-20 11:45:59 UTC
CC'd maintainer.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-08-22 13:41:30 UTC
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
Comment 4 Veniamin Gvozdikov freebsd_committer freebsd_triage 2016-08-22 13:42:13 UTC
Committed, thank you!