some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
- Fixed loading of 32 bit ELFs
- Use wide ncurses if necessars
- Show search progress in MiB
- [x86] fixed a lot of small bugs
- fixed a crash with the "follow" function on
invalid addresses in analyser
- [x86] AVX updates
- [x86] AVX2
- [x86] BMI, BMI2 and TBM instructions
- fixed loading of ELF files with no section headers
OK, benoit@ (maintainer), edd@, aja@
- install ht as hte to remove conflict with print/texlive/base
(note in pkg/MESSAGE)
- respect CFLAGS and X11BASE
- add OpenBSD target
based on patches from Paul Irofti and Genadijus Paleckis
feedback and ok merdely@
--
HT is a file editor/viewer/analyzer for executables.
The goal is to combine the low-level functionality of a debugger
and the usability of IDEs.
Support includes the following file formats:
* Win32 portable executables (PE) (good support)
* Unix executable and linkable format (ELF) (good support)
* DOS standard executables (MZ) (supported)
* Win32 linear executables (LE) (supported)
* Windows/OS2 "new" executables (NE) (supported)
* Unix common object file format (COFF) + DJGPP COFF (supported)
* OS2 linear executables (LX)
* M$ object files (.obj)
WWW: http://hte.sourceforge.net/