svn commit: r560878 - branches/2021Q1/sysutils/conky/files

Guido Falsi madpilot at FreeBSD.org
Sat Jan 9 16:44:28 UTC 2021


Author: madpilot
Date: Sat Jan  9 16:44:27 2021
New Revision: 560878
URL: https://svnweb.freebsd.org/changeset/ports/560878

Log:
  MFH: r560876
  
  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:
  branches/2021Q1/sysutils/conky/files/patch-src_freebsd.cc
     - copied unchanged from r560876, head/sysutils/conky/files/patch-src_freebsd.cc
Modified:
Directory Properties:
  branches/2021Q1/   (props changed)

Copied: branches/2021Q1/sysutils/conky/files/patch-src_freebsd.cc (from r560876, head/sysutils/conky/files/patch-src_freebsd.cc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2021Q1/sysutils/conky/files/patch-src_freebsd.cc	Sat Jan  9 16:44:27 2021	(r560878, copy of r560876, head/sysutils/conky/files/patch-src_freebsd.cc)
@@ -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>
+ 


More information about the svn-ports-branches mailing list