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 |