Page MenuHomeFreeBSD

Switch xcscope.el to a separately-maintained version.
ClosedPublic

Authored by jhb on Nov 11 2020, 1:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 5:11 PM
Unknown Object (File)
Tue, Apr 30, 2:05 AM
Unknown Object (File)
Tue, Apr 30, 2:05 AM
Unknown Object (File)
Tue, Apr 30, 2:05 AM
Unknown Object (File)
Tue, Apr 30, 1:40 AM
Unknown Object (File)
Mon, Apr 29, 6:59 PM
Unknown Object (File)
Thu, Apr 25, 1:53 PM
Unknown Object (File)
Thu, Apr 25, 12:02 AM

Details

Summary

The version of xcscope.el bundled with cscope does not work with
emacs 27 as it uses a deprecated function. Switch to using a
newer fork of xcscope.el which works with emacs 27 and includes
several other fixes such as working over tramp-mode. Since the
newer fork is hosted independently, add it as a new port which
depends on cscope.

Test Plan
  • poudriere was able to build the new port ok
  • cscope in emacs27 works again

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Nov 11 2020, 1:01 AM
moritz_schmi.tt added inline comments.
devel/xcscope.el/Makefile
8 ↗(On Diff #79416)

Next two lines should be moved down directly below EMACS_NO_DEPENDS as required by Chapter 15 in the Porter's Handbook. This also makes portlint stop complaining.

  • Reorder to satisfy portlint.
jhb marked an inline comment as done.Nov 11 2020, 8:59 PM
This revision is now accepted and ready to land.Nov 13 2020, 12:00 AM
This revision was automatically updated to reflect the committed changes.