aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-fbsd11.2-kmod
Commit message (Collapse)AuthorAgeFilesLines
* graphics/drm-fbsd11.2-kmod: Restrict versionsNiclas Zeising2019-09-191-0/+4
| | | | | | | | | Restrcict drm-fbsd11.2-kmod to 11.2 and the rest of the 11 branch. This port might work on 12.0 as well, but this is not supported anyway. It's definetly broken on 13-CURRENT. Notes: svn path=/head/; revision=512318
* graphics/drm-fbsd11.2-kmod: Update snapshotNiclas Zeising2019-09-062-5/+5
| | | | Notes: svn path=/head/; revision=511322
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* graphics/drm-fbsd11.2-kmod: Update snapshotNiclas Zeising2019-08-062-5/+5
| | | | | | | | | | | | | | | Update snapshot of graphics/drm-fbsd11.2-kmod to include a fix for a memory leak. FreeBSD Graphics issue: #155 https://github.com/FreeBSDDesktop/kms-drm/issues/155 PR: 238925 Reported by: Ting-Wei Lan MFH: 2019Q3 (implicit, drm-drivers blanket) Sponsored by: B3 Init (zeising) Notes: svn path=/head/; revision=508236
* graphics/drm-fbsd11.2-kmod: Update snapshotNiclas Zeising2019-07-302-5/+5
| | | | | | | | | | | Update graphics/drm-fbsd11.2-kmod to the latest snapshot. This fixes the build with fhold() changed from a macro to a function. MFH: 2019Q3 (implicit, drm-drivers blanket) Sponsored by: B3 Init Notes: svn path=/head/; revision=507657
* Change maintainer of all drm kmod ports to x11@Niclas Zeising2019-07-091-1/+1
| | | | | | | | | | | Change maintainer of all drm kmod ports to x11@FreeBSD.org. This way, PRs, notice about build breakages from package builds and so on goes to the entire x11@ team, and not just one member. Approved by: jmd (maintainer) Notes: svn path=/head/; revision=506311
* drm-kmod ports: Update conflictsNiclas Zeising2019-05-201-1/+4
| | | | | | | | | | | Update conflicts for all drm-kmod ports to take into account the new drm-devel-kmod port. MFH: 2019Q2 (implicit, drm-driver blanket) Sponsored by: B3 Init Notes: svn path=/head/; revision=502166
* Update drm kmod portsNiclas Zeising2019-04-243-5/+6
| | | | | | | | | | Update drm-fbsd11.2-kmod and drm-fbsd12.0-kmod to their latest snapshots. This fixes loading order issues with ttm. MFH: 2019Q2 (implicit approval, drm driver blanket) Notes: svn path=/head/; revision=499905
* graphics/drm-fbsd{11.2,12.0}-kmod: Update pkg-message with new namesJoseph Mingrone2019-02-141-5/+5
| | | | | | | | | PR: 235726 Approved by: graphics (jmd) Differential Revision: https://reviews.freebsd.org/D19189 Notes: svn path=/head/; revision=492896
* Update pkg-descr to match realityNiclas Zeising2019-01-011-2/+3
| | | | | | | | | | | Update pkg-descr in drm-kmod ports to match reality in terms of which Linux kernel version they correspond to and which FreeBSD version they are supporting. Noticed by: Graham Perrin Notes: svn path=/head/; revision=489050
* graphics/drm-fbsd11.2-kmod: update to latest snapshotJohannes M Dieterich2018-12-122-9/+5
| | | | | | | | | | | | | | | Switch to dedicated upstream branch for this release. Indicate Linux DRM version as part of port version to sync with other DRM ports. Remove outdated check for old CURRENT. Reviewed by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D18507 Notes: svn path=/head/; revision=487275
* LinuxKPI-based DRM ports: move to new ports nomenclature.Johannes M Dieterich2018-12-105-0/+70
After some discussions within the x11 team, it was decided to move to a new nomenclature for the LinuxKPI-based DRM ports that correctly reflects the FreeBSD version the ports are for. This will also allow us to move to dedicated branches per FreeBSD release and eases porting work. Functionally, this commit is a no-op as we are not moving to new snapshots. Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta port should not be affected. Direct consumers of the DRM ports shall move, as in MOVED, as follows: drm-stable-kmod is drm-fbsd11.2-kmod drm-next-kmod is drm-fbsd12.0-kmod drm-devel-kmod is drm-current-kmod Reviewed by: zeising (x11) Approved by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D18328 Notes: svn path=/head/; revision=487117