devel/git-tools: new port (version 2025.08)
Assorted git-related scripts and tools:
- git-branches-rename: Batch renames branches with a matching prefix to
another prefix
- git-clone-subset: Clones a subset of a git repository
- git-find-uncommitted-repos: Recursively list repos with uncommitted
changes
- git-rebase-theirs: Resolve rebase conflicts and failed cherry-picks by
favoring 'theirs' version
- git-restore-mtime: Restore original modification time of files based
on the date of the most recent commit that modified them
- git-strip-merge: A git-merge wrapper that deletes files on a "foreign"
[4 lines not shown]
www/sope: fix build with llvm 22
change some types to fix -Wincompatible-pointer-types warnings turned
errors with 22, and put a -Wno-error=incompatible-pointer-types on the
one i have no idea how to fix. Objective-C definitely is a weird language...
sysutils/whowatch: fix build with llvm22
Fix a type error in a configure snippet that broke with LLVM 22.
While here, sync up some prototypes to eliminate a slew of warnings.
Backport tree-sitter v0.26 regression fix to the 7.9 emacs package
Original fix from paco@, issue with the 7.9 package reminded by Jan de
Kruyf, "fine with me" sthen@
remove editors/axe
The last release dates from 1994 and the code becomes increasingly
difficult to build with modern C compilers. It broke again with llvm22.
ok kn@ tb@ matthieu@
coreboot-utils: fix build with llvm22
Pull in an upstream workaround for string truncation and fix an
uninitialized variable warning for a zero-length write.
This port could do with an update...