Skip to content

Commit

Permalink
libXaw: update to 1.0.15.
Browse files Browse the repository at this point in the history
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.

Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      Stop memory leak in GetResourcePixmapPath()
      Stop memory leak in error paths in XawTextSinkConvertPropertyList()
      Remove "All rights reserved" from Oracle copyright notices
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Replace calls to index() with strchr()
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      libXaw 1.0.15

Taylor R Campbell (1):
      Fix ctype(3) users.

Thomas E. Dickey (1):
      issue #6: fix typo in XawMax parameter in GetBlockBoundaries
  • Loading branch information
0-wiz-0 committed Mar 16, 2023
1 parent 7d512a7 commit e1be1d2
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 217 deletions.
13 changes: 9 additions & 4 deletions x11/libXaw/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.20 2022/11/09 13:14:20 joerg Exp $
# $NetBSD: Makefile,v 1.21 2023/03/16 07:19:22 wiz Exp $

DISTNAME= libXaw-1.0.14
PKGREVISION= 1
DISTNAME= libXaw-1.0.15
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
Expand All @@ -17,6 +16,12 @@ PKGCONFIG_OVERRIDE+= xaw7.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3

# remove compatibility links that never were in pkgsrc
post-install:
${RM} ${DESTDIR}${PREFIX}/lib/libXaw.so
${RM} ${DESTDIR}${PREFIX}/lib/libXaw.so.6
${RM} ${DESTDIR}${PREFIX}/lib/libXaw.so.7

.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
Expand Down
16 changes: 4 additions & 12 deletions x11/libXaw/distinfo
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
$NetBSD: distinfo,v 1.16 2022/04/04 12:55:28 wiz Exp $
$NetBSD: distinfo,v 1.17 2023/03/16 07:19:22 wiz Exp $

BLAKE2s (libXaw-1.0.14.tar.bz2) = d323174f3703ba71caafeb2a1cdfe611a036f683ab6a76d5320d93d8cd87665e
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
SHA1 (patch-src_AsciiSrc.c) = c9d1748ef7f35fc4cc6e241c486343aa16ba3d1f
SHA1 (patch-src_DisplayList.c) = dc9cb4cfb41de79345be077b04a8df692d7b38ae
SHA1 (patch-src_Panner.c) = 5dc2f93433727d54ab78387331d7b2b62a57eb9f
SHA1 (patch-src_TextAction.c) = 8df88ded30ddd49f9f65616425406c8ede79e4a2
SHA1 (patch-src_TextSink.c) = 738abe7bfdd1aebd6ab7d256ecad10bbb3cab309
SHA1 (patch-src_XawIm.c) = 290f68fe43ce0f32fb3c5c05875507f32bdf6d3a
BLAKE2s (libXaw-1.0.15.tar.xz) = 0f0e8295205a6a315084461f9226b8a1453af925400f407c3186e5423bcd9990
SHA512 (libXaw-1.0.15.tar.xz) = 8edbf280b7b24b9040c291545053c1251d6af7e7f56da43a6065a1848245863eb52bdfc28c2f18dbb6597a4064394a44f4df5d8596a1a467549ccc9ce50a7821
Size (libXaw-1.0.15.tar.xz) = 589832 bytes
13 changes: 0 additions & 13 deletions x11/libXaw/patches/patch-Makefile.in

This file was deleted.

12 changes: 0 additions & 12 deletions x11/libXaw/patches/patch-aa

This file was deleted.

29 changes: 0 additions & 29 deletions x11/libXaw/patches/patch-src_AsciiSrc.c

This file was deleted.

16 changes: 0 additions & 16 deletions x11/libXaw/patches/patch-src_DisplayList.c

This file was deleted.

31 changes: 0 additions & 31 deletions x11/libXaw/patches/patch-src_Panner.c

This file was deleted.

43 changes: 0 additions & 43 deletions x11/libXaw/patches/patch-src_TextAction.c

This file was deleted.

16 changes: 0 additions & 16 deletions x11/libXaw/patches/patch-src_TextSink.c

This file was deleted.

41 changes: 0 additions & 41 deletions x11/libXaw/patches/patch-src_XawIm.c

This file was deleted.

0 comments on commit e1be1d2

Please sign in to comment.