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)
Oct 28 2024, 1:15 PM
Unknown Object (File)
Oct 22 2024, 11:18 PM
Unknown Object (File)
Oct 22 2024, 11:18 PM
Unknown Object (File)
Oct 22 2024, 11:18 PM
Unknown Object (File)
Oct 22 2024, 11:18 PM
Unknown Object (File)
Oct 22 2024, 10:56 PM
Unknown Object (File)
Oct 20 2024, 1:14 PM
Unknown Object (File)
Oct 7 2024, 12:46 PM

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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 34747
Build 31803: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Nov 11 2020, 1:01 AM
moritz_schmi.tt added inline comments.
devel/xcscope.el/Makefile
9

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.