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:           Mon Feb 13 20:10:48 UTC 2023

Modified Files:
        pkgsrc/devel/xorg-util-macros: Makefile distinfo

Log Message:
xorg-util-macros: update to 1.20.0.

This release fixes a deprecation warning when the macros are used with
autoconf 2.70 or later, and adds a new XORG_DEFAULT_NOCODE_OPTIONS
macro that can be used with packages that don't compile any code to
skip all the compiler checks done by XORG_DEFAULT_OPTIONS.  (Packages
will need to be updated to use this macro - that is in progress now.)

Alan Coopersmith (6):
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      gitlab CI: stop requiring Signed-off-by in commits
      Call AC_PROG_CC instead of AC_PROG_CC_C99 if autoconf >= 2.70
      Add XORG_DEFAULT_NOCODE_OPTIONS and bump version to 1.20.0


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/xorg-util-macros/Makefile
cvs rdiff -u -r1.16 -r1.17 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.18 pkgsrc/devel/xorg-util-macros/Makefile:1.19
--- pkgsrc/devel/xorg-util-macros/Makefile:1.18 Wed Nov  9 13:14:10 2022
+++ pkgsrc/devel/xorg-util-macros/Makefile      Mon Feb 13 20:10:48 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:10 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2023/02/13 20:10:48 wiz Exp $
 
-DISTNAME=              util-macros-1.19.3
+DISTNAME=              util-macros-1.20.0
 PKGNAME=               xorg-${DISTNAME}
 CATEGORIES=            devel x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=util/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/devel/xorg-util-macros/distinfo
diff -u pkgsrc/devel/xorg-util-macros/distinfo:1.16 pkgsrc/devel/xorg-util-macros/distinfo:1.17
--- pkgsrc/devel/xorg-util-macros/distinfo:1.16 Tue Oct 26 10:20:09 2021
+++ pkgsrc/devel/xorg-util-macros/distinfo      Mon Feb 13 20:10:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:20:09 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/02/13 20:10:48 wiz Exp $
 
-BLAKE2s (util-macros-1.19.3.tar.bz2) = 671f756a37e5bdbb79e20e63dffb96faaf1645430a6143b344d27bc2370ed5c0
-SHA512 (util-macros-1.19.3.tar.bz2) = b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2
-Size (util-macros-1.19.3.tar.bz2) = 84690 bytes
+BLAKE2s (util-macros-1.20.0.tar.xz) = d7f319d695f94dc1ae325bcae798f045aee2d63a996b0b0dff1479a5a5250ecf
+SHA512 (util-macros-1.20.0.tar.xz) = 76caefb118bf1675d7b2b96e1bbb04eb9a320b02e120839e55a22ef98538ecf00d0e686a67186fc8fdc8492d277ffe3125ae8b7ac61ce4739edc0de3f468d2eb
+Size (util-macros-1.20.0.tar.xz) = 83324 bytes



Home | Main Index | Thread Index | Old Index