Received: by mail.netbsd.org (Postfix, from userid 605) id 3C46484ECC; Thu, 16 Mar 2023 07:19:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D73184EC6 for ; Thu, 16 Mar 2023 07:19:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SX96qh1M9oFh for ; Thu, 16 Mar 2023 07:19:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AAF3984D1C for ; Thu, 16 Mar 2023 07:19:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3E47FA90; Thu, 16 Mar 2023 07:19:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678951162148710" MIME-Version: 1.0 Date: Thu, 16 Mar 2023 07:19:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXaw To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230316071922.A3E47FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678951162148710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 16 07:19:22 UTC 2023 Modified Files: pkgsrc/x11/libXaw: Makefile distinfo Removed Files: pkgsrc/x11/libXaw/patches: patch-Makefile.in patch-aa patch-src_AsciiSrc.c patch-src_DisplayList.c patch-src_Panner.c patch-src_TextAction.c patch-src_TextSink.c patch-src_XawIm.c Log Message: libXaw: update to 1.0.15. 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 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libXaw/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/libXaw/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/x11/libXaw/patches/patch-Makefile.in \ pkgsrc/x11/libXaw/patches/patch-src_AsciiSrc.c \ pkgsrc/x11/libXaw/patches/patch-src_DisplayList.c \ pkgsrc/x11/libXaw/patches/patch-src_Panner.c \ pkgsrc/x11/libXaw/patches/patch-src_TextAction.c \ pkgsrc/x11/libXaw/patches/patch-src_TextSink.c \ pkgsrc/x11/libXaw/patches/patch-src_XawIm.c cvs rdiff -u -r1.5 -r0 pkgsrc/x11/libXaw/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678951162148710 Content-Disposition: inline Content-Length: 2616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXaw/Makefile diff -u pkgsrc/x11/libXaw/Makefile:1.20 pkgsrc/x11/libXaw/Makefile:1.21 --- pkgsrc/x11/libXaw/Makefile:1.20 Wed Nov 9 13:14:20 2022 +++ pkgsrc/x11/libXaw/Makefile Thu Mar 16 07:19:22 2023 @@ -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/ @@ -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" Index: pkgsrc/x11/libXaw/distinfo diff -u pkgsrc/x11/libXaw/distinfo:1.16 pkgsrc/x11/libXaw/distinfo:1.17 --- pkgsrc/x11/libXaw/distinfo:1.16 Mon Apr 4 12:55:28 2022 +++ pkgsrc/x11/libXaw/distinfo Thu Mar 16 07:19:22 2023 @@ -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 --_----------=_1678951162148710--