[Bug 228178] net-im/tox: unnecessary dependency on graphics/opencv-core
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 11 22:55:07 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228178
Bug ID: 228178
Summary: net-im/tox: unnecessary dependency on
graphics/opencv-core
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: vvd at unislabs.com
CC: thierry at FreeBSD.org
CC: thierry at FreeBSD.org
Flags: maintainer-feedback?
Small log from IRC:
[10.05.2018][03:57:09] <VVD> one more strange dependency: toxcore (1.03MiB) =>
opencv-core (9.70MiB) => tesseract (10.9MiB) => tesseract-data (1.05GiB!!!)
[10.05.2018][03:57:41] <VVD> I want just tox node on small virtual machine
[10.05.2018][04:40:07] <@nurupo> there is a test program av_test at
testing/av_test.c that requires opencv, but there is no reason to package test
programs along with the library
Patch is very simply:
--- net-im/tox/Makefile.orig
+++ net-im/tox/Makefile
@@ -19,7 +19,6 @@
libsndfile.so:audio/libsndfile \
libportaudio.so:audio/portaudio \
libsodium.so:security/libsodium \
- libopencv_core.so:graphics/opencv-core \
libopus.so:audio/opus \
libconfig.so:devel/libconfig
Tested on 11.1-p10 amd64.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list