pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec  5 08:50:26 UTC 2022

Modified Files:
        pkgsrc/x11/libXres: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/libXres/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libXres/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXres/Makefile
diff -u pkgsrc/x11/libXres/Makefile:1.18 pkgsrc/x11/libXres/Makefile:1.19
--- pkgsrc/x11/libXres/Makefile:1.18    Wed Nov  9 13:14:22 2022
+++ pkgsrc/x11/libXres/Makefile Mon Dec  5 08:50:26 2022
@@ -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 @@ USE_TOOLS+=           pkg-config
 
 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"

Index: pkgsrc/x11/libXres/distinfo
diff -u pkgsrc/x11/libXres/distinfo:1.10 pkgsrc/x11/libXres/distinfo:1.11
--- pkgsrc/x11/libXres/distinfo:1.10    Tue Oct 26 11:34:07 2021
+++ pkgsrc/x11/libXres/distinfo Mon Dec  5 08:50:26 2022
@@ -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