mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
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>
11 lines
213 B
C
11 lines
213 B
C
--- backend/epsonds.c.orig 2017-05-15 01:19:11 UTC
|
|
+++ backend/epsonds.c
|
|
@@ -40,6 +40,8 @@
|
|
|
|
#include "sane/config.h"
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <ctype.h>
|
|
#include <unistd.h>
|
|
|