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.
Details
Details
- Reviewers
swills - Commits
- rP554996: Switch xcscope.el to a separately-maintained version.
- poudriere was able to build the new port ok
- cscope in emacs27 works again
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Added a bug for the xcscope.el breakage here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251029
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. |