Commit Graph

16 Commits

Author SHA1 Message Date
naddy
424a60c42f remove line continuation before empty lines
ok sthen@ ajacoutot@
2022-10-31 23:14:52 +00:00
edd
d4a2d8ff29 devel/cutter: Update to version 2.1.0.
Our cutter package now uses rizin instead of radare2.

OK sthen@, thanks.
2022-08-12 20:12:51 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
rsadowski
7b8759ad65 Unbreak cutter build with kf5/syntax-highlighting 5.91.0
Spotted by naddy
2022-02-20 15:37:07 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
jasper
3cbbd651ae update to cutter-1.12.0 2020-09-12 08:47:43 +00:00
naddy
dd2bfce0d1 Fix build on archs where sizeof(size_t) < sizeof(uint64_t). ok jasper@ 2020-08-27 21:05:12 +00:00
jasper
7625a29845 update to cutter-1.11.1 2020-08-14 17:15:56 +00:00
jasper
c161a32568 update to cutter-1.11.0 2020-07-25 09:18:10 +00:00
jasper
df777a51a1 unbreak after r2 update 2020-07-21 07:41:59 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
jasper
398f0ea151 update to cutter-1.10.3 2020-05-19 19:48:48 +00:00
jasper
461d629bca add support for rendering graphs with graphviz
also enable python support (but no python plugins yet), syntax highlighting
through kf5-syntax-highlighting.
2020-04-11 19:35:14 +00:00
jasper
426372bfb8 import cutter-1.10.2
Cutter goal is to be an advanced FREE and open-source
reverse-engineering platform while keeping the user experience at mind.
Cutter is created by reverse engineers for reverse engineers.

ok edd@
2020-04-11 18:58:04 +00:00