Bug 214731

Summary: net/mtr 0.87 Build is broken with ipv6 disabled
Product: Ports & Packages Reporter: Sergey Akhmatov <sergey>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: ports-bugs, sunpoet
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sergey Akhmatov 2016-11-22 11:11:11 UTC
mtr-0.87 does not build with --disable-ipv6 option.

Fixed in upstream:
https://github.com/traviscross/mtr/commit/3d1352ca93efca2f8c4be7ccd16cbe2472b4fff0
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-22 18:43:53 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Nov 22 18:43:09 UTC 2016
New revision: 426848
URL: https://svnweb.freebsd.org/changeset/ports/426848

Log:
  - Fix build with IPV6 disabled

  Obtained from:	https://github.com/traviscross/mtr/commit/3d1352ca93efca2f8c4be7ccd16cbe2472b4fff0
  PR:		214731 [1]
  Submitted by:	<sergey@akhmatov.ru> [1], Iain Grant <iain.grant@stream-technologies.com> (via email)

Changes:
  head/net/mtr/files/
  head/net/mtr/files/patch-net.c
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-22 18:45:06 UTC
Committed. Thanks!