From 325ab7be8bd1ed2ca6d66f55090657a42620938d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 11 Nov 2017 10:30:10 +0000 Subject: Remove expired ports: 2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment 2017-11-09 games/lordsawar: Broken for more than 6 months 2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months 2017-11-09 audio/gspeakers: Broken for more than 6 months 2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months 2017-11-09 audio/tclmidi: Broken for more than 6 months 2017-11-09 security/py-xmlsec: Broken for more than 6 months 2017-11-09 security/samba-virusfilter: Broken for more than 6 months 2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months 2017-11-09 audio/sooperlooper: Broken for more than 6 months 2017-11-09 devel/dwarves: Broken for more than 6 months 2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months 2017-11-09 devel/pinba_engine: Broken for more than 6 months 2017-11-09 devel/py-event: Broken for more than 6 months --- devel/dwarves/files/patch-dwarves__fprintf.c | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 devel/dwarves/files/patch-dwarves__fprintf.c (limited to 'devel/dwarves/files/patch-dwarves__fprintf.c') diff --git a/devel/dwarves/files/patch-dwarves__fprintf.c b/devel/dwarves/files/patch-dwarves__fprintf.c deleted file mode 100644 index 6e9285066880..000000000000 --- a/devel/dwarves/files/patch-dwarves__fprintf.c +++ /dev/null @@ -1,27 +0,0 @@ ---- dwarves_fprintf.c.orig 2016-06-30 19:30:28 UTC -+++ dwarves_fprintf.c -@@ -9,6 +9,9 @@ - published by the Free Software Foundation. - */ - -+/* For CACHE_LINE_SIZE */ -+#include -+ - #include - #include - #include -@@ -1699,7 +1702,14 @@ void cus__print_error_msg(const char *pr - void dwarves__fprintf_init(uint16_t user_cacheline_size) - { - if (user_cacheline_size == 0) { -+#if 0 - long sys_cacheline_size = sysconf(_SC_LEVEL1_DCACHE_LINESIZE); -+#else -+ /* -+ * CEM: Ideally we could get this programmatically. -+ */ -+ long sys_cacheline_size = CACHE_LINE_SIZE; -+#endif - - if (sys_cacheline_size > 0) - cacheline_size = sys_cacheline_size; -- cgit v1.2.3