mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10: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>
15 lines
404 B
C
15 lines
404 B
C
--- sanei/sanei_pa4s2.c.orig 2017-05-15 01:19:11 UTC
|
|
+++ sanei/sanei_pa4s2.c
|
|
@@ -112,6 +112,12 @@ inb (u_long port)
|
|
|
|
#endif /* HAVE_LIBIEEE1284 */
|
|
|
|
+#if defined(__FreeBSD__) && defined(__i386__)
|
|
+#define HAVE_IOPERM
|
|
+#define ioperm i386_set_ioperm
|
|
+#include <machine/sysarch.h>
|
|
+#endif
|
|
+
|
|
#include "../include/sane/sane.h"
|
|
#include "../include/sane/sanei.h"
|
|
#include "../include/sane/sanei_pa4s2.h"
|