Bug 237934 - [patch] astro/libkgeomap remove dependency to graphics/opencv
Summary: [patch] astro/libkgeomap remove dependency to graphics/opencv
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-17 04:31 UTC by Hiroo Ono
Modified: 2019-10-13 14:19 UTC (History)
0 users

See Also:


Attachments
diff to astro/libkgeomap/Makefile (493 bytes, patch)
2019-05-17 04:31 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2019-05-17 04:31:49 UTC
Created attachment 204413 [details]
diff to astro/libkgeomap/Makefile

astro/libkgeomap has dependency on libopencv_video.so:graphics/opencv, but it does not link this library.
Doing grep -ir opencv to its source shows no result.

So, I think this dependency can be removed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-10-13 14:19:03 UTC
A commit references this bug:

Author: rakuco
Date: Sun Oct 13 14:18:07 UTC 2019
New revision: 514393
URL: https://svnweb.freebsd.org/changeset/ports/514393

Log:
  Drop dependency on graphics/opencv.

  The source code does not use OpenCV anywhere, and apparently never has.

  PR:		237934
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com>

Changes:
  head/astro/libkgeomap/Makefile
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2019-10-13 14:19:42 UTC
Committed, thank you very much for the patch.