Port details |
- linux-c7-libdrm CentOS Linux Direct Rendering Manager runtime
- 2.4.97 graphics
=5 2.4.97Version of this port present on the latest quarterly branch. DEPRECATED: CentOS Linux 7 reached end of life (EOL) on June 30, 2024
- Maintainer: emulation@FreeBSD.org
 - Port Added: 2019-09-21 08:56:36
- Last Update: 2025-10-01 16:46:07
- Commit Hash: 89a7952
- People watching this port, also watch:: libXdamage, linux-c7-atk, xcb-util-image, woff2, libevent
- Also Listed In: linux
- License: not specified in port
- WWW:
- https://dri.freedesktop.org/
- Description:
- This is libdrm, a userspace library for accessing the DRM, direct rendering
manager, on Linux, BSD and other operating systems that support the
ioctl interface.
The library provides wrapper functions for the ioctls to avoid exposing the
kernel interface directly, and for chipsets with drm memory manager,
support for tracking relocations and buffers.
New functionality in the kernel DRM drivers typically requires a new libdrm,
but a new libdrm will always work with an older kernel.
libdrm is a low-level library, typically used by graphics drivers such as
the Mesa drivers, the X drivers, libva and similar projects.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- linux-c7-libdrm>0:graphics/linux-c7-libdrm
- To install the port:
- cd /usr/ports/graphics/linux-c7-libdrm/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/linux-c7-libdrm
- pkg install linux-c7-libdrm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-c7-libdrm
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1627157288
SHA256 (centos/libdrm-2.4.91-3.el7.i686.rpm) = 514827c02a7d799d7b822bcf322c7c7d434a741275e12be7b80179e01789e661
SIZE (centos/libdrm-2.4.91-3.el7.i686.rpm) = 161956
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux-c7-libpciaccess>0 : devel/linux-c7-libpciaccess
- This port is required by:
- for Run
-
- graphics/linux-c7-dri
Configuration Options:
- ===> The following configuration options are available for linux-c7-libdrm-2.4.97:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_linux-c7-libdrm
- USES:
- linux:c7
- 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 |
2.4.97 01 Oct 2025 16:46:07
    |
Alexander Ziaee (ziaee)  |
drm: Clean up comments
Reviewed by: emaste, ivy, Tomoaki AOKI <junchoon@dec.sakura.ne.jp> |
2.4.97 12 Sep 2022 15:29:04
    |
Stefan Eßer (se)  |
Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.
Reported by: dan@langille.org (Dan Langille) |
2.4.97 01 Sep 2022 13:52:16
    |
Rene Ladan (rene)  |
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0 (Only the first 15 lines of the commit message are shown above ) |
2.4.97 17 Jan 2022 14:47:28
    |
Mikael Urankar (mikael)  |
*: Linux emulation: add support for aarch64
PR: 256008
Submitted by: Vincent Milum Jr (prior version)
Approved by: emulation (maintainer timeout) |
2.4.97 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.97 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4.97 01 Feb 2021 12:42:53
  |
rene  |
Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.
Submitted by: rene
Reviewed by: jbeich, mandree, mat, osa
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D28406 |
2.4.91 21 Oct 2020 20:21:19
  |
rene  |
graphics/linux-c7-libdrm: simplify check for supported versions after 11.3 EOL |
2.4.91 08 Oct 2019 17:03:39
  |
tijl  |
Update to 2.4.97-2.el7, but only on FreeBSD versions that have
/compat/linux/sys/dev/char/226:0/device/drm. |
2.4.91 21 Sep 2019 08:56:20
  |
tijl  |
Update to CentOS 7.7.1908.
Put libdrm into a separate port so it can be kept at the CentOS 7.6 version.
The new version fails to detect graphics hardware on FreeBSD. |