pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/xsane



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 19 10:53:31 UTC 2025

Modified Files:
        pkgsrc/graphics/xsane: Makefile

Log Message:
xsane: disable gimp2 support

In preparation for gimp update.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/graphics/xsane/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/xsane/Makefile
diff -u pkgsrc/graphics/xsane/Makefile:1.155 pkgsrc/graphics/xsane/Makefile:1.156
--- pkgsrc/graphics/xsane/Makefile:1.155        Thu Apr 24 14:14:42 2025
+++ pkgsrc/graphics/xsane/Makefile      Mon May 19 10:53:31 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.155 2025/04/24 14:14:42 wiz Exp $
+# $NetBSD: Makefile,v 1.156 2025/05/19 10:53:31 wiz Exp $
 
 DISTNAME=      xsane-0.999
 PKGNAME=       xsane-0.99.9
-PKGREVISION=   41
+PKGREVISION=   42
 CATEGORIES=    graphics
 #MASTER_SITES= http://www.xsane.org/download/
 MASTER_SITES=  https://ftp.osuosl.org/pub/blfs/conglomeration/xsane/
@@ -16,14 +16,16 @@ USE_TOOLS+=         gmake msgfmt pkg-config
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
 
+CONFIGURE_ARGS+=       --disable-gimp
+CONFIGURE_ARGS+=       --disable-gimp2
+
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
-.include "../../graphics/gimp/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../graphics/sane-backends/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index