diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-04-26 22:57:08 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-04-26 23:09:36 -0400 |
commit | 733a229d481165fd69d45e85ff9f7a28617dc6ee (patch) | |
tree | 0f8863cf05f14d00324877d941edf6d7dadab488 | |
parent | devel/gammaray: Fix build with Qt 6.9 (diff) |
devel/iaito: Fix build with Qt 6.9
With hat: kde@
PR: 286051
-rw-r--r-- | devel/iaito/Makefile | 3 | ||||
-rw-r--r-- | devel/iaito/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/devel/iaito/Makefile b/devel/iaito/Makefile index 1fbc38bb7595..6352e699e41d 100644 --- a/devel/iaito/Makefile +++ b/devel/iaito/Makefile @@ -2,6 +2,9 @@ PORTNAME= iaito DISTVERSION= 5.9.9 CATEGORIES= devel +PATCH_SITES= https://github.com/radareorg/iaito/commit/ +PATCHFILES+= 14d843c138defd36b8550c37f067e64d6b8316fb.patch:-p1 # Fix build with Qt >= 6.9.0 + MAINTAINER= freebsd@sysctl.cz COMMENT= Official QT frontend of radare2, a libre reverse engineering framework WWW= https://github.com/radareorg/iaito diff --git a/devel/iaito/distinfo b/devel/iaito/distinfo index 03757cf23869..ca51e4b02578 100644 --- a/devel/iaito/distinfo +++ b/devel/iaito/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1733653022 +TIMESTAMP = 1745042855 SHA256 (radareorg-iaito-5.9.9_GH0.tar.gz) = 333e56c13ca05570eac4ae9dd53ecd7650444092aedf5b5e8959c3fb20c3316b SIZE (radareorg-iaito-5.9.9_GH0.tar.gz) = 2865917 +SHA256 (14d843c138defd36b8550c37f067e64d6b8316fb.patch) = 791e0c9f34d94e31f87a6f8377b70fe36c5a8738129331fe6cf213af67223765 +SIZE (14d843c138defd36b8550c37f067e64d6b8316fb.patch) = 1150 |