Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Feb 2021 22:02:43
0.1.1,1

|
swills  |
x11/radare-cutter: update to 0.1.1 |
21 Sep 2020 16:49:38
1.12.0

|
swills  |
x11/radare-cutter: update to 1.12.0
PR: 249093 |
24 Aug 2020 16:49:13
1.11.1

|
swills  |
x11/radare-cutter: update to 1.11.1 |
21 May 2020 10:54:54
1.8.2

|
tcberner  |
x11/radare-cutter: prepare for Qt5-5.15 |
22 May 2019 20:32:42
1.8.2

|
swills  |
x11/radare-cutter: update to 1.8.2 |
29 Apr 2019 11:54:04
1.8.1

|
swills  |
x11/radare-cutter: update to 1.8.1 |
25 Jan 2019 15:00:55
1.7.4

|
swills  |
x11/radare-cutter: update to 1.7.4 |
16 Jan 2019 11:13:45
1.7.3_1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
27 Dec 2018 16:57:38
1.7.3

|
swills  |
x11/radare-cutter: update to 1.7.3 |
16 Dec 2018 14:49:16
1.7.2

|
tcberner  |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine |
28 Nov 2018 14:23:19
1.7.2

|
swills  |
x11/radare-cutter: update to 1.7.2 |
04 Nov 2018 19:00:54
1.7.1_1

|
tcberner  |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
18 Sep 2018 02:39:43
1.7.1

|
swills  |
x11/radare-cutter: update to 1.7.1 |
17 Sep 2018 21:27:28
1.5_1

|
antoine  |
Mark BROKEN: fails to build with radare2 2.9
../cutter-1.5/src/Cutter.cpp:1759:5: error: no matching function for call to
'r_core_task_join'
r_core_task_join(core_, nullptr, task);
Reported by: pkg-fallout |
13 Jul 2018 06:55:27
1.5_1

|
mat  |
Remove dependencies on lang/python3.
Sponsored by: Absolight |
04 Jul 2018 19:59:27
1.5

|
swills  |
x11/radare-cutter: update to 1.5 |
28 Jun 2018 17:39:55
1.4

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
24 May 2018 11:26:57
1.4

|
swills  |
x11/radare-cutter: update to 1.4 |
22 Mar 2018 01:05:11
1.3

|
swills  |
x11/radare-cutter: update to 1.3 |
09 Mar 2018 01:03:45
1.1_1

|
yuri  |
devel/radare2: Update to 2.4.0
Also changed to DISTVERSION.
Bumped x11/radare-cutter because radare2's sonames don't include version,
but its interface has changed.
Reported the problem of invalid sonames to the updatream.
PR: 226447
Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer)
Approved by: tcberner (mentor, implicit) |
06 Jan 2018 07:41:45
1.1

|
antoine  |
Fix LICENSE_FILE
Reported by: pkg-fallout |
04 Jan 2018 17:09:27
1.1

|
swills  |
x11/radare-cutter: create port
A Qt and C++ GUI for radare2 reverse engineering framework
WWW: https://github.com/radareorg/cutter |