summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/files/patch-backend__kodakaio.c
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-29 12:31:51 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-29 12:31:51 +0000
commit9088421f9e0b9e80eeb324b2c41acd2125a63c84 (patch)
tree56944404b9aea136917c73574ccf3ce2d0b83e92 /graphics/sane-backends/files/patch-backend__kodakaio.c
parentaudio/cmus: Update to 2.8.0 (diff)
graphics/sane-backends: Actually update to 1.0.27
The current version is 1.0.25 with a wrongly named distfile which fails to fetch from the fossies.org mirror with a size mismatch. The update to 1.0.27 in r444767 also shows that the checksum and size have not changed in distinfo in that commit. Full changes between the distfiles from 1.0.27_4 & 1.0.27_5 can be found at [1]. - Remove dead alioth.debian.org mirror - Remove some no longer needed patches [1] https://people.freebsd.org/~tobik/logs/sane-backends-1.0.27.diff ABI: https://abi-laboratory.pro/tracker/timeline/sane-backends/ PR: 229653 Submitted by: Peter Wullinger <freebsd@dhke.de>
Diffstat (limited to 'graphics/sane-backends/files/patch-backend__kodakaio.c')
-rw-r--r--graphics/sane-backends/files/patch-backend__kodakaio.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/sane-backends/files/patch-backend__kodakaio.c b/graphics/sane-backends/files/patch-backend__kodakaio.c
deleted file mode 100644
index 029e6edd74c5..000000000000
--- a/graphics/sane-backends/files/patch-backend__kodakaio.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- backend/kodakaio.c.orig 2015-09-26 00:53:42 UTC
-+++ backend/kodakaio.c
-@@ -207,6 +207,10 @@ normal levels. This system is a plan rat
- #include <math.h>
- #include <poll.h>
- #include <time.h>
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_SOCKET_H
-+#include <sys/socket.h>
-+#endif
-
- #if WITH_AVAHI
- /* used for auto detecting network printers */