CVS commit: pkgsrc/devel/gettext-m4

"Robert Bagdan" <[email protected]> Fri, 31 Jul 2026 13:56:39 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	kikadf
Date:		Fri Jul 31 13:56:39 UTC 2026

Modified Files:
	pkgsrc/devel/gettext-m4: Makefile PLIST

Log Message:
gettext-m4: ship iconv.m4 to fix build of fuse


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/gettext-m4/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gettext-m4/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 1.4 KB)
Modified files:

Index: pkgsrc/devel/gettext-m4/Makefile
diff -u pkgsrc/devel/gettext-m4/Makefile:1.28 pkgsrc/devel/gettext-m4/Makefile:1.29
--- pkgsrc/devel/gettext-m4/Makefile:1.28	Tue Jul 21 12:55:54 2026
+++ pkgsrc/devel/gettext-m4/Makefile	Fri Jul 31 13:56:38 2026
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2026/07/21 12:55:54 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/07/31 13:56:38 kikadf Exp $
 
 .include "../../devel/gettext/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-m4-/}
+PKGREVISION=	1
 COMMENT=	Autoconf/automake m4 files for GNU NLS library
 LICENSE=	gnu-gpl-v2
 
@@ -18,6 +19,7 @@ GNULIB_M4_FILES=		\
 	codeset.m4		\
 	extern-inline.m4	\
 	host-cpu-c-abi.m4	\
+	iconv.m4		\
 	lcmessage.m4		\
 	lib-ld.m4		\
 	lib-link.m4		\

Index: pkgsrc/devel/gettext-m4/PLIST
diff -u pkgsrc/devel/gettext-m4/PLIST:1.15 pkgsrc/devel/gettext-m4/PLIST:1.16
--- pkgsrc/devel/gettext-m4/PLIST:1.15	Tue Jul 21 12:55:54 2026
+++ pkgsrc/devel/gettext-m4/PLIST	Fri Jul 31 13:56:38 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2026/07/21 12:55:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2026/07/31 13:56:38 kikadf Exp $
 share/aclocal/build-to-host.m4
 share/aclocal/codeset.m4
 share/aclocal/exported.m4
@@ -7,6 +7,7 @@ share/aclocal/gettext.m4
 share/aclocal/glibc2.m4
 share/aclocal/host-cpu-c-abi.m4
 share/aclocal/hostname.m4
+share/aclocal/iconv.m4
 share/aclocal/lcmessage.m4
 share/aclocal/lib-ld.m4
 share/aclocal/lib-link.m4