FreeBSD Bugzilla – Attachment 206570 Details for
Bug 239872
devel/radare2: update to 3.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN patch for radare2 3.7.1
devel_radare2_3.7.1.diff (text/plain), 2.85 KB, created by
Michael Zhilin
on 2019-08-15 09:06:38 UTC
(
hide
)
Description:
SVN patch for radare2 3.7.1
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2019-08-15 09:06:38 UTC
Size:
2.85 KB
patch
obsolete
>Index: devel/radare2/Makefile >=================================================================== >--- devel/radare2/Makefile (revision 508932) >+++ devel/radare2/Makefile (working copy) >@@ -1,43 +1,43 @@ > # Created by: Karsten Pedersen <kpedersen@opencde.org> > # $FreeBSD$ > > PORTNAME= radare2 >-DISTVERSION= 3.5.1 >+DISTVERSION= 3.7.1 > CATEGORIES= devel > > MAINTAINER= mizhka@gmail.com > COMMENT= Tools to disasm, debug, analyze, and manipulate binary files > > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYING > > NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpc powerpc64 sparc64 > NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture > > LIB_DEPENDS= libcapstone.so:devel/capstone4 > > USES= gmake localbase pathfix pkgconfig > USE_GITHUB= yes > USE_LDCONFIG= yes > > CONFIGURE_ARGS= --with-syscapstone > GH_ACCOUNT= radare > PATHFIX_MAKEFILEIN= Makefile > GNU_CONFIGURE= yes > > MAKE_ENV+= HOST_CC=${CC} > PLIST_SUB+= PORTVERSION="${PORTVERSION}" > > OPTIONS_DEFINE= DOCS > > post-patch-DOCS-off: > @${REINPLACE_CMD} -e 's| install-doc ||g' \ > ${WRKSRC}/Makefile > > # libr/flag/d/Makefile generates an r2 script from all files in > # current directory, including .bak file left by ${REINPLACE_CMD} > # called by pathfix. > post-patch: > ${RM} ${WRKSRC}/libr/flag/d/Makefile.bak > > .include <bsd.port.mk> >Index: devel/radare2/distinfo >=================================================================== >--- devel/radare2/distinfo (revision 508932) >+++ devel/radare2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1558492983 >-SHA256 (radare-radare2-3.5.1_GH0.tar.gz) = 818bac855b13f19f1a71059b683dcf3d9fc802494c5637e9a941b44488ced88e >-SIZE (radare-radare2-3.5.1_GH0.tar.gz) = 7083677 >+TIMESTAMP = 1565812335 >+SHA256 (radare-radare2-3.7.1_GH0.tar.gz) = 89c605c307e7d29458aa816dfa556077a63474474838b9a5f45d2691b32ba0d5 >+SIZE (radare-radare2-3.7.1_GH0.tar.gz) = 7481103 >Index: devel/radare2/files/patch-kinfo_file.c >=================================================================== >Index: devel/radare2/files/patch-libr_util_Makefile >=================================================================== >--- devel/radare2/files/patch-libr_util_Makefile (nonexistent) >+++ devel/radare2/files/patch-libr_util_Makefile (working copy) >@@ -0,0 +1,11 @@ >+--- libr/util/Makefile.orig 2019-08-14 18:53:09 UTC >++++ libr/util/Makefile >+@@ -51,7 +51,7 @@ endif >+ endif >+ >+ # FreeBSD 10.0 ships with backtrace(3) in -lexecinfo >+-ifeq (${BUILD_OS},freebsd) >++ifeq (${HOST_OS},freebsd) >+ ifneq ($(shell expr "`uname -r`" : '[0-9]\.'), 2) >+ LDFLAGS+=-lexecinfo >+ endif > >Property changes on: devel/radare2/files/patch-libr_util_Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
mizhka
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 239872
:
206570
|
206611