cutter: 2.5.0

This commit is contained in:
i0ntempest
2026-07-02 13:22:28 +08:00
parent 8a8015db15
commit 5bace5a485
+5 -20
View File
@@ -6,9 +6,9 @@ PortGroup qt6 1.0
PortGroup cmake 1.1
PortGroup app 1.1
github.setup rizinorg cutter 2.5.0-rc1 v
github.setup rizinorg cutter 2.5.0 v
name ${github.project}-rizin
revision 1
revision 0
github.tarball_from releases
distname Cutter-v${version}-src
@@ -22,9 +22,9 @@ long_description ${github.project} is a free and open-source reverse engineer
homepage https://cutter.re
checksums rmd160 063c95881a3b6395378f91a5965f35c6b5250cc1 \
sha256 5ecb58165262f98df23edafb8719928f2db73f80f62d4835edcd7290c11712fb \
size 14311963
checksums rmd160 f8ba319b3c3757c1609dfa7e275f0419c0770597 \
sha256 b524208f2b09fa5edb6720db007f2f8013089d64bebd87aabd147f79bf5f40b9 \
size 14310870
depends_build-append \
port:pkgconfig
@@ -38,21 +38,6 @@ qt6.depends_lib qtsvg \
extract.rename yes
post-patch {
# avoid collision with OpenSSL "typedef struct dh_st DH"
# see https://github.com/rizinorg/cutter/pull/3620. remove in the next version
foreach f {
src/widgets/DisassemblerGraphView.cpp
src/widgets/DisassemblyWidget.cpp
src/common/DisassemblyPreview.cpp
} {
reinplace "s|namespace DH = DisassemblyHelper;|namespace CutterDH = DisassemblyHelper;|g" \
${worksrcpath}/${f}
reinplace "s|DH::|CutterDH::|g" \
${worksrcpath}/${f}
}
}
compiler.cxx_standard \
2017