FreeBSD Bugzilla – Attachment 249945 Details for
Bug 278339
[NEW PORT] x11/iaito: Official QT frontend of radare2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
iaito.diff
iaito.diff (text/plain), 3.26 KB, created by
Martin Filla
on 2024-04-13 04:34:06 UTC
(
hide
)
Description:
iaito.diff
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2024-04-13 04:34:06 UTC
Size:
3.26 KB
patch
obsolete
>diff --git a/x11/iaito/Makefile b/x11/iaito/Makefile >new file mode 100644 >index 000000000000..83cac3c72f40 >--- /dev/null >+++ b/x11/iaito/Makefile >@@ -0,0 +1,60 @@ >+PORTNAME= iaito >+PORTVERSION= 5.9.0 >+CATEGORIES= x11 >+ >+MAINTAINER= freebsd@sysctl.cz >+COMMENT= Official QT frontend of radare2 >+WWW= https://github.com/radareorg/iaito >+ >+LICENSE= GPLv3 >+ >+BUILD_DEPENDS= radare2>0:devel/radare2 >+ >+LIB_DEPENDS= libr_core.so:devel/radare2 \ >+ libcapstone.so:devel/capstone \ >+ libr_config.so:devel/radare2 \ >+ libr_debug.so:devel/radare2 \ >+ libr_bin.so:devel/radare2 \ >+ libr_lang.so:devel/radare2 \ >+ libr_anal.so:devel/radare2 \ >+ libr_bp.so:devel/radare2 \ >+ libr_egg.so:devel/radare2 \ >+ libr_asm.so:devel/radare2 \ >+ libr_flag.so:devel/radare2 \ >+ libr_cons.so:devel/radare2 \ >+ libr_reg.so:devel/radare2 \ >+ libr_search.so:devel/radare2 \ >+ libr_syscall.so:devel/radare2 \ >+ libr_socket.so:devel/radare2 \ >+ libr_fs.so:devel/radare2 \ >+ libr_util.so:devel/radare2 \ >+ libr_io.so:devel/radare2 \ >+ libr_magic.so:devel/radare2 \ >+ libr_crypto.so:devel/radare2 \ >+ libr_arch.so:devel/radare2 \ >+ libr_esil.so:devel/radare2 \ >+ libGL.so:graphics/libglvnd \ >+ >+USES= gmake ssl qt:5 pkgconfig qmake:no_configure >+USE_QT= svg widgets gui network core linguisttools buildtools >+USE_GL= gl >+MAKE_ENV= QMAKE_FLAGS="PREFIX=${STAGEDIR}${PREFIX}"\ >+ DESTDIR=${STAGEDIR}${PREFIX} >+GNU_CONFIGURE= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= radareorg >+GH_PROJECT= iaito >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_DATA} ${WRKSRC}/src/org.radare.${PORTNAME}.desktop \ >+ ${STAGEDIR}${DESKTOPDIR} >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps >+ ${INSTALL_DATA} ${WRKSRC}/src/img/org.radare.iaito.svg \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo >+ ${INSTALL_DATA} ${WRKSRC}/src/org.radare.iaito.appdata.xml \ >+ ${STAGEDIR}${PREFIX}/share/metainfo >+ >+.include <bsd.port.mk> >diff --git a/x11/iaito/distinfo b/x11/iaito/distinfo >new file mode 100644 >index 000000000000..ca8aafae3e7b >--- /dev/null >+++ b/x11/iaito/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1712936504 >+SHA256 (radareorg-iaito-5.9.0_GH0.tar.gz) = 354d6b8de9dd8c0e985879be48409cbb3bd5bc1c957966f32eb7d46ac8fa5a14 >+SIZE (radareorg-iaito-5.9.0_GH0.tar.gz) = 3104941 >diff --git a/x11/iaito/files/patch-Makefile b/x11/iaito/files/patch-Makefile >new file mode 100644 >index 000000000000..84a7ef199e13 >--- /dev/null >+++ b/x11/iaito/files/patch-Makefile >@@ -0,0 +1,10 @@ >+--- Makefile.orig 2024-04-12 21:12:28 UTC >++++ Makefile >+@@ -19,7 +19,7 @@ endif >+ ifeq ($(WANT_PYTHON_BINDINGS),1) >+ QMAKE_FLAGS+=IAITO_ENABLE_PYTHON_BINDINGS=true >+ endif >+-QMAKE_FLAGS+=PREFIX=$(PREFIX) >++#QMAKE_FLAGS+=PREFIX=$(PREFIX) >+ >+ all: iaito >diff --git a/x11/iaito/pkg-descr b/x11/iaito/pkg-descr >new file mode 100644 >index 000000000000..21b8631a6b6f >--- /dev/null >+++ b/x11/iaito/pkg-descr >@@ -0,0 +1 @@ >+Official QT frontend of radare2 >diff --git a/x11/iaito/pkg-plist b/x11/iaito/pkg-plist >new file mode 100644 >index 000000000000..675e8690a252 >--- /dev/null >+++ b/x11/iaito/pkg-plist >@@ -0,0 +1,4 @@ >+bin/iaito >+share/applications/org.radare.iaito.desktop >+share/icons/hicolor/scalable/apps/org.radare.iaito.svg >+share/metainfo/org.radare.iaito.appdata.xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278339
:
249945
|
252448
|
252449
|
252645
|
252654
|
252659
|
252660
|
252684