pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/imake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  8 19:34:40 UTC 2024

Modified Files:
        pkgsrc/devel/imake: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/imake/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/imake/distinfo

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

Modified files:

Index: pkgsrc/devel/imake/Makefile
diff -u pkgsrc/devel/imake/Makefile:1.32 pkgsrc/devel/imake/Makefile:1.33
--- pkgsrc/devel/imake/Makefile:1.32    Fri Jun 30 06:31:20 2023
+++ pkgsrc/devel/imake/Makefile Mon Jan  8 19:34:39 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/06/30 06:31:20 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/01/08 19:34:39 wiz Exp $
 
-DISTNAME=              imake-1.0.9
-PKGREVISION=           1
+DISTNAME=              imake-1.0.10
 CATEGORIES=            devel x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=util/}
 EXTRACT_SUFX=          .tar.xz

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



Home | Main Index | Thread Index | Old Index