Mon Jan 8 19:34:40 2024 UTC (160d)
This release fixes a "Modern C" warning that may become an error in
future gcc releases.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by imake should ever be
anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested, and we sincerely hope that no one will actually
still be using imake 14 years from now.

Alan Coopersmith (4):
      gitlab CI: stop requiring Signed-off-by in commits
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Fix -Wincompatible-pointer-types warning (Issue #3)
      imake 1.0.10


(wiz)
diff -r1.32 -r1.33 pkgsrc/devel/imake/Makefile
diff -r1.19 -r1.20 pkgsrc/devel/imake/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/devel/imake/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/imake/Makefile 2023/06/30 06:31:20 1.32
+++ pkgsrc/devel/imake/Makefile 2024/01/08 19:34:39 1.33
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.32 2023/06/30 06:31:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2024/01/08 19:34:39 wiz Exp $
2 2
3DISTNAME= imake-1.0.9 3DISTNAME= imake-1.0.10
4PKGREVISION= 1 
5CATEGORIES= devel x11 4CATEGORIES= devel x11
6MASTER_SITES= ${MASTER_SITE_XORG:=util/} 5MASTER_SITES= ${MASTER_SITE_XORG:=util/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
11COMMENT= Obsolete build tool for X software 10COMMENT= Obsolete build tool for X software
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config makedepend:run 13USE_TOOLS+= pkg-config makedepend:run
15 14
16TOOL_DEPENDS+= tradcpp>=0.5.2:../../devel/tradcpp 15TOOL_DEPENDS+= tradcpp>=0.5.2:../../devel/tradcpp
17DEPENDS+= tradcpp>=0.5.2:../../devel/tradcpp 16DEPENDS+= tradcpp>=0.5.2:../../devel/tradcpp

cvs diff -r1.19 -r1.20 pkgsrc/devel/imake/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/imake/distinfo 2022/10/21 08:51:19 1.19
+++ pkgsrc/devel/imake/distinfo 2024/01/08 19:34:40 1.20
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.19 2022/10/21 08:51:19 wiz Exp $ 1$NetBSD: distinfo,v 1.20 2024/01/08 19:34:40 wiz Exp $
2 2
3BLAKE2s (imake-1.0.9.tar.xz) = 72525a0d45881d9113978c2099dbfa3d561a4c5963e43043052c199291e9ee30 3BLAKE2s (imake-1.0.10.tar.xz) = 5fcd25a098e6df426278e8cbb0446db2d5486e1932d89c3c5fb44095bcf4af8e
4SHA512 (imake-1.0.9.tar.xz) = e7587cf80369c8f4fcc1207c13bcb74a53d838b504ac8a7f3b98fb8f5f595cc7b8e5e9fad50cadcf40cf27bd02ef4eae7fe458854bbed7bea27d474d66520644 4SHA512 (imake-1.0.10.tar.xz) = ea96db27a6da13ea2d64652936e508b5e3d5d712347a2eb248376dc1f262c18720d9934b8ae69b4c0fc65b135c847be42da084fe924e4825ce1d359f4ef7e60f
5Size (imake-1.0.9.tar.xz) = 153332 bytes 5Size (imake-1.0.10.tar.xz) = 155284 bytes
6SHA1 (patch-imake.c) = d184f054ef71e37135e5dfdd990332ce996bcd0a 6SHA1 (patch-imake.c) = d184f054ef71e37135e5dfdd990332ce996bcd0a
7SHA1 (patch-imakemdep.h) = 12b05670954812197d18008c0209112e77d79826 7SHA1 (patch-imakemdep.h) = 12b05670954812197d18008c0209112e77d79826