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,26 +1,25 @@ PORTNAME= xlibre-xf86-video-ati -PORTVERSION= 25.0.0 -PORTREVISION= 2 +PORTVERSION= 25.0.1 CATEGORIES= x11-drivers MAINTAINER= xlibre@FreeBSD.org COMMENT= XLibre ati display driver WWW= https://github.com/X11Libre/xf86-video-ati/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING # No Radeon kernel driver on non-x86. ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64 LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm_radeon.so:graphics/libdrm USES= gl xlibre xlibre-cat:driver USE_GL= gbm USE_XORG= pciaccess CONFIGURE_ARGS+=--disable-udev .include 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 swapping