Bug 246045 - net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaround and fix tests
Summary: net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaround and fix tests
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-30 06:40 UTC by Daniel Engberg
Modified: 2020-04-30 19:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
Patch for qbittorrent (2.13 KB, patch)
2020-04-30 06:40 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2020-04-30 06:40:36 UTC
Created attachment 213935 [details]
Patch for qbittorrent

As compilation now works using -CURRENT there's no need to force llvm90 on any version.
Fix "make test", still requires Python 2.7 and some of the socks4/5 tests may hang.

Tested on 13.0-CURRENT r360454 (AMD64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-30 19:26:41 UTC
A commit references this bug:

Author: yuri
Date: Thu Apr 30 19:26:00 UTC 2020
New revision: 533469
URL: https://svnweb.freebsd.org/changeset/ports/533469

Log:
  net-p2p/libtorrent-rasterbar: Fix the python path for tests

  It was an overly-broad regexp substitution.

  PR:		246045
  Submitted by:	daniel.engberg.lists@pyret.net (original version)

Changes:
  head/net-p2p/libtorrent-rasterbar/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-30 19:33:44 UTC
A commit references this bug:

Author: yuri
Date: Thu Apr 30 19:33:39 UTC 2020
New revision: 533471
URL: https://svnweb.freebsd.org/changeset/ports/533471

Log:
  net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaround

  As compilation now works using -CURRENT there's no need to force llvm90 on any version.

  PR:		246045
  Submitted by:	daniel.engberg.lists@pyret.net

Changes:
  head/net-p2p/libtorrent-rasterbar/Makefile
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2020-04-30 19:34:37 UTC
Committed, thank you for the patch!