Date: Sat, 9 Jan 2021 16:43:49 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560876 - head/sysutils/conky/files Message-ID: <202101091643.109Ghnm7040231@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sat Jan 9 16:43:48 2021 New Revision: 560876 URL: https://svnweb.freebsd.org/changeset/ports/560876 Log: Fix conky build on head after commit a21def4d568f which removed the wi driver. The code actually depending on this include is already disabled by #if 0, so there is no functional change. Added: head/sysutils/conky/files/patch-src_freebsd.cc (contents, props changed) Added: head/sysutils/conky/files/patch-src_freebsd.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/conky/files/patch-src_freebsd.cc Sat Jan 9 16:43:48 2021 (r560876) @@ -0,0 +1,12 @@ +--- src/freebsd.cc.orig 2020-07-27 12:01:52 UTC ++++ src/freebsd.cc +@@ -49,7 +49,9 @@ + #include <unistd.h> + + #include <dev/acpica/acpiio.h> ++#if 0 + #include <dev/wi/if_wavelan_ieee.h> ++#endif + + #include <mutex> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101091643.109Ghnm7040231>