Summary: | net-im/ricochet: Add missing dependency (qt5-quickcontrols) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vinícius Zavam <egypcio> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | dbaio, yuri | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | dbaio:
maintainer-feedback?
(yuri) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://reviews.freebsd.org/D13027 | ||||||
Attachments: |
|
Description
Vinícius Zavam
2017-11-10 14:18:10 UTC
Maintainer informed via mail how to deal with Tor, if one already has security/tor-devel installed? (In reply to Vinícius Zavam from comment #2) root@moose:~ # pkg update -f Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 Fetching packagesite.txz: 100% 6 MiB 406.6kB/s 00:15 Processing entries: 100% FreeBSD repository update completed. 26923 packages processed. All repositories are up to date. root@moose:~ # pkg install ricochet Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Updating database digests format: 100% The following 8 package(s) will be affected (of 0 checked): New packages to be INSTALLED: ricochet: 1.1.4_8 qt5-quick: 5.7.1_1 qt5-xmlpatterns: 5.7.1 qt5-qml: 5.7.1_1 qt5-testlib: 5.7.1 qt5-sql: 5.7.1 tor: 0.3.1.8 qt5-multimedia: 5.7.1_2 Number of packages to be installed: 8 The process will require 38 MiB more space. 7 MiB to be downloaded. Proceed with this action? [y/N]: N root@moose:~ # tor --version Tor version 0.3.3.0-alpha-dev (git-039a77636730633e). root@moose:~ # pkg info -x ^tor tor-devel-0.3.2.3.a torsocks-2.2.0 root@moose:~ # uname -a FreeBSD moose 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r325706: Sat Nov 11 09:51:36 UTC 2017 root@moose:/usr/obj/usr/src/amd64.amd64/sys/MOOSE amd64 root@moose:~ # date Sat Nov 11 17:10:29 UTC 2017 maintainer is a committer Does anybody understand why USE_QT5=quickcontrols is required, but 'make stage-qa' doesn't say this like it normally does? Thanks for your report! A commit references this bug: Author: yuri Date: Sun Nov 12 19:19:38 UTC 2017 New revision: 454075 URL: https://svnweb.freebsd.org/changeset/ports/454075 Log: net-im/ricochet: add missing dependency (qt5-quickcontrols) and other changes Other changes * Added the TOR option that will allow to disable the Tor dependency for people with alternative Tor installations * Fixed the SSL path PR: 223593 Reported by: Vin?cius Zavam <egypcio@googlemail.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13027 Changes: head/net-im/ricochet/Makefile |