pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xorg-util-macros
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 14 07:35:39 UTC 2024
Modified Files:
pkgsrc/devel/xorg-util-macros: Makefile distinfo
Log Message:
xorg-util-macros: update to 1.20.2.
This release changes the XORG_CHECK_MALLOC_ZERO macro to stop testing if
malloc(0) returns NULL and instead assumes it might, so that software still
works properly if it is running with a different malloc implementation than
the configure script found to test at build time. The configure option
--disable-malloc0returnsnull is still available for use with configure scripts
that call this macro, for use by builders who are sure about the malloc(0)
handling in all available malloc implementations in their runtime environment.
This release also removes -Wdeclaration-after-statement from the default
warning set used in X.Org, treating it as a code style issue to be
considered at code review time instead of a portability issue that
everyone building the code needs to be made aware of, now that all
supported compilers support this standard feature of C99 and later versions.
Alan Coopersmith (4):
Remove -Wdeclaration-after-statement from default warning set
XORG_CHECK_MALLOC_ZERO: disable optimization when building with clang
XORG_CHECK_MALLOC_ZERO: stop testing malloc, assume the worst
util-macros 1.20.2
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/xorg-util-macros/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/xorg-util-macros/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/xorg-util-macros/Makefile
diff -u pkgsrc/devel/xorg-util-macros/Makefile:1.20 pkgsrc/devel/xorg-util-macros/Makefile:1.21
--- pkgsrc/devel/xorg-util-macros/Makefile:1.20 Tue Apr 16 21:19:27 2024
+++ pkgsrc/devel/xorg-util-macros/Makefile Thu Nov 14 07:35:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/04/16 21:19:27 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/11/14 07:35:39 wiz Exp $
-DISTNAME= util-macros-1.20.1
+DISTNAME= util-macros-1.20.2
PKGNAME= xorg-${DISTNAME}
CATEGORIES= devel x11
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
Index: pkgsrc/devel/xorg-util-macros/distinfo
diff -u pkgsrc/devel/xorg-util-macros/distinfo:1.18 pkgsrc/devel/xorg-util-macros/distinfo:1.19
--- pkgsrc/devel/xorg-util-macros/distinfo:1.18 Tue Apr 16 21:19:27 2024
+++ pkgsrc/devel/xorg-util-macros/distinfo Thu Nov 14 07:35:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/04/16 21:19:27 wiz Exp $
+$NetBSD: distinfo,v 1.19 2024/11/14 07:35:39 wiz Exp $
-BLAKE2s (util-macros-1.20.1.tar.xz) = d32e55f098e8633a56491784c39c07dd8278e2e50a28f67e6565b877b2855792
-SHA512 (util-macros-1.20.1.tar.xz) = 5f44d73c18ff87459cd94a68a961465b3970a36f0b55be65c0ec228320a675561eb24a1b1359745124302446a1a3fadc2f50d3378f439df5bd3e866cb8015286
-Size (util-macros-1.20.1.tar.xz) = 83124 bytes
+BLAKE2s (util-macros-1.20.2.tar.xz) = f86f53cf91a37f8a890bd4bc3381a75e5974855d8f7f31e76fcc33617a0025ab
+SHA512 (util-macros-1.20.2.tar.xz) = 7d5ae8dbb6c1977e40c024f63d1405e7d5a40a38b90b01208d8dc1f1548e309734d1dec177b68bbf342a4d7d56ab0cfb4c8c36575c6a774b5a76a88d926c6d7b
+Size (util-macros-1.20.2.tar.xz) = 83592 bytes
Home |
Main Index |
Thread Index |
Old Index