Received: by mail.netbsd.org (Postfix, from userid 605) id CABEF84FA5; Fri, 9 Feb 2024 21:03:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707512619; bh=pNK2/lVc6kGqU7xtZ3i8QqQpsaPIM0Uj9T+VbEKckgY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=1msO3BvlcS+5bXnRZXPvS+V0U6khk8JZmNiV+uZpXUzgNaQa7EH8omm6kxBgNgKCF 4JWkG82Z8TfLm3qs9X0+shHsZSesLgydHLwo5V1XU3DgKG9VTHoBdMV9xZgzD3HmdH YE5wN9gu7Mo1OhigsHIYip4T00S1pOQTmz+92CWQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0A3284F66 for ; Fri, 9 Feb 2024 20:50:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Br3NqDuJkPZK for ; Fri, 9 Feb 2024 20:50:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1A2B484F4C for ; Fri, 9 Feb 2024 20:50:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707511841; bh=pNK2/lVc6kGqU7xtZ3i8QqQpsaPIM0Uj9T+VbEKckgY=; h=Date:From:Subject:To:Reply-To; b=jpjxu5yrnBZLafuQ17EOv0a+AyB5yari/BN2TNdAC+wkHogYetJKTPY1EEor1DF9Y TIDKT+RxmXgEzqBo2bTmpKniGw6H2VKZ3lvbriiK9PXmUieN85LfpU6K5C6iEPUckE grlhKm0hqUjsMeUcY/1Z0J7EiZviodTt78AMweNk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10985FA42; Fri, 9 Feb 2024 20:50:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707511841151230" MIME-Version: 1.0 Date: Fri, 9 Feb 2024 20:50:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/bitmap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240209205041.10985FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707511841151230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1707511841151230 Content-Disposition: inline Content-Length: 1469 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1707511841151230--