Bug 223076

Summary: devel/universal-ctags conflicts with emacs ctags executable should rename as done by devel/ctags
Product: Ports & Packages Reporter: carl.shapiro
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Some People CC: dereks, rodrigo, zeising
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
resolve conflicts with emacs ctags and update to latest commit
none
11amd64 testport output none

Description carl.shapiro 2017-10-18 03:16:48 UTC
The new devel/universal-ctags port conflicts with editors/emacs as they both install an executable at /usr/local/bin/ctags.

The old devel/ctags port installs its executable at /usr/local/bin/exctags.  I propose doing something similar here, and changing the installation path to /usr/local/bin/uctags or /usr/local/bin/universal-ctags.
Comment 1 Derek Schrock 2017-10-18 04:54:53 UTC
Created attachment 187258 [details]
resolve conflicts with emacs ctags and update to latest commit

Phab review here https://reviews.freebsd.org/D12710
Comment 2 Derek Schrock 2017-10-18 04:55:19 UTC
Created attachment 187259 [details]
11amd64 testport output
Comment 3 carl.shapiro 2017-10-23 02:32:20 UTC
The diff looks great, thank you!  Is there anything you might need from me to move forward?
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-10-26 22:15:31 UTC
A commit references this bug:

Author: rodrigo
Date: Thu Oct 26 22:14:35 UTC 2017
New revision: 452957
URL: https://svnweb.freebsd.org/changeset/ports/452957

Log:
  Fix conflicts with emacs ctags (editors/emacs-devel, editors/emacs-nox11, editors/emacs)
  by prefix the 'u' character.

  PR:		223076
  Submitted by:	<carl.shapiro@gmail.com

Changes:
  head/UPDATING
  head/devel/universal-ctags/Makefile
  head/devel/universal-ctags/distinfo
Comment 5 Rodrigo Osorio freebsd_committer freebsd_triage 2017-10-29 13:46:08 UTC
committed thanks