Fri Feb 9 20:50:40 2024 UTC (108d)
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


(wiz)
diff -r1.15 -r1.16 pkgsrc/x11/bitmap/Makefile
diff -r1.10 -r1.11 pkgsrc/x11/bitmap/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/x11/bitmap/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/bitmap/Makefile 2022/11/09 13:14:19 1.15
+++ pkgsrc/x11/bitmap/Makefile 2024/02/09 20:50:40 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:19 joerg Exp $ 1# $NetBSD: Makefile,v 1.16 2024/02/09 20:50:40 wiz Exp $
2 2
3DISTNAME= bitmap-1.1.0 3DISTNAME= bitmap-1.1.1
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Bitmap editor and conversion utilities 10COMMENT= Bitmap editor and conversion utilities
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 15MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
16 16

cvs diff -r1.10 -r1.11 pkgsrc/x11/bitmap/distinfo (expand / switch to unified diff)

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