pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXext libXext: update to 1.3.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32823f8a3459
branches:  trunk
changeset: 387421:32823f8a3459
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 30 01:06:46 2022 +0000

description:
libXext: update to 1.3.5.

Alan Coopersmith (14):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8
      Add extutilP.h header for xgeExtRegister() prototype
      Remove unnecessary casts of malloc/calloc results
      Remove unnecessary (char *) casts from Xfree() arguments
      Use calloc instead of malloc if we may not initialize all the bytes
      Import reallocarray() from libX11
      Convert calls to Xmalloc arrays to use Xmallocarray instead
      configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
      Remove "All rights reserved" from Oracle copyright notices.
      COPYING: Add info for Xge.* and reallocarray.* files
      libXext 1.3.5

Matthieu Herrb (1):
      add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4

diffstat:

 x11/libXext/Makefile |  13 +++++--------
 x11/libXext/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (48 lines):

diff -r 25323a33ef3d -r 32823f8a3459 x11/libXext/Makefile
--- a/x11/libXext/Makefile      Sun Oct 30 01:05:33 2022 +0000
+++ b/x11/libXext/Makefile      Sun Oct 30 01:06:46 2022 +0000
@@ -1,25 +1,22 @@
-# $NetBSD: Makefile,v 1.28 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.29 2022/10/30 01:06:46 wiz Exp $
 
-DISTNAME=              libXext-1.3.4
+DISTNAME=              libXext-1.3.5
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               X Extension library
 
+TOOL_DEPENDS+=         tradcpp-[0-9]*:../../devel/tradcpp
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
 PKGCONFIG_OVERRIDE+=   xext.pc.in
 
-CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
-
-.include "../../mk/compiler.mk"
-
-TOOL_DEPENDS+=         tradcpp-[0-9]*:../../devel/tradcpp
 CONFIGURE_ENV+=                ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
 
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
diff -r 25323a33ef3d -r 32823f8a3459 x11/libXext/distinfo
--- a/x11/libXext/distinfo      Sun Oct 30 01:05:33 2022 +0000
+++ b/x11/libXext/distinfo      Sun Oct 30 01:06:46 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:34:06 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/10/30 01:06:46 wiz Exp $
 
-BLAKE2s (libXext-1.3.4.tar.bz2) = ddf5e455dadf4db6ca0e8d95f3327a32efa01f0c460bd09511ae63dd3c6af9e4
-SHA512 (libXext-1.3.4.tar.bz2) = 09146397d95f80c04701be1cc0a9c580ab5a085842ac31d17dfb6d4c2e42b4253b89cba695e54444e520be359883a76ffd02f42484c9e2ba2c33a5a40c29df4a
-Size (libXext-1.3.4.tar.bz2) = 389114 bytes
+BLAKE2s (libXext-1.3.5.tar.xz) = 1180776319044291d243630b8b554fa5fd3b989de7e284b35eace5a8dd34ba49
+SHA512 (libXext-1.3.5.tar.xz) = fd9805982dabfb14b1526c0cb71f94508003fa3fcd60560d387465afd891c1dca61927ae86278436d53f4b840cacd1f412071fdc3dce1d6f730610a9c163d59b
+Size (libXext-1.3.5.tar.xz) = 340108 bytes
 SHA1 (patch-aa) = 5ce454740b3293cc7898e67b630a2530709a02b8



Home | Main Index | Thread Index | Old Index