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
This commit is contained in:
wiz 2024-02-09 20:50:40 +00:00
parent 663df00ae8
commit 2d2f143935
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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