pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXext
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 30 01:06:46 UTC 2022
Modified Files:
pkgsrc/x11/libXext: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/libXext/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXext/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/libXext/Makefile
diff -u pkgsrc/x11/libXext/Makefile:1.28 pkgsrc/x11/libXext/Makefile:1.29
--- pkgsrc/x11/libXext/Makefile:1.28 Sun Apr 10 08:53:15 2022
+++ pkgsrc/x11/libXext/Makefile Sun Oct 30 01:06:46 2022
@@ -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"
Index: pkgsrc/x11/libXext/distinfo
diff -u pkgsrc/x11/libXext/distinfo:1.15 pkgsrc/x11/libXext/distinfo:1.16
--- pkgsrc/x11/libXext/distinfo:1.15 Tue Oct 26 11:34:06 2021
+++ pkgsrc/x11/libXext/distinfo Sun Oct 30 01:06:46 2022
@@ -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