pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/bitmap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb  9 20:50:40 UTC 2024

Modified Files:
        pkgsrc/x11/bitmap: Makefile distinfo

Log Message:
bitmap: update to 1.1.1.

This release adds -help and -version options to all three programs.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by these programs 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.

Alan Coopersmith (6):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Ensure all *.c files include config.h before any other headers
      atobm, bmtoa, bitmap: Add -help and -version options
      bitmap: Print which option was in error along with usage message
      Remove "All rights reserved" from Oracle copyright notices
      bitmap 1.1.1


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/bitmap/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/bitmap/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/bitmap/Makefile
diff -u pkgsrc/x11/bitmap/Makefile:1.15 pkgsrc/x11/bitmap/Makefile:1.16
--- pkgsrc/x11/bitmap/Makefile:1.15     Wed Nov  9 13:14:19 2022
+++ pkgsrc/x11/bitmap/Makefile  Fri Feb  9 20:50:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/09 20:50:40 wiz Exp $
 
-DISTNAME=              bitmap-1.1.0
+DISTNAME=              bitmap-1.1.1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/bitmap/distinfo
diff -u pkgsrc/x11/bitmap/distinfo:1.10 pkgsrc/x11/bitmap/distinfo:1.11
--- pkgsrc/x11/bitmap/distinfo:1.10     Sat Apr 30 21:15:33 2022
+++ pkgsrc/x11/bitmap/distinfo  Fri Feb  9 20:50:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/30 21:15:33 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/02/09 20:50:40 wiz Exp $
 
-BLAKE2s (bitmap-1.1.0.tar.xz) = 1624a9bc484263c630153997b60d20e21a5390664bc550276f64749a25267bc9
-SHA512 (bitmap-1.1.0.tar.xz) = 3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193
-Size (bitmap-1.1.0.tar.xz) = 163560 bytes
+BLAKE2s (bitmap-1.1.1.tar.xz) = 5b223aeca385bf1497659383e2f97fe98a48d25e59d75cec99e8ca2c6ba03d88
+SHA512 (bitmap-1.1.1.tar.xz) = 69096a73739019545f2eb44b823e659b84377cf7c497243c89cbf3f26c9623c31fecfa36628022d241a581a5930e9e2394ec116e5c6d9df94097b45661261307
+Size (bitmap-1.1.1.tar.xz) = 169676 bytes



Home | Main Index | Thread Index | Old Index