Bug 228311 - devel/ninja: conflicts with games/imaze (ninja)
Summary: devel/ninja: conflicts with games/imaze (ninja)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-17 08:34 UTC by tigersharke
Modified: 2018-05-17 09:12 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tigersharke 2018-05-17 08:34:11 UTC
Noticed during build of llvm60 which has the devel/ninja as a build depend.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-05-17 08:50:55 UTC
I'll update games/imaze to install its ninja as imazeninja.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-05-17 09:11:28 UTC
A commit references this bug:

Author: tobik
Date: Thu May 17 09:10:37 UTC 2018
New revision: 470210
URL: https://svnweb.freebsd.org/changeset/ports/470210

Log:
  games/imaze: Fix conflict with devel/ninja

  Both ports install bin/ninja; install imaze's ninja as bin/imazeninja
  instead.

  While here

  - add DOCS option and install README into DOCSDIR
  - remove ${ECHO_MSG} from do-install that nobody will ever see
  - simplify do-install

  PR:		228311
  Submitted by:	tigersharke@gmail.com

Changes:
  head/games/imaze/Makefile
  head/games/imaze/pkg-plist
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2018-05-17 09:12:06 UTC
Ok, this should be fixed. Thanks for the report!