Port details |
- igt-gpu-tools IGT gpu tools and tests
- 1.26.1266_1 graphics =2 1.26.1266_1Version of this port present on the latest quarterly branch.
- Maintainer: jfree@FreeBSD.org
- Port Added: 2022-09-09 21:33:48
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://drm.pages.freedesktop.org/igt-gpu-tools/
- Description:
- IGT GPU Tools is a collection of tools for development and testing of the
DRM drivers. There are many macro-level test suites that get used against
the drivers, including xtest, rendercheck, piglit, and oglconform, but
failures from those can be difficult to track down to kernel changes, and
many require complicated build procedures or specific testing environments
to get useful results. Therefore, IGT GPU Tools includes low-level tools
and tests specifically for development and testing of the DRM Drivers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- igt-gpu-tools>0:graphics/igt-gpu-tools
- To install the port:
- cd /usr/ports/graphics/igt-gpu-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/igt-gpu-tools
- pkg install igt-gpu-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: igt-gpu-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661919740
SHA256 (drm-igt-gpu-tools-9338ab3ec085292817ab1e74d1f2fb90b6a98332_GL0.tar.gz) = c1b1ce7c3370e4e7030c76d43a312ba655d567c8f427b48f451525f81ef0a833
SIZE (drm-igt-gpu-tools-9338ab3ec085292817ab1e74d1f2fb90b6a98332_GL0.tar.gz) = 2936270
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rst2man : textproc/py-docutils@py311
- bison : devel/bison
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- pixman-1.pc : x11/pixman
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- pixman-1.pc : x11/pixman
- Library dependencies:
-
- libdrm.so : graphics/libdrm
- libdw.so : devel/elfutils
- libpciaccess.so : devel/libpciaccess
- libudev.so : devel/libudev-devd
- libjson-c.so : devel/json-c
- liboping.so : net/liboping
- libunwind.so : devel/libunwind
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for igt-gpu-tools-1.26.1266_1:
CHAMELIUM=off: Build chamelium display tests
RUNNER=on: Build test runner
TEST=on: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- graphics_igt-gpu-tools
- USES:
- bison gnome meson pkgconfig python shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.26.1266_1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.26.1266_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.26.1266_1 12 Jan 2024 17:05:01 |
Daniel Engberg (diizzy) |
graphics/igt-gpu-tools: Disable DOCS option
Fails to build with newer (stricter) versions of libxml2
PR: 275503
Approved by: portmgr (maintainer timeout, 1+ month) |
1.26.1266 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.26.1266 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.26.1266 06 Jun 2023 17:47:38 |
Muhammad Moinur Rahman (bofh) |
graphics/igt-gpu-tools: Fix build with lvm15
Approved by: portmgr (blanket) |
1.26.1266 30 Mar 2023 02:11:55 |
Jan Beich (jbeich) |
graphics/igt-gpu-tools: unbreak with --auto-features=enabled
meson.build:132:0: ERROR: Dependency "valgrind" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run) |
1.26.1266 16 Sep 2022 21:02:37 |
Piotr Kubaj (pkubaj) |
graphics/igt-gpu-tools: fix build on big-endian
../lib/igt_fb.c:4476:21: error: implicit declaration of function 'bswap_32' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
uint32_t pixel = le32_to_cpu(line[x]);
^
../lib/igt_core.h:1459:25: note: expanded from macro 'le32_to_cpu' |
1.26.1266 09 Sep 2022 15:06:45 |
Joseph Mingrone (jrm) Author: Jake Freeland |
graphics/igt-gpu-tools: Test suite for drm drivers
The igt testing suite is separated into tests and tools that target kms,
memory management, and command submission. These tests are especially
helpful for low-level reporting, transparent tracking of kernel changes,
and efficient debugging of modern drm drivers.
Reviewed by: diizzy, lwhsu, jrm
Differential Revision: https://reviews.freebsd.org/D36213 |