Bug 219640 - x11-toolkits/qwt6: Update to 6.1.3
Summary: x11-toolkits/qwt6: Update to 6.1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vanilla I. Shu
URL:
Keywords: needs-patch, patch
Depends on:
Blocks:
 
Reported: 2017-05-29 16:59 UTC by Pedro F. Giffuni
Modified: 2017-10-07 12:59 UTC (History)
2 users (show)

See Also:


Attachments
Update to version 6.1.3 (3.85 KB, patch)
2017-05-29 16:59 UTC, Pedro F. Giffuni
vlad-fbsd: maintainer-approval+
ultima: maintainer-approval-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2017-05-29 16:59:03 UTC
Created attachment 183038 [details]
Update to version 6.1.3

Minor update but the port hadn't been updated in a while.
Add a license while here.
Comment 1 VK freebsd_triage 2017-07-07 18:16:57 UTC
Comment on attachment 183038 [details]
Update to version 6.1.3

The port has no maintainer, implicit approval.
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-07-14 02:45:47 UTC
Comment on attachment 183038 [details]
Update to version 6.1.3

This can't be committed as is due to linker error.

linking ../../lib/libqwtmathml.so.6.1.3
/usr/bin/ld: cannot find -lqwt
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:117: ../../lib/libqwtmathml.so.6.1.3] Error 1
gmake[3]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/qwt6/work/qwt-6.1.3/textengines/mathml'
gmake[2]: *** [Makefile:43: sub-mathml-all] Error 2
gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/qwt6/work/qwt-6.1.3/textengines'
gmake[1]: *** [Makefile:85: sub-textengines-all-ordered] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/qwt6/work/qwt-6.1.3'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-10-07 12:14:58 UTC
A commit references this bug:

Author: vanilla
Date: Sat Oct  7 12:14:31 UTC 2017
New revision: 451456
URL: https://svnweb.freebsd.org/changeset/ports/451456

Log:
  Update to 6.1.3.

  PR:		219640
  Submitted by:	pfg@

Changes:
  head/x11-toolkits/qwt6/Makefile
  head/x11-toolkits/qwt6/distinfo
  head/x11-toolkits/qwt6/files/patch-qwt.prf
  head/x11-toolkits/qwt6/files/patch-qwtconfig.pri
  head/x11-toolkits/qwt6/files/patch-src__src.pro
  head/x11-toolkits/qwt6/files/patch-textengines_textengines.pri
Comment 4 Vanilla I. Shu freebsd_committer freebsd_triage 2017-10-07 12:15:15 UTC
I made a patch to fix linking error.
Comment 5 Pedro F. Giffuni freebsd_committer freebsd_triage 2017-10-07 12:59:37 UTC
(In reply to Vanilla I. Shu from comment #4)
Thank you ! ... I completely missed the failure somehow and then got busy with other stuff.