Bug 222799 - net-p2p/libtorrent: Patch for fix building on powerpc arch
Summary: net-p2p/libtorrent: Patch for fix building on powerpc arch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-05 14:59 UTC by devel
Modified: 2017-10-09 09:45 UTC (History)
3 users (show)

See Also:
devel: maintainer-feedback? (pipfstarrd)


Attachments
patch for net-p2p/libtorrent/Makefile (781 bytes, patch)
2017-10-05 14:59 UTC, devel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description devel 2017-10-05 14:59:03 UTC
Created attachment 186924 [details]
patch for net-p2p/libtorrent/Makefile

This patch for port net-p2p/libtorrent required for building port net-p2p/rtorrent on powerpc.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-10-09 09:43:32 UTC
A commit references this bug:

Author: danfe
Date: Mon Oct  9 09:42:45 UTC 2017
New revision: 451589
URL: https://svnweb.freebsd.org/changeset/ports/451589

Log:
  Disable instrumentation on 32-bit PowerPC like we already do for i386/gcc
  to avoid linking errors (e.g., when building dependent `net-p2p/rtorrent'
  port) and update the comment accordingly.

  PR:	222799 (modified)

Changes:
  head/net-p2p/libtorrent/Makefile
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2017-10-09 09:45:53 UTC
Committed as ports r451589 (unrelated changes omitted), thanks!