Bug 230041 - devel/libvirt: breaks 'make index' because sysutils/xen-tools was renamed
Summary: devel/libvirt: breaks 'make index' because sysutils/xen-tools was renamed
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-25 14:56 UTC by Ting-Wei Lan
Modified: 2018-07-26 15:51 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2018-07-25 14:56:56 UTC
Since Xen 4.11 is imported into ports, sysutils/xen-tools was renamed to sysutils/xen-tools47 and sysutils/xen-tools11 was added. This causes 'make index' to fail because it cannot find sysutils/xen-tools, which is a dependency of libvirt.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-26 15:45:33 UTC
A commit references this bug:

Author: novel
Date: Thu Jul 26 15:44:57 UTC 2018
New revision: 475383
URL: https://svnweb.freebsd.org/changeset/ports/475383

Log:
  devel/libvirt: fix xen-tools dependency

  sysutils/xen-tools was moved to sysutils/xen-tools47, so update
  dependency accordingly.

  PR:		230041
  Reported by:	Ting-Wei Lan

Changes:
  head/devel/libvirt/Makefile
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2018-07-26 15:51:56 UTC
(In reply to commit-hook from comment #1)

Thanks for reporting that, should be fixed now.