notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
radare-cutter GUI for radare2 reverse engineering framework
0.1.1_3,1 x11 Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.1_3,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework
Expired This port expired on: 2023-06-07
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-01-04 17:09:36
Last Update: 2023-06-07 20:44:12
Commit Hash: 23f5575
License: GPLv3
WWW:
https://github.com/radareorg/cutter
Description:
A Qt and C++ GUI for radare2 reverse engineering framework
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (183 items)
Collapse this list.
  1. /usr/local/share/licenses/radare-cutter-0.1.1_3,1/catalog.mk
  2. /usr/local/share/licenses/radare-cutter-0.1.1_3,1/LICENSE
  3. /usr/local/share/licenses/radare-cutter-0.1.1_3,1/GPLv3
  4. bin/r2cutter
  5. include/r2cutter/CutterApplication.h
  6. include/r2cutter/common/AddressableItemModel.h
  7. include/r2cutter/common/AnalTask.h
  8. include/r2cutter/common/AsyncTask.h
  9. include/r2cutter/common/BasicBlockHighlighter.h
  10. include/r2cutter/common/BasicInstructionHighlighter.h
  11. include/r2cutter/common/BinaryTrees.h
  12. include/r2cutter/common/BugReporting.h
  13. include/r2cutter/common/CachedFontMetrics.h
  14. include/r2cutter/common/ColorThemeWorker.h
  15. include/r2cutter/common/Colors.h
  16. include/r2cutter/common/CommandTask.h
  17. include/r2cutter/common/Configuration.h
  18. include/r2cutter/common/CrashHandler.h
  19. include/r2cutter/common/CutterLayout.h
  20. include/r2cutter/common/CutterSeekable.h
  21. include/r2cutter/common/Decompiler.h
  22. include/r2cutter/common/DecompilerHighlighter.h
  23. include/r2cutter/common/DirectionalComboBox.h
  24. include/r2cutter/common/FunctionsTask.h
  25. include/r2cutter/common/Helpers.h
  26. include/r2cutter/common/HighDpiPixmap.h
  27. include/r2cutter/common/Highlighter.h
  28. include/r2cutter/common/IOModesController.h
  29. include/r2cutter/common/InitialOptions.h
  30. include/r2cutter/common/Json.h
  31. include/r2cutter/common/JsonModel.h
  32. include/r2cutter/common/JsonTreeItem.h
  33. include/r2cutter/common/LinkedListPool.h
  34. include/r2cutter/common/MdHighlighter.h
  35. include/r2cutter/common/ProgressIndicator.h
  36. include/r2cutter/common/PythonAPI.h
  37. include/r2cutter/common/PythonManager.h
  38. include/r2cutter/common/QtResImporter.h
  39. include/r2cutter/common/R2Task.h
  40. include/r2cutter/common/RefreshDeferrer.h
  41. include/r2cutter/common/ResourcePaths.h
  42. include/r2cutter/common/RichTextPainter.h
  43. include/r2cutter/common/RunScriptTask.h
  44. include/r2cutter/common/SelectionHighlight.h
  45. include/r2cutter/common/SettingsUpgrade.h
  46. include/r2cutter/common/StringsTask.h
  47. include/r2cutter/common/SvgIconEngine.h
  48. include/r2cutter/common/SyntaxHighlighter.h
  49. include/r2cutter/common/TempConfig.h
  50. include/r2cutter/common/UpdateWorker.h
  51. include/r2cutter/core/Cutter.h
  52. include/r2cutter/core/CutterCommon.h
  53. include/r2cutter/core/CutterDescriptions.h
  54. include/r2cutter/core/MainWindow.h
  55. include/r2cutter/dialogs/AboutDialog.h
  56. include/r2cutter/dialogs/AsyncTaskDialog.h
  57. include/r2cutter/dialogs/AttachProcDialog.h
  58. include/r2cutter/dialogs/BreakpointsDialog.h
  59. include/r2cutter/dialogs/CommentsDialog.h
  60. include/r2cutter/dialogs/EditFunctionDialog.h
  61. include/r2cutter/dialogs/EditInstructionDialog.h
  62. include/r2cutter/dialogs/EditMethodDialog.h
  63. include/r2cutter/dialogs/EditStringDialog.h
  64. include/r2cutter/dialogs/EditVariablesDialog.h
  65. include/r2cutter/dialogs/FlagDialog.h
  66. include/r2cutter/dialogs/HexdumpRangeDialog.h
  67. include/r2cutter/dialogs/InitialOptionsDialog.h
  68. include/r2cutter/dialogs/LayoutManager.h
  69. include/r2cutter/dialogs/LinkTypeDialog.h
  70. include/r2cutter/dialogs/MapFileDialog.h
  71. include/r2cutter/dialogs/MultitypeFileSaveDialog.h
  72. include/r2cutter/dialogs/NativeDebugDialog.h
  73. include/r2cutter/dialogs/NewFileDialog.h
  74. include/r2cutter/dialogs/R2PluginsDialog.h
  75. include/r2cutter/dialogs/R2TaskDialog.h
  76. include/r2cutter/dialogs/RemoteDebugDialog.h
  77. include/r2cutter/dialogs/SaveProjectDialog.h
  78. include/r2cutter/dialogs/SetToDataDialog.h
  79. include/r2cutter/dialogs/TypesInteractionDialog.h
  80. include/r2cutter/dialogs/VersionInfoDialog.h
  81. include/r2cutter/dialogs/WelcomeDialog.h
  82. include/r2cutter/dialogs/WriteCommandsDialogs.h
  83. include/r2cutter/dialogs/XrefsDialog.h
  84. include/r2cutter/dialogs/preferences/AnalOptionsWidget.h
  85. include/r2cutter/dialogs/preferences/AppearanceOptionsWidget.h
  86. include/r2cutter/dialogs/preferences/AsmOptionsWidget.h
  87. include/r2cutter/dialogs/preferences/ColorThemeEditDialog.h
  88. include/r2cutter/dialogs/preferences/DebugOptionsWidget.h
  89. include/r2cutter/dialogs/preferences/GraphOptionsWidget.h
  90. include/r2cutter/dialogs/preferences/InitializationFileEditor.h
  91. include/r2cutter/dialogs/preferences/PluginsOptionsWidget.h
  92. include/r2cutter/dialogs/preferences/PreferenceCategory.h
  93. include/r2cutter/dialogs/preferences/PreferencesDialog.h
  94. include/r2cutter/menus/AddressableItemContextMenu.h
  95. include/r2cutter/menus/DecompilerContextMenu.h
  96. include/r2cutter/menus/DisassemblyContextMenu.h
  97. include/r2cutter/plugins/CutterPlugin.h
  98. include/r2cutter/plugins/PluginManager.h
  99. include/r2cutter/widgets/AddressableDockWidget.h
  100. include/r2cutter/widgets/AddressableItemList.h
  101. include/r2cutter/widgets/BacktraceWidget.h
  102. include/r2cutter/widgets/BoolToggleDelegate.h
  103. include/r2cutter/widgets/BreakpointWidget.h
  104. include/r2cutter/widgets/CallGraph.h
  105. include/r2cutter/widgets/ClassesWidget.h
  106. include/r2cutter/widgets/ColorPicker.h
  107. include/r2cutter/widgets/ColorThemeComboBox.h
  108. include/r2cutter/widgets/ColorThemeListView.h
  109. include/r2cutter/widgets/ComboQuickFilterView.h
  110. include/r2cutter/widgets/CommentsWidget.h
  111. include/r2cutter/widgets/ConsoleWidget.h
  112. include/r2cutter/widgets/CutterDockWidget.h
  113. include/r2cutter/widgets/CutterGraphView.h
  114. include/r2cutter/widgets/CutterTreeView.h
  115. include/r2cutter/widgets/CutterTreeWidget.h
  116. include/r2cutter/widgets/Dashboard.h
  117. include/r2cutter/widgets/DebugActions.h
  118. include/r2cutter/widgets/DecompilerWidget.h
  119. include/r2cutter/widgets/DisassemblerGraphView.h
  120. include/r2cutter/widgets/DisassemblyWidget.h
  121. include/r2cutter/widgets/EntrypointWidget.h
  122. include/r2cutter/widgets/ExportsWidget.h
  123. include/r2cutter/widgets/FlagsWidget.h
  124. include/r2cutter/widgets/FunctionsWidget.h
  125. include/r2cutter/widgets/GraphGridLayout.h
  126. include/r2cutter/widgets/GraphHorizontalAdapter.h
  127. include/r2cutter/widgets/GraphLayout.h
  128. include/r2cutter/widgets/GraphView.h
  129. include/r2cutter/widgets/GraphWidget.h
  130. include/r2cutter/widgets/HeadersWidget.h
  131. include/r2cutter/widgets/HexWidget.h
  132. include/r2cutter/widgets/HexdumpWidget.h
  133. include/r2cutter/widgets/ImportsWidget.h
  134. include/r2cutter/widgets/ListDockWidget.h
  135. include/r2cutter/widgets/MemoryDockWidget.h
  136. include/r2cutter/widgets/MemoryMapWidget.h
  137. include/r2cutter/widgets/Omnibar.h
  138. include/r2cutter/widgets/OverviewView.h
  139. include/r2cutter/widgets/OverviewWidget.h
  140. include/r2cutter/widgets/ProcessesWidget.h
  141. include/r2cutter/widgets/QuickFilterView.h
  142. include/r2cutter/widgets/R2GraphWidget.h
  143. include/r2cutter/widgets/RegisterRefsWidget.h
  144. include/r2cutter/widgets/RegistersWidget.h
  145. include/r2cutter/widgets/RelocsWidget.h
  146. include/r2cutter/widgets/ResourcesWidget.h
  147. include/r2cutter/widgets/SdbWidget.h
  148. include/r2cutter/widgets/SearchWidget.h
  149. include/r2cutter/widgets/SectionsWidget.h
  150. include/r2cutter/widgets/SegmentsWidget.h
  151. include/r2cutter/widgets/SimpleTextGraphView.h
  152. include/r2cutter/widgets/StackWidget.h
  153. include/r2cutter/widgets/StringsWidget.h
  154. include/r2cutter/widgets/SymbolsWidget.h
  155. include/r2cutter/widgets/ThreadsWidget.h
  156. include/r2cutter/widgets/TypesWidget.h
  157. include/r2cutter/widgets/VTablesWidget.h
  158. include/r2cutter/widgets/VisualNavbar.h
  159. include/r2cutter/widgets/ZignaturesWidget.h
  160. lib/r2cutter/r2cutterConfig.cmake
  161. lib/r2cutter/r2cutterTargets-release.cmake
  162. lib/r2cutter/r2cutterTargets.cmake
  163. share/RadareOrg/r2cutter/translations/cutter_ar.qm
  164. share/RadareOrg/r2cutter/translations/cutter_ca.qm
  165. share/RadareOrg/r2cutter/translations/cutter_de.qm
  166. share/RadareOrg/r2cutter/translations/cutter_es.qm
  167. share/RadareOrg/r2cutter/translations/cutter_fa.qm
  168. share/RadareOrg/r2cutter/translations/cutter_fr.qm
  169. share/RadareOrg/r2cutter/translations/cutter_he.qm
  170. share/RadareOrg/r2cutter/translations/cutter_hi.qm
  171. share/RadareOrg/r2cutter/translations/cutter_it.qm
  172. share/RadareOrg/r2cutter/translations/cutter_ja.qm
  173. share/RadareOrg/r2cutter/translations/cutter_nl.qm
  174. share/RadareOrg/r2cutter/translations/cutter_pt.qm
  175. share/RadareOrg/r2cutter/translations/cutter_ro.qm
  176. share/RadareOrg/r2cutter/translations/cutter_ru.qm
  177. share/RadareOrg/r2cutter/translations/cutter_tr.qm
  178. share/RadareOrg/r2cutter/translations/cutter_zh.qm
  179. share/applications/org.radare.r2cutter.desktop
  180. share/icons/hicolor/scalable/apps/r2cutter.svg
  181. @owner
  182. @group
  183. @mode
