Date: Sun, 07 Jun 2026 08:06:39 +0000 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9fbe8f1dca8f - main - x11-drivers/xlibre-xf86-video-ati: update to 25.0.1 Message-ID: <6a25268f.3c1b5.711a1886@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fbe8f1dca8f9df338d5648d2159108dbe1a0aaf commit 9fbe8f1dca8f9df338d5648d2159108dbe1a0aaf Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-06-07 08:02:18 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-06-07 08:02:18 +0000 x11-drivers/xlibre-xf86-video-ati: update to 25.0.1 With hat: xlibre --- x11-drivers/xlibre-xf86-video-ati/Makefile | 3 +-- x11-drivers/xlibre-xf86-video-ati/distinfo | 6 +++--- .../xlibre-xf86-video-ati/files/patch-configure.ac | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/x11-drivers/xlibre-xf86-video-ati/Makefile b/x11-drivers/xlibre-xf86-video-ati/Makefile index 9ffefa22cf6e..24f177a14736 100644 --- a/x11-drivers/xlibre-xf86-video-ati/Makefile +++ b/x11-drivers/xlibre-xf86-video-ati/Makefile @@ -1,6 +1,5 @@ PORTNAME= xlibre-xf86-video-ati -PORTVERSION= 25.0.0 -PORTREVISION= 2 +PORTVERSION= 25.0.1 CATEGORIES= x11-drivers MAINTAINER= xlibre@FreeBSD.org diff --git a/x11-drivers/xlibre-xf86-video-ati/distinfo b/x11-drivers/xlibre-xf86-video-ati/distinfo index 30920a9ba991..437ff46a7c09 100644 --- a/x11-drivers/xlibre-xf86-video-ati/distinfo +++ b/x11-drivers/xlibre-xf86-video-ati/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766522466 -SHA256 (xlibre/driver/X11Libre-xf86-video-ati-25.0.0-xlibre-xf86-video-ati-25.0.0_GH0.tar.gz) = 597e9b3f9b1b4f5e40fd6d1706f4ffe6d31bbc2955d4f435d1e3014f2e089bde -SIZE (xlibre/driver/X11Libre-xf86-video-ati-25.0.0-xlibre-xf86-video-ati-25.0.0_GH0.tar.gz) = 443783 +TIMESTAMP = 1780816639 +SHA256 (xlibre/driver/X11Libre-xf86-video-ati-25.0.1-xlibre-xf86-video-ati-25.0.1_GH0.tar.gz) = 35c96222fdbce8112f3a44b63d098a8a59c5950265ccf400561e49b8010fb0f6 +SIZE (xlibre/driver/X11Libre-xf86-video-ati-25.0.1-xlibre-xf86-video-ati-25.0.1_GH0.tar.gz) = 439053 diff --git a/x11-drivers/xlibre-xf86-video-ati/files/patch-configure.ac b/x11-drivers/xlibre-xf86-video-ati/files/patch-configure.ac new file mode 100644 index 000000000000..64313a9ea090 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ati/files/patch-configure.ac @@ -0,0 +1,15 @@ +--- configure.ac.orig 2026-06-07 07:26:03 UTC ++++ configure.ac +@@ -153,7 +153,11 @@ CPPFLAGS="$SAVE_CPPFLAGS" + + CPPFLAGS="$SAVE_CPPFLAGS" + +-PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0]) ++PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0], [LIBPCIACCESS=yes], [LIBPCIACCESS=no]) ++if test "x$LIBPCIACCESS" = xyes; then ++ AC_DEFINE(HAVE_PCI_DEVICE_IS_BOOT_DISPLAY, 1, [libpciaccess support]) ++fi ++ + XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS" + + # Checks for headers/macros for byte swappinghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a25268f.3c1b5.711a1886>
