pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xpr



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.

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



Home | Main Index | Thread Index | Old Index