pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xmessage



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  3 23:12:22 UTC 2024

Modified Files:
        pkgsrc/x11/xmessage: Makefile distinfo

Log Message:
xmessage: update to 1.0.7.

This release adds a -version option and improves handling of unknown arguments.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while files displayed by xmessage should never be more
than 2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xmessage
to work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (4):
      Print which arguments were unknown before giving usage message
      Add -version option
      configure: Use AC_SYS_LARGEFILE to enable large file support
      xmessage 1.0.7


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xmessage/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xmessage/distinfo

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

Modified files:

Index: pkgsrc/x11/xmessage/Makefile
diff -u pkgsrc/x11/xmessage/Makefile:1.13 pkgsrc/x11/xmessage/Makefile:1.14
--- pkgsrc/x11/xmessage/Makefile:1.13   Wed Nov  9 13:14:30 2022
+++ pkgsrc/x11/xmessage/Makefile        Sun Mar  3 23:12:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/11/09 13:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2024/03/03 23:12:22 wiz Exp $
 
-DISTNAME=              xmessage-1.0.6
+DISTNAME=              xmessage-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/xmessage/distinfo
diff -u pkgsrc/x11/xmessage/distinfo:1.11 pkgsrc/x11/xmessage/distinfo:1.12
--- pkgsrc/x11/xmessage/distinfo:1.11   Wed Jul 13 20:49:24 2022
+++ pkgsrc/x11/xmessage/distinfo        Sun Mar  3 23:12:22 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2022/07/13 20:49:24 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/03/03 23:12:22 wiz Exp $
 
-BLAKE2s (xmessage-1.0.6.tar.xz) = 0a19faefe55b6d7e912eb1ec9ac778aee35fec98204ac45df3ac04e1427d3f7f
-SHA512 (xmessage-1.0.6.tar.xz) = 89deb7a81bd047027f99cb92cd16a47f94479c61a6f9fbac4638e6d642037b3e9bbac2313db59ac8c5544175947c693f6a210537c6df2b88dc3de1c67498cba8
-Size (xmessage-1.0.6.tar.xz) = 126324 bytes
+BLAKE2s (xmessage-1.0.7.tar.xz) = 81dc56702c16e8f165b1ce448f07bd16f035d42648406d16b9538550582539d8
+SHA512 (xmessage-1.0.7.tar.xz) = 0c44f7973f7ed8d7993aaeb457a8921301cb0de905e45d92bd99d49463223b54c704a28bef376fe6038b4aec7156be873a34294741c8537bb7a5a57e1f152cce
+Size (xmessage-1.0.7.tar.xz) = 128968 bytes
 SHA1 (patch-aa) = 8c4ddffa627634ecab7e149816e643e9d233729c



Home | Main Index | Thread Index | Old Index