Bug 195966 - [patch] editors/vim: Fix gvim tag command with EXUBERANT_CTAGS
Summary: [patch] editors/vim: Fix gvim tag command with EXUBERANT_CTAGS
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-14 14:40 UTC by Kevin Zheng
Modified: 2015-03-28 16:00 UTC (History)
0 users

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


Attachments
Patch to fix ctags command with EXUBERANT_CTAGS (842 bytes, patch)
2014-12-14 14:40 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2014-12-14 14:40:28 UTC
Created attachment 150565 [details]
Patch to fix ctags command with EXUBERANT_CTAGS

The 'post-patch' command that sets the exctags command when EXUBERANT_CTAGS is set no longer correctly patches the relevant file, due to an upstream change.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-14 14:40:28 UTC
Auto-assigned to maintainer sunpoet@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-03-28 15:59:38 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Mar 28 15:58:46 UTC 2015
New revision: 382517
URL: https://svnweb.freebsd.org/changeset/ports/382517

Log:
  - Fix ctags pattern
  - Bump PORTREVISION for package change

  PR:		195966
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com>

Changes:
  head/editors/vim/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-03-28 16:00:28 UTC
Committed. Thanks!