pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xf86-video-amdgpu
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 27 10:20:07 UTC 2023
Modified Files:
pkgsrc/x11/xf86-video-amdgpu: Makefile distinfo
pkgsrc/x11/xf86-video-amdgpu/patches: patch-configure
Log Message:
xf86-video-amdgpu: update to 23.0.0.
Alan Coopersmith (2):
Update URLs to reflect gitlab migration
gitlab CI: enable gitlab's builtin static analysis
Kai-Heng Feng (1):
Initialize present extension for GPU screen
Lukasz Spintzyk (3):
Use randr_crtc_covering_drawable used in modesetting
Prefer crtc of primary output for synchronization when screen has to crtcs with the same coverage
Do not consider disabled crtc anymore when looking for xf86crtc covering drawable.
Mario Kleiner (1):
Fix primary output handling in amdgpu_crtc_covering_box().
Pierre-Eric Pelloux-Prayer (1):
Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possible
Shashank Sharma (2):
config: Add hotplug driver name
Bump version for the 23.0.0 release
tiancyin (1):
Fix screen corruption on secondary GPU
Łukasz Spintzyk (1):
amdgpu: fixup driver for new X server ABI
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xf86-video-amdgpu/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xf86-video-amdgpu/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xf86-video-amdgpu/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xf86-video-amdgpu/Makefile
diff -u pkgsrc/x11/xf86-video-amdgpu/Makefile:1.25 pkgsrc/x11/xf86-video-amdgpu/Makefile:1.26
--- pkgsrc/x11/xf86-video-amdgpu/Makefile:1.25 Sun Jan 29 21:18:25 2023
+++ pkgsrc/x11/xf86-video-amdgpu/Makefile Mon Feb 27 10:20:07 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/01/29 21:18:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2023/02/27 10:20:07 wiz Exp $
-DISTNAME= xf86-video-amdgpu-22.0.0
-PKGREVISION= 1
+DISTNAME= xf86-video-amdgpu-23.0.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.xz
@@ -15,8 +14,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
-RELRO_SUPPORTED= partial
-
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
X11_DRV_NAME= amdgpu
Index: pkgsrc/x11/xf86-video-amdgpu/distinfo
diff -u pkgsrc/x11/xf86-video-amdgpu/distinfo:1.19 pkgsrc/x11/xf86-video-amdgpu/distinfo:1.20
--- pkgsrc/x11/xf86-video-amdgpu/distinfo:1.19 Sun Aug 14 19:25:13 2022
+++ pkgsrc/x11/xf86-video-amdgpu/distinfo Mon Feb 27 10:20:07 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2022/08/14 19:25:13 tnn Exp $
+$NetBSD: distinfo,v 1.20 2023/02/27 10:20:07 wiz Exp $
-BLAKE2s (xf86-video-amdgpu-22.0.0.tar.xz) = 3c73f774ff4bfafba6b9a2dfd7bec6c4f215d79ca402a706aa0dad2e49eec266
-SHA512 (xf86-video-amdgpu-22.0.0.tar.xz) = 95c64e3fef7729ced6e7adc5e81c60cc218f6d8b6604f7b290e86ff52c917426b5102decbf8be8a66c9181ccde6e5dff7083dca8cc0c493a39e82625b5c7cb2a
-Size (xf86-video-amdgpu-22.0.0.tar.xz) = 376956 bytes
-SHA1 (patch-configure) = 0434336e8b6fd83ebaa7b0a69f1fc5fbd2b89bf7
+BLAKE2s (xf86-video-amdgpu-23.0.0.tar.xz) = 97cf6ffb31f6202aa46ad8917ee6c652716a42d2c268da5d48c304d783afeb62
+SHA512 (xf86-video-amdgpu-23.0.0.tar.xz) = bf26f147629a34e84a0ae8435119e170b9c95edafcab1995b63bb8f55abef32f2efbf4536eb070e64b2ae1460424b1b27a4206cb9836d33ddc6dfbee404f718b
+Size (xf86-video-amdgpu-23.0.0.tar.xz) = 381268 bytes
+SHA1 (patch-configure) = 5f16e907c315db14b8416d78270bcbcb2a0ad16c
Index: pkgsrc/x11/xf86-video-amdgpu/patches/patch-configure
diff -u pkgsrc/x11/xf86-video-amdgpu/patches/patch-configure:1.1 pkgsrc/x11/xf86-video-amdgpu/patches/patch-configure:1.2
--- pkgsrc/x11/xf86-video-amdgpu/patches/patch-configure:1.1 Sun May 20 07:15:21 2018
+++ pkgsrc/x11/xf86-video-amdgpu/patches/patch-configure Mon Feb 27 10:20:07 2023
@@ -1,26 +1,20 @@
-$NetBSD: patch-configure,v 1.1 2018/05/20 07:15:21 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2023/02/27 10:20:07 wiz Exp $
Avoid redefinition of bswap macros.
---- configure.orig 2018-03-15 15:40:33.000000000 +0000
+--- configure.orig 2023-02-22 17:14:53.000000000 +0000
+++ configure
-@@ -20049,20 +20049,6 @@ $as_echo "$SYS_ENDIAN_BSWAP" >&6; }
- $as_echo "#define USE_SYS_ENDIAN_H 1" >>confdefs.h
+@@ -20745,14 +20745,6 @@ printf "%s\n" "$SYS_ENDIAN_BSWAP" >&6; }
+ printf "%s\n" "#define USE_SYS_ENDIAN_H 1" >>confdefs.h
--cat >>confdefs.h <<_ACEOF
--#define bswap_16 ${BSWAP}16
--_ACEOF
+-printf "%s\n" "#define bswap_16 ${BSWAP}16" >>confdefs.h
-
-
--cat >>confdefs.h <<_ACEOF
--#define bswap_32 ${BSWAP}32
--_ACEOF
+-printf "%s\n" "#define bswap_32 ${BSWAP}32" >>confdefs.h
-
-
--cat >>confdefs.h <<_ACEOF
--#define bswap_64 ${BSWAP}64
--_ACEOF
+-printf "%s\n" "#define bswap_64 ${BSWAP}64" >>confdefs.h
-
fi
fi
Home |
Main Index |
Thread Index |
Old Index