ports/graphics/sane-backends/files/patch-backend__Makefile.in
Tobias Kortkamp 9088421f9e 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>
2019-01-29 12:31:51 +00:00

29 lines
1.3 KiB
Text

--- backend/Makefile.in.orig 2018-08-28 15:10:08 UTC
+++ backend/Makefile.in
@@ -1518,7 +1518,7 @@ AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/sane
+DEFAULT_INCLUDES = -I$(top_builddir)/include/sane -I$(top_builddir)/include -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
@@ -5609,7 +5609,7 @@ install-becfg:
@# installed library in $(sanelibdir) to $(sanelibdir)/libsane.*.
@# Having two libsane's can cause issues so get rid of it.
-rm -f $(DESTDIR)$(sanelibdir)/libsane.*
- test -z "$(configdir)" || $(MKDIR_P) "$(DESTDIR)$(configdir)"
+ test -z "$(configdir)/dist" || $(MKDIR_P) "$(DESTDIR)$(configdir)/dist"
test -z "$(configdir)/dll.d" || $(MKDIR_P) "$(DESTDIR)$(configdir)/dll.d"
@list="$(BACKEND_CONFS_ENABLED) saned.conf dll.conf"; for cfg in $$list; do \
if test ! -r $${cfg}; then continue; fi; \
@@ -5617,7 +5617,7 @@ install-becfg:
echo NOT overwriting $${cfg} in $(configdir)...; \
else \
echo installing $${cfg} in $(configdir)/$${cfg}...; \
- $(INSTALL_DATA) $${cfg} $(DESTDIR)$(configdir)/$${cfg} \
+ $(INSTALL_DATA) $${cfg} $(DESTDIR)$(configdir)/dist/$${cfg} \
|| exit 1; \
fi; \
done