Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2025 12:31:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285343] graphics/xsane  fails to start
Message-ID:  <bug-285343-7788-0Xar3QM9bv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285343-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285343-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285343

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |desktop@FreeBSD.org

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
The key for this issue is:
(xsane:8981): GdkPixbuf-WARNING **: 21:31:21.671: Error loading XPM image
loader: Image type =E2=80=9Cxpm=E2=80=9D is not supported

Show output from: pkg info gdk-pixbuf2 | grep -A7 ^Options
Options        :
        DOCS           : off
        GIF            : on
        JPEG           : on
        MANPAGES       : off
        OTHERS         : off
        PNG            : on
        TIFF           : on
Then rebuild graphics/gdk-pixbuf2 with option OTHERS on.

Suggested patch:
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index 5e44921da7dc..a5431a40dfa8 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=3D      gdk-pixbuf
-PORTVERSION=3D   2.42.12
+DISTVERSION=3D   2.42.12
+PORTREVISION=3D  1
 CATEGORIES=3D    graphics
 MASTER_SITES=3D  GNOME
 PKGNAMESUFFIX=3D 2
@@ -29,7 +30,7 @@ PLIST_SUB+=3D   LIBVERSION=3D${LIBVERSION}

 OPTIONS_SUB=3D   yes
 OPTIONS_DEFINE=3D        DOCS GIF JPEG MANPAGES OTHERS PNG TIFF
-OPTIONS_DEFAULT=3DGIF JPEG MANPAGES PNG TIFF
+OPTIONS_DEFAULT=3DGIF JPEG MANPAGES OTHERS PNG TIFF

 OTHERS_DESC=3D   Enable weakly-maintained loaders

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285343-7788-0Xar3QM9bv>