Collapse this list.
Dependency lines:
  • radare-cutter>0:x11/radare-cutter
No installation instructions:
This port has been deleted.
PKGNAME: radare-cutter
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1613252970 SHA256 (radareorg-r2cutter-0.1.1_GH0.tar.gz) = b1e161c2625b48e700883ce57238f6927807aae9b1489a2402d2c05ecc5a7263 SIZE (radareorg-r2cutter-0.1.1_GH0.tar.gz) = 2408826

Expand this list (2 items)

Collapse this list.

SHA256 (radareorg-cutter-translations-8e1d24b_GH0.tar.gz) = 01d9a6a6ba5a537a1991e733a7a4959176db986710cd872373a1d0249f2729b8 SIZE (radareorg-cutter-translations-8e1d24b_GH0.tar.gz) = 502893

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. python3.9 : lang/python39
  5. xorgproto>=0 : x11/xorgproto
  6. qt5-buildtools>=5.15 : devel/qt5-buildtools
  7. linguist : devel/qt5-linguist
  8. qt5-qmake>=5.15 : devel/qt5-qmake
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
  2. linguist : devel/qt5-linguist
Library dependencies:
  1. libcapstone.so : devel/capstone4
  2. libr_bin.so : devel/radare2
  3. libGL.so : graphics/libglvnd
  4. libQt5Core.so : devel/qt5-core
  5. libQt5Qml.so : x11-toolkits/qt5-declarative
  6. libQt5Gui.so : x11-toolkits/qt5-gui
  7. libQt5Location.so : devel/qt5-location
  8. libQt5Network.so : net/qt5-network
  9. libQt5PrintSupport.so : print/qt5-printsupport
  10. libQt5Svg.so : graphics/qt5-svg
  11. libQt5WebChannel.so : www/qt5-webchannel
  12. libQt5WebEngineCore.so : www/qt5-webengine
  13. libQt5Widgets.so : x11-toolkits/qt5-widgets
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
x11_radare-cutter
USES:
cmake gl pkgconfig python:3.4+ qmake:outsource qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/radareorg/r2cutter/tar.gz/0.1.1?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2023-06-07
    REASON: Has expired: Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1_3,1
