Subject: CVS commit: pkgsrc/devel/imake
From: Thomas Klausner
Date: 2024-01-08 20:34:40
Message id: 20240108193440.33063FA42@cvs.NetBSD.org

Log Message:
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

Files:
RevisionActionfile
1.33modifypkgsrc/devel/imake/Makefile
1.20modifypkgsrc/devel/imake/distinfo