aboutsummaryrefslogtreecommitdiff
path: root/net/apcupsd
diff options
context:
space:
mode:
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-20 16:02:15 -0800
committerIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-20 16:02:15 -0800
commit5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch)
treed0754921833f413b7eb93fb6bb1b1c8a22fb0498 /net/apcupsd
parentd651082447b4392399a40ea1ae11d0bce4bfe83a (diff)
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'net/apcupsd')
-rw-r--r--net/apcupsd/patches/010-fix-usb.patch4
-rw-r--r--net/apcupsd/patches/015-drop-doc.patch8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/apcupsd/patches/010-fix-usb.patch b/net/apcupsd/patches/010-fix-usb.patch
index b313bb22f..0954e16f3 100644
--- a/net/apcupsd/patches/010-fix-usb.patch
+++ b/net/apcupsd/patches/010-fix-usb.patch
@@ -1,5 +1,5 @@
---- a/include/libusb.h.in.orig 2015-02-21 18:53:51.023682068 +0100
-+++ a/include/libusb.h.in 2015-02-21 18:54:14.722788757 +0100
+--- a/include/libusb.h.in
++++ b/include/libusb.h.in
@@ -6,4 +6,4 @@
* path at configure time and various apcupsd bits include this
* when they need libusb's usb.h.
diff --git a/net/apcupsd/patches/015-drop-doc.patch b/net/apcupsd/patches/015-drop-doc.patch
index fb90b22c0..ff2144d23 100644
--- a/net/apcupsd/patches/015-drop-doc.patch
+++ b/net/apcupsd/patches/015-drop-doc.patch
@@ -1,10 +1,10 @@
---- a/Makefile.orig 2019-04-04 18:19:45.007668656 +0200
-+++ a/Makefile 2019-04-04 18:23:00.723165465 +0200
+--- a/Makefile
++++ b/Makefile
@@ -1,6 +1,6 @@
topdir:=.
-
+
-SUBDIRS=src platforms doc
+SUBDIRS=src platforms
include autoconf/targets.mak
-
+
# Force platforms/ to build after src/