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
F148416713: D27172.diff
Tue, Mar 17, 5:33 PM
Unknown Object (File)
Fri, Mar 13, 4:30 AM
Unknown Object (File)
Mon, Mar 9, 3:38 AM
Unknown Object (File)
Mon, Mar 2, 10:36 AM
Unknown Object (File)
Mon, Mar 2, 9:48 AM
Unknown Object (File)
Feb 7 2026, 5:03 PM
Unknown Object (File)
Jan 10 2026, 1:57 PM
Unknown Object (File)
Dec 16 2025, 2:12 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.