07 Jun 2023 20:44:12
commit hash: 23f5575119fa91bec97b639d761e4df71d160701commit hash: 23f5575119fa91bec97b639d761e4df71d160701commit hash: 23f5575119fa91bec97b639d761e4df71d160701commit hash: 23f5575119fa91bec97b639d761e4df71d160701 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
x11/radare-cutter: Remove expired port

2023-06-07 x11/radare-cutter: Cutter for radare has been discontinued as Cutter
has moved to use rizin as their backend framework
0.1.1_3,1
07 May 2023 19:26:17
commit hash: 697e493fdfcdeb939de3f369b69064e88af1623bcommit hash: 697e493fdfcdeb939de3f369b69064e88af1623bcommit hash: 697e493fdfcdeb939de3f369b69064e88af1623bcommit hash: 697e493fdfcdeb939de3f369b69064e88af1623b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11/radare-cutter: Mark DEPRECATED

- Cutter has moved into using rizin as the backend RE framework and no
  longer integrates with radare.
- Set EXPIRATION_DATE to 2023-06-07
0.1.1_2,1
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
0.1.1_1,1
11 Apr 2023 20:46:12
commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Adopt ports from swills@
0.1.1_1,1
11 Apr 2023 20:34:04
commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72dcommit hash: 4f538db960da5a685c2ddfa6428089654b0ad72dcommit hash: 4f538db960da5a685c2ddfa6428089654b0ad72dcommit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return swills' ports to the pools after safeeping his ports bit.

