pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xorg-cf-files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 21 15:33:50 UTC 2025

Modified Files:
        pkgsrc/x11/xorg-cf-files: Makefile distinfo

Log Message:
xorg-cf-files: update to 1.0.9.

This package contains the configuration files, platform data, & Makefile
templates for the archaic Imake build tool.

As before, while we continue to accept patches and publish updates for the
benefit of other packages which still use Imake to build, we have not been
actively maintaining, testing, or adding new OS or platform support for
Imake since 2005.  X.Org strongly encourages anyone still using Imake to
move to meson or another modern/maintained build tool.

Support for using the autoconf/automake build system to install this package
has been removed in this release, in favor of the meson build system support
added in the previous release.  This should not affect the installed files.
Please report any issues you hit building with meson to:
  https://gitlab.freedesktop.org/xorg/util/cf/-/issues/

Alan Coopersmith (3):
      remove autoconf build system
      gitlab CI: remove diffutils & jq from required packages
      xorg-cf-files 1.0.9

Krzesimir Nowak (1):
      meson: Use proper option for encodings

Samuel Thibault (2):
      hurd: Add amd64 definitions
      Also fix incompatibility issue of GNU binutils 2.36 and later on GNU/Hurd

Teemu Ikonen (1):
      gnu, linux: Change -D_BSD_SOURCE and -D_SVID_SOURCE to -D_DEFAULT_SOURCE [Debian bug #870836]


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/xorg-cf-files/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xorg-cf-files/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/xorg-cf-files/Makefile
diff -u pkgsrc/x11/xorg-cf-files/Makefile:1.43 pkgsrc/x11/xorg-cf-files/Makefile:1.44
--- pkgsrc/x11/xorg-cf-files/Makefile:1.43      Tue Jun 27 10:41:06 2023
+++ pkgsrc/x11/xorg-cf-files/Makefile   Sun Sep 21 15:33:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/06/27 10:41:06 riastradh Exp $
+# $NetBSD: Makefile,v 1.44 2025/09/21 15:33:50 wiz Exp $
 
-DISTNAME=              xorg-cf-files-1.0.8
+DISTNAME=              xorg-cf-files-1.0.9
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=util/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,7 +9,6 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Xorg imake rules
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
 .include "../../mk/bsd.prefs.mk"
@@ -57,5 +56,6 @@ pre-configure:
        fi
 .endif
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xorg-cf-files/distinfo
diff -u pkgsrc/x11/xorg-cf-files/distinfo:1.37 pkgsrc/x11/xorg-cf-files/distinfo:1.38
--- pkgsrc/x11/xorg-cf-files/distinfo:1.37      Wed Feb 22 07:44:55 2023
+++ pkgsrc/x11/xorg-cf-files/distinfo   Sun Sep 21 15:33:50 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2023/02/22 07:44:55 wiz Exp $
+$NetBSD: distinfo,v 1.38 2025/09/21 15:33:50 wiz Exp $
 
-BLAKE2s (xorg-cf-files-1.0.8.tar.xz) = e8a410f3363e12daafc5566b665b019177c0bba86dd6f82bdf2073a150199fc8
-SHA512 (xorg-cf-files-1.0.8.tar.xz) = cc633af889cd82346c3098df9185245c21aa9db7484343f8be9719f6e0b1fc0a9b09afb13b9b864668aa51944f2da797bbe896c807f629e89fc91506e6e63fb9
-Size (xorg-cf-files-1.0.8.tar.xz) = 290280 bytes
+BLAKE2s (xorg-cf-files-1.0.9.tar.xz) = b0a1e4f512c8d9d80acfdfe47bdfa5afe6cc9d19c61fc82ad47ce0aca5c7065b
+SHA512 (xorg-cf-files-1.0.9.tar.xz) = 124a3bd523f37bc196f548587b2b353aa518426bdd72ad1ea0642baeff45f555495304b77f96a7ae91d7bedcef043759cf2da92615612a4ae72d0553c530ead2
+Size (xorg-cf-files-1.0.9.tar.xz) = 174740 bytes
 SHA1 (patch-OpenBSDLib.rules) = 65b02b660839adb6e9c13287396a794a4586d927
 SHA1 (patch-X11.rules) = 2dac9bcc111f63b2dd887967ea5fab656f52f06b
 SHA1 (patch-X11.tmpl) = 3f0c5b8ad7a60cd0e1e47afcddaace936b9aaeed



Home | Main Index | Thread Index | Old Index