pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXres libXres: update to 1.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3f2d805b14a
branches:  trunk
changeset: 389513:d3f2d805b14a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 05 08:50:26 2022 +0000

description:
libXres: update to 1.2.2.

Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Reformat code to X.Org standard style
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Variable scope reductions
      Resolve -Wsign-compare warnings from gcc
      Handle implicit conversion warnings from clang
      Use calloc instead of malloc to allocate arrays
      libXres 1.2.2

diffstat:

 x11/libXres/Makefile |  8 +++-----
 x11/libXres/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 723b3b709aa3 -r d3f2d805b14a x11/libXres/Makefile
--- a/x11/libXres/Makefile      Mon Dec 05 08:36:03 2022 +0000
+++ b/x11/libXres/Makefile      Mon Dec 05 08:50:26 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:22 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2022/12/05 08:50:26 wiz Exp $
 
-DISTNAME=              libXres-1.2.1
+DISTNAME=              libXres-1.2.2
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
@@ -15,8 +15,6 @@
 
 PKGCONFIG_OVERRIDE+=   xres.pc.in
 
-CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
-
 X11_LIB_NAME?=         libXres
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
diff -r 723b3b709aa3 -r d3f2d805b14a x11/libXres/distinfo
--- a/x11/libXres/distinfo      Mon Dec 05 08:36:03 2022 +0000
+++ b/x11/libXres/distinfo      Mon Dec 05 08:50:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:07 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/12/05 08:50:26 wiz Exp $
 
-BLAKE2s (libXres-1.2.1.tar.bz2) = e1de2e476897bcf20cee5f4296ddffa1c46d1e722175290ce935ec3876a5c8a8
-SHA512 (libXres-1.2.1.tar.bz2) = c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1
-Size (libXres-1.2.1.tar.bz2) = 311025 bytes
+BLAKE2s (libXres-1.2.2.tar.xz) = 0c9991f9aee6cb1a323e83aeb24bfd1bc2614a88cb3581754d862ef559d9fc84
+SHA512 (libXres-1.2.2.tar.xz) = 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810
+Size (libXres-1.2.2.tar.xz) = 261400 bytes



Home | Main Index | Thread Index | Old Index