pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xconsole



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 28 17:49:36 UTC 2024

Modified Files:
        pkgsrc/x11/xconsole: Makefile distinfo

Log Message:
xconsole: update to 1.1.0.

This release fixes use of the scroll wheel in the text area, adds
-version and -help options, and removes support for several older
OS'es.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by this program should ever
be anywhere near 2GB in size, it is a prerequisite for post-y2038 support.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (13):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Add -version option
      Fix -version handling to not require opening a display first
      Add -help option and usage message when unknown options are given
      man page: resync SYNOPSIS and DESCRIPTION sections
      Allow scrolling in text area with mouse wheel
      unifdef __hpux
      unifdef hpux
      unifdef __UNIXWARE__
      unifdef SCO325
      Remove ifdefs for non-Solaris SysV systems
      unifdef _AIX
      xconsole 1.1.0


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xconsole/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xconsole/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/xconsole/Makefile
diff -u pkgsrc/x11/xconsole/Makefile:1.15 pkgsrc/x11/xconsole/Makefile:1.16
--- pkgsrc/x11/xconsole/Makefile:1.15   Wed Nov  9 13:14:24 2022
+++ pkgsrc/x11/xconsole/Makefile        Sun Apr 28 17:49:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:24 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/28 17:49:35 wiz Exp $
 
-DISTNAME=      xconsole-1.0.8
+DISTNAME=      xconsole-1.1.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xconsole/distinfo
diff -u pkgsrc/x11/xconsole/distinfo:1.10 pkgsrc/x11/xconsole/distinfo:1.11
--- pkgsrc/x11/xconsole/distinfo:1.10   Mon Jul 11 19:33:47 2022
+++ pkgsrc/x11/xconsole/distinfo        Sun Apr 28 17:49:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/07/11 19:33:47 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/04/28 17:49:35 wiz Exp $
 
-BLAKE2s (xconsole-1.0.8.tar.xz) = f4562ca458a969353d6c45bb08a59d38a88e0f257ed5b2e9d60db297860d1415
-SHA512 (xconsole-1.0.8.tar.xz) = 93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa
-Size (xconsole-1.0.8.tar.xz) = 129336 bytes
+BLAKE2s (xconsole-1.1.0.tar.xz) = aa624a2b9c9a746035f4bece13f39be43d353a9edd4a39aabbf7f536cdaf1acc
+SHA512 (xconsole-1.1.0.tar.xz) = 1b5b1e1e15e3b988c159e924ac5c51734c4e37ed112815fc6bf6e36f80e840ccd904a4f0b0f27191e0dbf656d367a38873fd493a266887daa111e5266eebf37e
+Size (xconsole-1.1.0.tar.xz) = 131900 bytes



Home | Main Index | Thread Index | Old Index