aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-libdrm
Commit message (Collapse)AuthorAgeFilesLines
* Add missing WWW entriesStefan Eßer2022-09-121-0/+1
| | | | | | | 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)
* cleanup: remove support for FreeBSD 13.0 which expired today.Rene Ladan2022-09-011-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - math/igraph: remove support for 13.0 - net/asterisk16: drop support for ancient FreeBSD versions - net/asterisk18: drop support for ancient FreeBSD versions - security/openssl*: drop now obsolete patches - sysutils/bhyve+: drop support for FreeBSD 13.0 - sysutils/ebsnvme-id: drop support for FreeBSD 13.0 - sysutils/openzfs: remove detection of FreeBSD 13.0 - sysutils/openzfs-kmod: drop detection of FreeBSD 13.0 - www/firefox: generalize pkg-message a bit regarding hgame(4) - x11/xorg-cf-files: remove support for FreeBSD < 6 (yes, pre-2008) While here, regenerate patches for: - x11/xorg-cf-files - net/asterisk16 - net/asterisk18 While here, remove a stale $Id$ from Tools/scripts/portsearch Differential Revision: https://reviews.freebsd.org/D36233 Reviewed by: office (fluffy), x11 (manu), arrowd, brnrd, cperciva, freqlabs, imp, jbeich, madpilot, nobutaka
* *: Linux emulation: add support for aarch64Mikael Urankar2022-01-172-1/+18
| | | | | | PR: 256008 Submitted by: Vincent Milum Jr (prior version) Approved by: emulation (maintainer timeout)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-2/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=563570
* graphics/linux-c7-libdrm: simplify check for supported versions after 11.3 EOLRene Ladan2020-10-211-2/+2
| | | | Notes: svn path=/head/; revision=552893
* Update to 2.4.97-2.el7, but only on FreeBSD versions that haveTijl Coosemans2019-10-084-7/+25
| | | | | | | /compat/linux/sys/dev/char/226:0/device/drm. Notes: svn path=/head/; revision=514091
* Update to CentOS 7.7.1908.Tijl Coosemans2019-09-214-0/+71
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. Notes: svn path=/head/; revision=512486