With hat:	portmgr-secretary
0.1.1_1,1
11 Sep 2022 10:20:14
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.1.1_1,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.1_1,1
25 Feb 2022 20:23:20
commit hash: 9a3b512fbe4ca0bc90a8ec13f72f1f70a9e55758commit hash: 9a3b512fbe4ca0bc90a8ec13f72f1f70a9e55758commit hash: 9a3b512fbe4ca0bc90a8ec13f72f1f70a9e55758commit hash: 9a3b512fbe4ca0bc90a8ec13f72f1f70a9e55758 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
x11/radare-cutter: don't use webengine where it's not available

Builds fine without it.
0.1.1_1,1
23 Jan 2022 20:56:25
commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
0.1.1_1,1
22 Jun 2021 18:53:08
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
0.1.1,1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.1.1,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.1.1,1
24 Mar 2021 13:34:36
Revision:569118Original commit files touched by this commit
rene search for other commits by this committer
Mark ports recursively depending on Python 2.7 for expiration on June 23.

For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
0.1.1,1
13 Feb 2021 22:02:43
Revision:565182Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 0.1.1
1.12.0
21 Sep 2020 16:49:38
Revision:549460Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.12.0

PR:		249093
1.11.1
24 Aug 2020 16:49:13
Revision:546100Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.11.1
1.8.2
21 May 2020 10:54:54
Revision:536107Original commit files touched by this commit
tcberner search for other commits by this committer
x11/radare-cutter: prepare for Qt5-5.15
1.8.2
22 May 2019 20:32:42
Revision:502283Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.8.2
1.8.1
29 Apr 2019 11:54:04
Revision:500407Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.8.1
1.7.4
25 Jan 2019 15:00:55
Revision:491150Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.7.4
1.7.3_1
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
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 View all of this commit message)
1.7.3
27 Dec 2018 16:57:38
Revision:488549Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.7.3
1.7.2
16 Dec 2018 14:49:16
Revision:487594Original commit files touched by this commit
tcberner search for other commits by this committer
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
1.7.2
28 Nov 2018 14:23:19
Revision:486093Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.7.2
1.7.1_1
04 Nov 2018 19:00:54
Revision:484140Original commit files touched by this commit
tcberner search for other commits by this committer
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
1.7.1
18 Sep 2018 02:39:43
Revision:479966Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.7.1
1.5_1
17 Sep 2018 21:27:28
Revision:479959Original commit files touched by this commit
antoine search for other commits by this committer
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
1.5_1
13 Jul 2018 06:55:27
Revision:474554Original commit files touched by this commit
mat search for other commits by this committer
Remove dependencies on lang/python3.

Sponsored by:	Absolight
1.5
04 Jul 2018 19:59:27
Revision:473918Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.5
1.4
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
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
1.4
24 May 2018 11:26:57
Revision:470768Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.4
1.3
22 Mar 2018 01:05:11
Revision:465254Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: update to 1.3
1.1_1
09 Mar 2018 01:03:45
Revision:463925Original commit files touched by this commit
yuri search for other commits by this committer
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)
1.1
06 Jan 2018 07:41:45
Revision:458230Original commit files touched by this commit
antoine search for other commits by this committer
Fix LICENSE_FILE

Reported by:	pkg-fallout
1.1
04 Jan 2018 17:09:27
Revision:458038Original commit files touched by this commit
swills search for other commits by this committer
x11/radare-cutter: create port

A Qt and C++ GUI for radare2 reverse engineering framework

WWW: https://github.com/radareorg/cutter

Number of commits found: 36