Port details |
- wxhexeditor Graphical hex editor for big files with x86 disassembly support
- 0.24_4 editors
=1 0.24_4Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2019-02-13 13:53:11
- Last Update: 2022-05-23 09:52:24
- Commit Hash: 43f9f2c
- People watching this port, also watch:: polipo, tcpdump, ratproxy, magicrescue, tmux
- License: GPLv2
- Description:
- Advanced graphical (wxWidgets) hex editor focused on editing of very large
files and with x86 disassembly support.
WWW: http://www.wxhexeditor.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wxhexeditor>0:editors/wxhexeditor
- To install the port:
- cd /usr/ports/editors/wxhexeditor/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/wxhexeditor
- pkg install wxhexeditor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wxhexeditor
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1514687038
SHA256 (wxHexEditor-v0.24-src.tar.xz) = a1b893fcc5b2a6e5e971b5fe4116b65f9fed6d317e8cdc6cb9219a0a609fd5ab
SIZE (wxHexEditor-v0.24-src.tar.xz) = 900868
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libudis86.so : devel/udis86
- libmhash.so : security/mhash
- libwx_baseu-3.0.so : x11-toolkits/wxgtk30@gtk3
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- editors_wxhexeditor
- USES:
- compiler:c++11-lang gettext-tools gmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 May 2022 09:52:24 0.24_4
|
Alexey Dokuchaev (danfe)  |
editors/wxhexeditor: fix the port's build on ARM
Mixing different types in ternary expression is a bad idea.
PR: 264007 |
16 Apr 2021 07:52:45 0.24_4
|
Yuri Victorovich (yuri)  |
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.
Reported by: portscout |
06 Apr 2021 14:31:07 0.24_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 May 2020 05:55:12
0.24_3
|
lbartoletti  |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
26 Jul 2019 20:46:57
0.24_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
06 May 2019 08:40:45
0.24_1
|
pkubaj  |
editors/wxhexeditor: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix:
/usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration
of 'is_enum' with no typeIn file included from
/usr/local/include/wx-3.0/wx/string.h:46,
Approved by: mentors (implicit approval) |
25 Feb 2019 12:47:20
0.24_1 
|
bapt  |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr |
13 Feb 2019 13:52:54
0.24
|
danfe  |
- Add a port of wxHexEditor, an advanced graphical (wxWidgets) hex editor
focused on editing of very large files and with x86 disassembly support
- Ignore bundled copies of `devel/udis86' and `security/mhash' libraries,
use the ones provided in the ports (also better for security reasons)
- Disable OpenMP support for now because apparently it requires GCC while
the port builds just fine with the system compiler (Clang)
WWW: http://www.wxhexeditor.org/ |