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)
Sun, Apr 21, 7:14 PM
Unknown Object (File)
Mar 17 2024, 8:29 PM
Unknown Object (File)
Mar 16 2024, 7:00 AM
Unknown Object (File)
Feb 13 2024, 8:26 PM
Unknown Object (File)
Jan 12 2024, 4:26 PM
Unknown Object (File)
Jan 7 2024, 4:37 PM
Unknown Object (File)
Dec 22 2023, 10:53 PM
Unknown Object (File)
Dec 13 2023, 8:08 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.