Bug 151830

Summary: [patch] devel/cmake: install cmake-mode.el
Product: Ports & Packages Reporter: swell.k <swell.k>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
a.diff none

Description swell.k 2010-10-30 14:00:19 UTC
GNU Emacs unlike Vim doesn't bundle cmake-mode in their distribution. So,
install it from the same tarball as cmake itself to avoid the case when
user has an outdated cmake-mode.el in site-lisp.

How-To-Repeat: ;; put following to ~/.emacs and try to open a cmake file
(autoload 'cmake-mode "cmake-mode" nil t)
(add-to-list 'auto-mode-alist '("CMakeLists\\.txt" . cmake-mode))
(add-to-list 'auto-mode-alist '("\\.cmake$" . cmake-mode))
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-30 14:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-09 23:25:31 UTC
rakuco      2011-11-09 23:25:19 UTC

  FreeBSD ports repository

  Modified files:
    devel/cmake          Makefile pkg-plist 
  Log:
  - Install cmake-mode.el [1].
  - Set LICENSE.
  
  PR:             ports/151830 [1]
  Submitted by:   Anonymous <swell.k AT gmail.com> [1]
  Approved by:    makc (mentor)
  
  Revision  Changes    Path
  1.51      +6 -0      ports/devel/cmake/Makefile
  1.29      +1 -0      ports/devel/cmake/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2011-11-09 23:26:40 UTC
State Changed
From-To: open->closed

Committed, explicitly mentioning cmake-mode.el in the Makefile and 
ordering the plist. Thanks!