pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 13 16:19:04 UTC 2025

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile.common
        pkgsrc/graphics/SDL2_image: Makefile
        pkgsrc/graphics/liblqr: Makefile

Log Message:
graphics: remove unknown --with-iconv-prefix configure option


To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/SDL2_image/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/liblqr/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/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.282 pkgsrc/graphics/ImageMagick/Makefile.common:1.283
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.282   Mon May  5 07:50:44 2025
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Jul 13 16:19:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.282 2025/05/05 07:50:44 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.283 2025/07/13 16:19:04 rillig Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
@@ -28,6 +28,7 @@ WRKSRC=               ${WRKDIR}/ImageMagick-${DISTSUF
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 # For things for which we do not specify an explicit dependency above, disable
 # so that we don't cause implicit "hidden" dependencies.
 CONFIGURE_ARGS+=       --without-dps

Index: pkgsrc/graphics/SDL2_image/Makefile
diff -u pkgsrc/graphics/SDL2_image/Makefile:1.30 pkgsrc/graphics/SDL2_image/Makefile:1.31
--- pkgsrc/graphics/SDL2_image/Makefile:1.30    Thu Apr 24 14:14:11 2025
+++ pkgsrc/graphics/SDL2_image/Makefile Sun Jul 13 16:19:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2025/04/24 14:14:11 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/07/13 16:19:04 rillig Exp $
 
 DISTNAME=      SDL2_image-2.6.3
 PKGREVISION=   5
@@ -12,6 +12,7 @@ LICENSE=      zlib
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ARGS+=       ac_cv_prog_ac_ct_OBJC=${CC:Q}
 
 INSTALLATION_DIRS=     bin

Index: pkgsrc/graphics/liblqr/Makefile
diff -u pkgsrc/graphics/liblqr/Makefile:1.13 pkgsrc/graphics/liblqr/Makefile:1.14
--- pkgsrc/graphics/liblqr/Makefile:1.13        Tue Apr 29 09:26:10 2025
+++ pkgsrc/graphics/liblqr/Makefile     Sun Jul 13 16:19:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/04/29 09:26:10 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2025/07/13 16:19:04 rillig Exp $
 
 DISTNAME=      liblqr-1-0.4.3
 PKGNAME=       ${DISTNAME:S/-1-/-/}
@@ -15,6 +15,7 @@ LICENSE=      gnu-gpl-v3 AND gnu-lgpl-v3
 USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 PKGCONFIG_OVERRIDE=    lqr-1.pc.in
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index