Sunday, December 04, 2022

[UPDATE] Xaw3d to version 1.6.4

Trivial update to Xaw3d 1.6.4.

Changes since 1.6.3:
Alan Coopersmith (9):
Fix fd leak when write() fails in WriteToFile()
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Pass correct number of atoms from SelectSave
to _XawTextSaltAwaySelection
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
convert ISO8859-1 encoded source files to UTF-8
libXaw3d 1.6.4

Eric Sesterhenn (1):
Bug 24635: File Descriptor leaks in libxaw-1.0.7

Thomas E. Dickey (2):
build-fixes when _CONST_X_STRING is defined
issue #4: configure doesn't fail if flex is not installed

ok ?

Index: Makefile
===================================================================
RCS file: /cvs/OpenBSD/ports/x11/Xaw3d/Makefile,v
retrieving revision 1.36
diff -u -p -u -r1.36 Makefile
--- Makefile 11 Mar 2022 20:15:18 -0000 1.36
+++ Makefile 4 Dec 2022 11:38:04 -0000
@@ -1,6 +1,6 @@
COMMENT= 3D Athena Widget set that looks like Motif

-PKGNAME= Xaw3d-1.6.3
+PKGNAME= Xaw3d-1.6.4
DISTNAME= lib${PKGNAME}

SHARED_LIBS += Xaw3d 12.0 # 8.0
Index: distinfo
===================================================================
RCS file: /cvs/OpenBSD/ports/x11/Xaw3d/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- distinfo 23 Jun 2018 13:57:51 -0000 1.6
+++ distinfo 4 Dec 2022 11:39:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (libXaw3d-1.6.3.tar.gz) = n0K0CeWkoNeiyUWVsx0X/AeOXjB9FDidvDlnVMOgH8w=
-SIZE (libXaw3d-1.6.3.tar.gz) = 714250
+SHA256 (libXaw3d-1.6.4.tar.gz) = Cf7P2rnX1ZU1Z4g+IHTrIxvHoSKgblBV+cEZCQ8fdqc=
+SIZE (libXaw3d-1.6.4.tar.gz) = 723278
Index: pkg/PLIST
===================================================================
RCS file: /cvs/OpenBSD/ports/x11/Xaw3d/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -u -r1.10 PLIST
--- pkg/PLIST 11 Mar 2022 20:15:18 -0000 1.10
+++ pkg/PLIST 4 Dec 2022 11:40:26 -0000
@@ -74,7 +74,7 @@ include/X11/Xaw3d/ViewportP.h
include/X11/Xaw3d/Xaw3dP.h
include/X11/Xaw3d/XawImP.h
include/X11/Xaw3d/XawInit.h
-lib/libXaw3d.a
+@static-lib lib/libXaw3d.a
lib/libXaw3d.la
@lib lib/libXaw3d.so.${LIBXaw3d_VERSION}
lib/pkgconfig/xaw3d.pc

--
Matthieu Herrb

No comments:

Post a Comment