pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 13 17:27:12 UTC 2025

Modified Files:
        pkgsrc/devel/py-gobject: Makefile.common
        pkgsrc/security/libgcrypt: Makefile
        pkgsrc/textproc/intltool: Makefile
        pkgsrc/textproc/openjade: Makefile
        pkgsrc/textproc/xmlto: Makefile
        pkgsrc/x11/libXft: Makefile
        pkgsrc/x11/xcb-proto: Makefile

Log Message:
several packages: remove unknown --with-iconv-prefix configure option


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-gobject/Makefile.common
cvs rdiff -u -r1.119 -r1.120 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/textproc/intltool/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/openjade/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/xmlto/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/libXft/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/xcb-proto/Makefile

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

Modified files:

Index: pkgsrc/devel/py-gobject/Makefile.common
diff -u pkgsrc/devel/py-gobject/Makefile.common:1.24 pkgsrc/devel/py-gobject/Makefile.common:1.25
--- pkgsrc/devel/py-gobject/Makefile.common:1.24        Wed Apr 17 11:57:36 2024
+++ pkgsrc/devel/py-gobject/Makefile.common     Sun Jul 13 17:27:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2024/04/17 11:57:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2025/07/13 17:27:11 rillig Exp $
 #
 # used by devel/py-gobject/Makefile
 # used by devel/py-gobject-shared/Makefile
@@ -18,6 +18,7 @@ USE_LIBTOOL=          yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
 
 PATCHDIR=              ${.CURDIR}/../../devel/py-gobject/patches

Index: pkgsrc/security/libgcrypt/Makefile
diff -u pkgsrc/security/libgcrypt/Makefile:1.119 pkgsrc/security/libgcrypt/Makefile:1.120
--- pkgsrc/security/libgcrypt/Makefile:1.119    Fri May  9 14:05:32 2025
+++ pkgsrc/security/libgcrypt/Makefile  Sun Jul 13 17:27:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2025/05/09 14:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.120 2025/07/13 17:27:11 rillig Exp $
 
 DISTNAME=      libgcrypt-1.11.1
 CATEGORIES=    security
@@ -12,6 +12,7 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 TEST_TARGET=           check
 TEXINFO_REQD+=         4.0
 INFO_FILES=            yes

Index: pkgsrc/textproc/intltool/Makefile
diff -u pkgsrc/textproc/intltool/Makefile:1.72 pkgsrc/textproc/intltool/Makefile:1.73
--- pkgsrc/textproc/intltool/Makefile:1.72      Tue Jun 28 11:36:11 2022
+++ pkgsrc/textproc/intltool/Makefile   Sun Jul 13 17:27:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/06/28 11:36:11 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2025/07/13 17:27:12 rillig Exp $
 
 DISTNAME=              intltool-0.51.0
 PKGREVISION=           7
@@ -17,6 +17,7 @@ CONFLICTS=            xml-i18n-tools-[0-9]*
 
 USE_TOOLS+=            gmake perl:run
 GNU_CONFIGURE=         YES
+GNU_CONFIGURE_ICONV=   no
 CHECK_INTERPRETER_SKIP=        share/intltool/*.in
 TEST_TARGET=           check
 

Index: pkgsrc/textproc/openjade/Makefile
diff -u pkgsrc/textproc/openjade/Makefile:1.44 pkgsrc/textproc/openjade/Makefile:1.45
--- pkgsrc/textproc/openjade/Makefile:1.44      Tue Jun 28 11:36:13 2022
+++ pkgsrc/textproc/openjade/Makefile   Sun Jul 13 17:27:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/06/28 11:36:13 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/07/13 17:27:12 rillig Exp $
 
 DISTNAME=      openjade-1.3.2
 PKGREVISION=   20
@@ -16,6 +16,7 @@ USE_LANGUAGES=                c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ARGS+=       --datadir=${OPENJADE_DATA_DIR}
 CONFIGURE_ARGS+=       --enable-default-catalog=${OPENJADE_DATA_DIR}/catalog
 CONFIGURE_ARGS+=       --enable-spincludedir=${BUILDLINK_PREFIX.opensp}/include/OpenSP

Index: pkgsrc/textproc/xmlto/Makefile
diff -u pkgsrc/textproc/xmlto/Makefile:1.47 pkgsrc/textproc/xmlto/Makefile:1.48
--- pkgsrc/textproc/xmlto/Makefile:1.47 Thu Apr 17 21:52:40 2025
+++ pkgsrc/textproc/xmlto/Makefile      Sun Jul 13 17:27:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2025/04/17 21:52:40 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/07/13 17:27:12 rillig Exp $
 
 DISTNAME=      xmlto-0.0.28
 PKGREVISION=   15
@@ -19,6 +19,7 @@ USE_GCC_RUNTIME=      yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            mktemp flex
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ENV+=                GETOPT=${PREFIX}/bin/getopt
 CONFIGURE_ENV+=                BASH=${TOOLS_PATH.sh}
 CONFIGURE_ENV+=                GCP=${TOOLS_PATH.cp}

Index: pkgsrc/x11/libXft/Makefile
diff -u pkgsrc/x11/libXft/Makefile:1.34 pkgsrc/x11/libXft/Makefile:1.35
--- pkgsrc/x11/libXft/Makefile:1.34     Mon Apr 21 12:03:13 2025
+++ pkgsrc/x11/libXft/Makefile  Sun Jul 13 17:27:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2025/04/21 12:03:13 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/07/13 17:27:12 rillig Exp $
 
 DISTNAME=      libXft-2.3.9
 CATEGORIES=    x11 fonts
@@ -12,6 +12,7 @@ COMMENT=      Library for configuring and cus
 CONFLICTS+=    Xft2-[0-9]*
 
 GNU_CONFIGURE=         YES
+GNU_CONFIGURE_ICONV=   no
 USE_LIBTOOL=           YES
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE=    xft.pc.in

Index: pkgsrc/x11/xcb-proto/Makefile
diff -u pkgsrc/x11/xcb-proto/Makefile:1.41 pkgsrc/x11/xcb-proto/Makefile:1.42
--- pkgsrc/x11/xcb-proto/Makefile:1.41  Thu Apr 17 21:53:11 2025
+++ pkgsrc/x11/xcb-proto/Makefile       Sun Jul 13 17:27:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2025/04/17 21:53:11 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2025/07/13 17:27:12 rillig Exp $
 #
 # When updating this package, also update x11/py-xcbgen
 
@@ -13,9 +13,10 @@ HOMEPAGE=    https://xcb.freedesktop.org/
 COMMENT=       XCB protocol descriptions (in XML)
 LICENSE=       mit # with no-advertising clause
 
-GNU_CONFIGURE= yes
-USE_TOOLS+=    pkg-config
-USE_LANGUAGES= # none
+GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
+USE_TOOLS+=            pkg-config
+USE_LANGUAGES=         # none
 
 PKGCONFIG_OVERRIDE+=   xcb-proto.pc.in
 



Home | Main Index | Thread Index | Old Index