* [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/files/
@ 2022-07-15 1:32 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-15 1:32 UTC (permalink / raw
To: gentoo-commits
commit: 9f2f3ebd1a44b2c10b4ba9e73fa895ea39e46b7c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 7 14:32:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 01:28:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2f3ebd
net-libs/libtrace: remove unused patches
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/26263
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/libtrace-3.0.20-autoconf-1.13.patch | 11 --------
.../files/libtrace-4.0.0-no-examples.patch | 10 --------
.../libtrace/files/libtrace-4.0.0-with-numa.patch | 27 -------------------
.../libtrace/files/libtrace-4.0.9_p1-tinfo.patch | 30 ----------------------
4 files changed, 78 deletions(-)
diff --git a/net-libs/libtrace/files/libtrace-3.0.20-autoconf-1.13.patch b/net-libs/libtrace/files/libtrace-3.0.20-autoconf-1.13.patch
deleted file mode 100644
index ed51ecb82868..000000000000
--- a/net-libs/libtrace/files/libtrace-3.0.20-autoconf-1.13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -61,7 +61,7 @@
- ])
-
- # Put all our automake definitions in config.h
--AM_CONFIG_HEADER([config.h])
-+AC_CONFIG_HEADERS([config.h])
-
- # Checks for C and C++ compilers
- AC_PROG_CC
diff --git a/net-libs/libtrace/files/libtrace-4.0.0-no-examples.patch b/net-libs/libtrace/files/libtrace-4.0.0-no-examples.patch
deleted file mode 100644
index 8467ffda24b0..000000000000
--- a/net-libs/libtrace/files/libtrace-4.0.0-no-examples.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,6 +1,6 @@
- LIBPACKETDUMP_DIR = libpacketdump
- TOOLS_DIR = tools
--SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs examples
-+SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs
-
- ACLOCAL_AMFLAGS = -I m4
- AUTOMAKE_OPTIONS = 1.9 foreign
diff --git a/net-libs/libtrace/files/libtrace-4.0.0-with-numa.patch b/net-libs/libtrace/files/libtrace-4.0.0-with-numa.patch
deleted file mode 100644
index 54e9f54f8dc1..000000000000
--- a/net-libs/libtrace/files/libtrace-4.0.0-with-numa.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -431,7 +431,23 @@
- [[#include <linux/if_packet.h>]])
-
- # If we use DPDK we might be able to use libnuma
--AC_CHECK_LIB(numa, numa_node_to_cpus, have_numa=1, have_numa=0)
-+AC_ARG_WITH(numa,
-+ AS_HELP_STRING(--with-numa,include NUMA support),
-+[
-+ if test "$withval" = no
-+ then
-+ want_numa=no
-+ else
-+ want_numa=yes
-+ fi
-+],[
-+ # Default to building without NUMA
-+ want_numa=yes
-+])
-+
-+if test "$want_numa" != no; then
-+ AC_CHECK_LIB(numa, numa_node_to_cpus, have_numa=1, have_numa=0)
-+fi
-
- # Checks for various "optional" libraries
- AC_CHECK_LIB(pthread, pthread_create, have_pthread=1, have_pthread=0)
diff --git a/net-libs/libtrace/files/libtrace-4.0.9_p1-tinfo.patch b/net-libs/libtrace/files/libtrace-4.0.9_p1-tinfo.patch
deleted file mode 100644
index e79f7cf82f9f..000000000000
--- a/net-libs/libtrace/files/libtrace-4.0.9_p1-tinfo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/tools/tracetop/Makefile.am
-+++ b/tools/tracetop/Makefile.am
-@@ -6,6 +6,6 @@
- include ../Makefile.tools
-
- tracetop_SOURCES = tracetop.cc
--tracetop_LDADD = -lncurses
-+tracetop_LDADD = @ncurses_LIBS@
- tracetop_CPPFLAGS = -fno-strict-aliasing $(AM_CFLAGS)
- endif
---- a/configure.in
-+++ b/configure.in
-@@ -79,6 +79,8 @@
- AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc)
- AM_PROG_LEX
-
-+PKG_PROG_PKG_CONFIG
-+
- # All our source files for function replacements are in lib/
- AC_CONFIG_LIBOBJ_DIR(lib)
-
-@@ -645,6 +663,8 @@
- fi
- fi
-
-+PKG_CHECK_MODULES(ncurses,ncurses,have_ncurses=yes,have_ncurses=no)
-+
- AC_ARG_WITH([ncurses],
- AC_HELP_STRING([--with-ncurses], [build tracetop (requires ncurses)]))
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/files/
@ 2017-02-28 8:14 Jeroen Roovers
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers @ 2017-02-28 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 592c2c59aac58fa23fdd6f6f18c18753fc0b72da
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 08:14:24 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 08:14:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592c2c59
net-libs/libtrace: Clean up patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/net-libs/libtrace/files/libtrace-4.0.0-headers.patch b/net-libs/libtrace/files/libtrace-4.0.0-headers.patch
index 589bf97cb0..1834f69053 100644
--- a/net-libs/libtrace/files/libtrace-4.0.0-headers.patch
+++ b/net-libs/libtrace/files/libtrace-4.0.0-headers.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 5a5ca35..6c0a8f2 100644
+https://github.com/wanduow/libtrace/commit/cff18196808f8369d7825aa1d60de86236bce0df
+
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,7 @@
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-15 1:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 1:32 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/files/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-02-28 8:14 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox