svn commit: r451033 - head/devel/radare2/files
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 1 08:10:53 UTC 2017
Author: antoine
Date: Sun Oct 1 08:10:52 2017
New Revision: 451033
URL: https://svnweb.freebsd.org/changeset/ports/451033
Log:
Unbreak, it seems the patch was applied twice
Reported by: pkg-fallout
Modified:
head/devel/radare2/files/patch-kinfo_file.c
Modified: head/devel/radare2/files/patch-kinfo_file.c
==============================================================================
--- head/devel/radare2/files/patch-kinfo_file.c Sun Oct 1 08:07:33 2017 (r451032)
+++ head/devel/radare2/files/patch-kinfo_file.c Sun Oct 1 08:10:52 2017 (r451033)
@@ -1,29 +1,6 @@
---- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200
-+++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200
-@@ -1487,15 +1487,15 @@
- type = 's';
- if (kve->kf_sock_domain == AF_LOCAL) {
- struct sockaddr_un *sun =
-- (struct sockaddr_un *)&kve->kf_sa_local;
-+ (struct sockaddr_un *)&kve->kf_un.kf_sock.kf_sa_local;
- if (sun->sun_path[0] != 0)
-- addr_to_string (&kve->kf_sa_local, path, sizeof(path));
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path));
- else
-- addr_to_string (&kve->kf_sa_peer, path, sizeof(path));
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path, sizeof(path));
- } else {
-- addr_to_string (&kve->kf_sa_local, path, sizeof(path));
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path));
- strcat (path, " ");
-- addr_to_string (&kve->kf_sa_peer, path + strlen (path),
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path + strlen (path),
- sizeof (path));
- }
- str = path;
---- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200
-+++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200
-@@ -1487,15 +1487,15 @@
+--- libr/debug/p/debug_native.c.orig 2016-11-10 16:17:54 UTC
++++ libr/debug/p/debug_native.c
+@@ -1487,15 +1487,15 @@ static RList *r_debug_desc_native_list (
type = 's';
if (kve->kf_sock_domain == AF_LOCAL) {
struct sockaddr_un *sun =
More information about the svn-ports-head
mailing list