diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2024-03-03 10:13:49 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2024-03-03 10:48:07 +0000 |
commit | 0a2e453e440016ef4cb03ee2dd778936d300aa0b (patch) | |
tree | a4be0d383d0f501008e9ef90688f2fd3bae48104 /editors/Makefile | |
parent | 512e4d7f30d9347c6067134664bde17d6c433be2 (diff) |
editors/imhex-current: Add new port
ImHex is a hex editor for reverse engineers and programmers.
This port is provided separately from existing editors/imhex port
for those who would like to use the latest version of ImHex.
The version requires FreeBSD 15-current, 14-stable, 13-stable,
or upcoming 13.3-RELEASE that has libc++ of LLVM 17 on the base
system to build it, thus it is not possible to build the version
on FreeBSD 13.2-RELEASE or 14.0-RELEASE. This situation has
prevented the update of editors/imhex port to the latest version.
This port is a tentative solution until FreeBSD 14.1-RELEASE
will be released.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 83c8645fed0a..d59129676bcc 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -65,6 +65,7 @@ SUBDIR += hnb SUBDIR += hte SUBDIR += imhex + SUBDIR += imhex-current SUBDIR += jed SUBDIR += jedit SUBDIR += joe |