Bug 135004 - Add an OPTION to the devel/cscope port to install xcscope.el
Summary: Add an OPTION to the devel/cscope port to install xcscope.el
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 19:40 UTC by John Baldwin
Modified: 2009-05-28 16:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Baldwin freebsd_committer freebsd_triage 2009-05-27 19:40:02 UTC
The cscope distribution includes an elisp package for Emacs/Xemacs.  The port currently does not install this or provide a way to install it.

Fix: 

I have a patch at http://www.FreeBSD.org/~jhb/patches/cscope.patch that adds a new OPTION (defaults to off) to install the elisp script similar to the devel/p4.el port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-27 22:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-28 16:41:44 UTC
gahr        2009-05-28 15:41:34 UTC

  FreeBSD ports repository

  Modified files:
    devel/cscope         Makefile 
  Added files:
    devel/cscope         pkg-plist 
  Log:
  - Add an OPTION (default=off) to install (X)Emacs lisp package
  
  PR:             135004
  Submitted by:   jhb
  
  Revision  Changes    Path
  1.33      +22 -3     ports/devel/cscope/Makefile
  1.6       +6 -0      ports/devel/cscope/pkg-plist (new)
_______________________________________________
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 Pietro Cerutti freebsd_committer freebsd_triage 2009-05-28 16:41:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!