Received: by mail.netbsd.org (Postfix, from userid 605) id 57EF484EE4; Sun, 3 Mar 2024 23:13:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709507638; bh=P6f/X7Ijune+JBllf8QF7SIe54fewlvnYs6tY1P59UE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=P9mmhy6+a3AMchoP3XFZkmpihGIID2DeHO/PJD5fY1ep2V59kPL94RR9Zkr1nltAt z/1NskWG/1eu8iK2cYWlyQwMXvCRfkWMVKOI4izhRJjzf3re+GwU7AQkLIoJS0tsUn QBT9jo+SyBIdj/In7XOxj0F7woCgxl8StXob8obs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A95A84D1B for ; Sun, 3 Mar 2024 23:13:57 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id j56c9nyxnhzQ for ; Sun, 3 Mar 2024 23:13:56 +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 AF33B84CEA for ; Sun, 3 Mar 2024 23:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709507636; bh=P6f/X7Ijune+JBllf8QF7SIe54fewlvnYs6tY1P59UE=; h=Date:From:Subject:To:Reply-To; b=fROhrGiE8rmACs27yGt06umqPmxZ1JMYSMuwOOG3sDbNVqe4HF0K1D33Z2A/iPcqL bq1NaJPkU8W/0/EJfY83pu3hpkGpx14QNmenWf3aOpNXAp1051nwbz7fayKQMmQOix 7FBr8vdv1PowDJKphlLXIAi+9QiCJmvzigcW+gXc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA073FA27; Sun, 3 Mar 2024 23:13:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709507636232020" MIME-Version: 1.0 Date: Sun, 3 Mar 2024 23:13:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xpr To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240303231356.AA073FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709507636232020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 3 23:13:56 UTC 2024 Modified Files: pkgsrc/x11/xpr: Makefile distinfo Log Message: xpr: update to 1.2.0. This release adds new command line arguments -papertype, -pheight, and -pwidth in order to support paper sizes other than 8.5 x 11 inches. For those building for 32-bit platforms, it also enables use of the "large file" APIs - while X window dump files 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 xpr to work with files whose timestamps are later than January 19, 2038, but this has not been tested. Alan Coopersmith (8): Use memcpy() instead of memmove() when buffers are known not to overlap Remove unnnecessary casts from malloc(), calloc(), and free() calls No need to bzero() buffers allocated by calloc() Add support for paper sizes other than 8.5 x 11 inches gitlab CI: stop requiring Signed-off-by in commits Modernize lseek() calls configure: Use AC_SYS_LARGEFILE to enable large file support xpr 1.2.0 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xpr/Makefile pkgsrc/x11/xpr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709507636232020 Content-Disposition: inline Content-Length: 1403 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xpr/Makefile diff -u pkgsrc/x11/xpr/Makefile:1.6 pkgsrc/x11/xpr/Makefile:1.7 --- pkgsrc/x11/xpr/Makefile:1.6 Mon Jul 11 19:40:33 2022 +++ pkgsrc/x11/xpr/Makefile Sun Mar 3 23:13:56 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/07/11 19:40:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2024/03/03 23:13:56 wiz Exp $ -DISTNAME= xpr-1.1.0 +DISTNAME= xpr-1.2.0 CATEGORIES= x11 print MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/xpr/distinfo diff -u pkgsrc/x11/xpr/distinfo:1.6 pkgsrc/x11/xpr/distinfo:1.7 --- pkgsrc/x11/xpr/distinfo:1.6 Mon Jul 11 19:40:33 2022 +++ pkgsrc/x11/xpr/distinfo Sun Mar 3 23:13:56 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/07/11 19:40:33 wiz Exp $ +$NetBSD: distinfo,v 1.7 2024/03/03 23:13:56 wiz Exp $ -BLAKE2s (xpr-1.1.0.tar.xz) = b6444cbc23bec1bdafaa0a948832c1fe6aea9bc4beb3d2b23669d3a7567ef6ca -SHA512 (xpr-1.1.0.tar.xz) = 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb -Size (xpr-1.1.0.tar.xz) = 140244 bytes +BLAKE2s (xpr-1.2.0.tar.xz) = 93a4e698c78449e4b3b0c3519f2f4b66ac503bfb20794e067be497ce673eb302 +SHA512 (xpr-1.2.0.tar.xz) = 49538a757aa60e754ecd39273510a6e49ebb77b730be62e3fa60f00261c9c1e208d39e1ca3c61889a5ad7fc7c2255fa1f669fd19ecf98e18cb8aa9189cadc15d +Size (xpr-1.2.0.tar.xz) = 143948 bytes --_----------=_1709507636232020--