Bug 246045

Summary: net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaround and fix tests
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (yuri)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for qbittorrent none

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!