[Bug 288519] graphics/sane-airscan: sane-airscan is missing a required shared library: libxml2.so.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 31 Jul 2025 01:07:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288519

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org

--- Comment #4 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Daniel Post from comment #2)
Patch to 0.99.36 is trivial (while here fix warning from portclippy):
--- graphics/sane-airscan/Makefile.orig
+++ graphics/sane-airscan/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=      sane-airscan
-DISTVERSION=   0.99.29
-PORTREVISION=  1
+DISTVERSION=   0.99.36
 CATEGORIES=    graphics

 MAINTAINER=    henry.hu.sh@gmail.com
@@ -17,10 +16,9 @@
                libtiff.so:graphics/tiff

 USES=          gnome jpeg meson pkgconfig
-USE_GNOME=     libxml2
-
 USE_GITHUB=    yes
 GH_ACCOUNT=    alexpevzner
+USE_GNOME=     libxml2

 post-install:
        @${MV} ${STAGEDIR}${PREFIX}/etc/sane.d/airscan.conf \
--- graphics/sane-airscan/distinfo.orig
+++ graphics/sane-airscan/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1719644469
-SHA256 (alexpevzner-sane-airscan-0.99.29_GH0.tar.gz) =
e8aa43005ed495fc0db65e2ff51b29cef11a45fc6d8c385294b3394b848db65f
-SIZE (alexpevzner-sane-airscan-0.99.29_GH0.tar.gz) = 211753
+TIMESTAMP = 1753920000
+SHA256 (alexpevzner-sane-airscan-0.99.36_GH0.tar.gz) =
43d3436c0199496ee18aca4f875fe3926a40a0fae781bc280cdb96f7b5068ac0
+SIZE (alexpevzner-sane-airscan-0.99.36_GH0.tar.gz) = 218775

You can test 0.99.36.
I think we can use this PR for update port.

-- 
You are receiving this mail because:
You are the assignee for the bug.