pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXaw libXaw: update to 1.0.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c284f21a633b
branches: trunk
changeset: 449388:c284f21a633b
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 29 20:57:08 2021 +0000
description:
libXaw: update to 1.0.14.
Changes in libXaw-1.0.14:
Alan Coopersmith (26):
editres can trigger sigsegv in inspected application (Debian bug 790325)
Fix xload crashes if the window is wider than 2048 pixels
Fix misleading indentation in TextAction.c
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
specs: suggest XtOpenApplication instead of XtAppInitialize
specs: Convert troff .IN macros to docbook <indexterm> tags
specs: Add olinks to libXt spec
specs: Add olinks to libX11 spec
specs: Add olinks to ICCCM spec
specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec
specs: Reorder subsections of CH5 to match X11R6.6 spec
specs: update credits for DocBook conversion
specs: show libXaw version instead of X11R7.7
specs: use glossary list markup for Terminology section
specs: restore missing list terms in "Underlying Model"
specs: fixup some more xrefs & links
specs: fixup remaining troff \fI & \fP escapes
specs: Convert ``quotes'' to <quote>
specs: misc. manual fixes
specs: replace nroff 1/6th-em space (\|) with Unicode entity ( )
specs: replace nroff hair space (\^) with Unicode entity ( )
specs: move trailing punctuation to behind </function> tag
specs: remove excess spaces between < > and header names
specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib
Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass
Jon Turney (1):
Avoid warning about missing getpagesize() prototype on Windows
Matt Turner (1):
libXaw 1.0.14
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Roberto Branciforti (1):
Scrollbar.c: Add Btn4 & Btn5 to default translations
Thomas E. Dickey (57):
build-fixes when _CONST_X_STRING is defined
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add --disable-const option, from libXt
trim some stray backslashes leftover from nroff, and fix some whitespace in code samples
quiet some more type-conversion warnings, as well as unused-parameters
change variables to/from char* vs String to reduce compiler warnings (no object change)
fix a missing struct-initializer, and quiet unused-parameter warnings
change a couple of variable-types to reduce compiler warnings (no object change)
fix some type/comparison compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix misleading indentation, which gave a compiler warning
fix some type/conversion warnings (no object change)
fix some type/conversion warnings (no object change)
fix some compiler warnings in MenuButton.c by changing the menu name from String to char*
use _X_UNUSED to quiet unused-parameter warnings
change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
fix compiler warning by updating parameter type for call to XtDisplayInitialize
reduce compiler warnings using casts, no object change
compiler-warning fixes for const-mismatches, no object-change
Tobias Stoeckmann (1):
NULL pointer dereference in XawAsciiSinkInitialize
diffstat:
x11/libXaw/Makefile | 5 ++---
x11/libXaw/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 37a3395d12c2 -r c284f21a633b x11/libXaw/Makefile
--- a/x11/libXaw/Makefile Mon Mar 29 20:28:57 2021 +0000
+++ b/x11/libXaw/Makefile Mon Mar 29 20:57:08 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/01/18 23:35:50 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2021/03/29 20:57:08 wiz Exp $
-DISTNAME= libXaw-1.0.13
-PKGREVISION= 1
+DISTNAME= libXaw-1.0.14
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff -r 37a3395d12c2 -r c284f21a633b x11/libXaw/distinfo
--- a/x11/libXaw/distinfo Mon Mar 29 20:28:57 2021 +0000
+++ b/x11/libXaw/distinfo Mon Mar 29 20:57:08 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2015/11/04 03:28:45 agc Exp $
+$NetBSD: distinfo,v 1.12 2021/03/29 20:57:08 wiz Exp $
-SHA1 (libXaw-1.0.13.tar.bz2) = 15f891fb88aae966b3064dcc1510790a0ebc75a0
-RMD160 (libXaw-1.0.13.tar.bz2) = d724ab50da224abc7808eaa6419909cbd0b5d320
-SHA512 (libXaw-1.0.13.tar.bz2) = d768a39f7111802493fa1df1b80d858e4139ceeb883d45ff13ce3b7a0e775a7d2834b7ad157c8330117f04c32f38979795332dd7a119adb2344fcb1aa9cf1e2f
-Size (libXaw-1.0.13.tar.bz2) = 674140 bytes
+SHA1 (libXaw-1.0.14.tar.bz2) = 22ff41c1a546b0bb81db62e9e2b1eb6255133d06
+RMD160 (libXaw-1.0.14.tar.bz2) = 1347398d3f9a49dbcb2f2e0a133e442d72011954
+SHA512 (libXaw-1.0.14.tar.bz2) = 29d1c151369523ae6cb418e636b0b7b39ccccc35462a0b394dbeb46d5b6d780badd2eb872a55d9fbba1ee1af034e76c0463f40f8d8a7be2c336d08b3b1bf81d4
+Size (libXaw-1.0.14.tar.bz2) = 690994 bytes
SHA1 (patch-Makefile.in) = bc701f17befebb04c0062c6c670f85f48adfaabf
SHA1 (patch-aa) = 9fdbdf625260763fc7345421870633ed3e4b6b7b
Home |
Main Index |
Thread Index |
Old Index