Page MenuHomeFreeBSD

D18328.id51082.diff
No OneTemporary

D18328.id51082.diff

Index: MOVED
===================================================================
--- MOVED
+++ MOVED
@@ -10639,3 +10639,7 @@
textproc/rubygem-github-linguist53|textproc/rubygem-github-linguist|2018-11-23|Obsolete by www/gitlab-ce 11.5.x upgrade, please use textproc/rubygem-github-linguist
devel/rubygem-google-protobuf351|devel/rubygem-google-protobuf|2018-11-23|Obsolete by www/gitlab-ce 11.5.x upgrade, please use devel/rubygem-google-protobuf
devel/giggle|devel/gitg|2018-11-23|Has expired: Development stalled. Please switch to devel/gitg.
+graphics/drm-stable-kmod|graphics/drm-fbsd11.2-kmod|2018-11-25|Cleaning up DRM ports nomenclature
+graphics/drm-next-kmod|graphics/drm-fbsd12.0-kmod|2018-11-25|Cleaning up DRM ports nomenclature
+graphics/drm-devel-kmod|graphics/drm-fbsd13.0-kmod|2018-11-25|Cleaning up DRM por
+ts nomenclature
Index: UPDATING
===================================================================
--- UPDATING
+++ UPDATING
@@ -5,6 +5,19 @@
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20181125:
+ AFFECTS: users of DRM ports other than graphics/drm-kmod
+ AUTHOR: jmd@FreeBSD.org
+
+ In order to facilitate future porting efforts and help in supporting multiple
+ FreeBSD versions, the DRM ports other than drm-kmod (graphics/drm-stable-kmod,
+ graphics/drm-next-kmod, graphics/drm-devel-kmod) have been renamed to
+ include the FreeBSD version they are designed for.
+
+ drm-stable-kmod is drm-fbsd11.2-kmod
+ drm-next-kmod is drm-fbsd12.0-kmod
+ drm-devel-kmod is drm-fbsd13.0-kmod
+
20181124:
AFFECTS: users of sysutils/munin-master, sysutils/munin-node, www/owncloud, mail/mailman, net/ntpa
AUTHOR: woodsb02@FreeBSD.org
Index: graphics/Makefile
===================================================================
--- graphics/Makefile
+++ graphics/Makefile
@@ -152,11 +152,12 @@
SUBDIR += dmtx-utils
SUBDIR += drawpile
SUBDIR += driconf
- SUBDIR += drm-devel-kmod
+ SUBDIR += drm-fbsd11.2-kmod
+ SUBDIR += drm-fbsd12.0-kmod
+ SUBDIR += drm-fbsd13.0-kmod
SUBDIR += drm-kmod
SUBDIR += drm-legacy-kmod
- SUBDIR += drm-next-kmod
- SUBDIR += drm-stable-kmod
+ SUBDIR += drm-wip-kmod
SUBDIR += dspdfviewer
SUBDIR += duhdraw
SUBDIR += dynamechs
Index: graphics/drm-fbsd11.2-kmod/Makefile
===================================================================
--- graphics/drm-fbsd11.2-kmod/Makefile
+++ graphics/drm-fbsd11.2-kmod/Makefile
@@ -1,7 +1,7 @@
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
-PORTNAME= drm-stable-kmod
+PORTNAME= drm-fbsd11.2-kmod
PORTVERSION= g20180822
PORTREVISION= 1
CATEGORIES= graphics
@@ -17,7 +17,8 @@
RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
-CONFLICTS_INSTALL= drm-devel-kmod drm-next-kmod drm-legacy-kmod
+CONFLICTS_INSTALL= drm-fbsd12.0-kmod drm-fbsd13.0-kmod drm-wip-kmod
+CONFLICTS_INSTALL+= drm-legacy-kmod
OPTIONS_DEFINE= DEBUG
Index: graphics/drm-fbsd12.0-kmod/Makefile
===================================================================
--- graphics/drm-fbsd12.0-kmod/Makefile
+++ graphics/drm-fbsd12.0-kmod/Makefile
@@ -1,7 +1,7 @@
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
-PORTNAME= drm-next-kmod
+PORTNAME= drm-fbsd12.0-kmod
PORTVERSION= 4.11.g20181027
PORTREVISION= 1
CATEGORIES= graphics
@@ -17,7 +17,8 @@
RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
-CONFLICTS_INSTALL= drm-devel-kmod drm-stable-kmod drm-legacy-kmod
+CONFLICTS_INSTALL= drm-fbsd11.2-kmod drm-fbsd13.0-kmod drm-wip-kmod
+CONFLICTS_INSTALL+= drm-legacy-kmod
OPTIONS_DEFINE= DEBUG
Index: graphics/drm-fbsd13.0-kmod/Makefile
===================================================================
--- graphics/drm-fbsd13.0-kmod/Makefile
+++ graphics/drm-fbsd13.0-kmod/Makefile
@@ -1,7 +1,7 @@
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
-PORTNAME= drm-devel-kmod
+PORTNAME= drm-fbsd13.0-kmod
PORTVERSION= 4.16.g20181121
CATEGORIES= graphics kld
@@ -16,7 +16,8 @@
RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
-CONFLICTS_INSTALL= drm-next-kmod drm-stable-kmod drm-legacy-kmod
+CONFLICTS_INSTALL= drm-fbsd11.2-kmod drm-fbsd12.0-kmod drm-wip-kmod
+CONFLICTS_INSTALL+= drm-legacy-kmod
OPTIONS_DEFINE= DEBUG
Index: graphics/drm-kmod/Makefile
===================================================================
--- graphics/drm-kmod/Makefile
+++ graphics/drm-kmod/Makefile
@@ -23,15 +23,15 @@
.endif
.else
.if ${OSVERSION} >= 1101510 && ${OSVERSION} < 1200000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-stable-kmod
+RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
.elif ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045
IGNORE= not supported on older 12, no kernel support
.elif ${OSVERSION} >= 1200045 && ${OSVERSION} < 1200058
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-stable-kmod
+RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
.elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-next-kmod
+RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
.elif ${OSVERSION} >= 1300000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-devel-kmod
+RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13.0-kmod
.else
IGNORE= not supported for this configuration
.endif
Index: graphics/drm-wip-kmod/Makefile
===================================================================
--- graphics/drm-wip-kmod/Makefile
+++ graphics/drm-wip-kmod/Makefile
@@ -1,8 +1,8 @@
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
-PORTNAME= drm-devel-kmod
-PORTVERSION= 4.16.g20181121
+PORTNAME= drm-wip-kmod
+PORTVERSION= 4.18.g20181121
CATEGORIES= graphics kld
MAINTAINER= jmd@FreeBSD.org
@@ -16,7 +16,8 @@
RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
-CONFLICTS_INSTALL= drm-next-kmod drm-stable-kmod drm-legacy-kmod
+CONFLICTS_INSTALL= drm-fbsd11.2-kmod drm-fbsd12.0-kmod drm-fbsd13.0-kmod
+CONFLICTS_INSTALL+= drm-legacy-kmod
OPTIONS_DEFINE= DEBUG
@@ -25,7 +26,7 @@
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm
-GH_TAGNAME= a45b72a
+GH_TAGNAME= 93ee1a6
.include <bsd.port.options.mk>
Index: graphics/drm-wip-kmod/distinfo
===================================================================
--- graphics/drm-wip-kmod/distinfo
+++ graphics/drm-wip-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542816184
-SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181121-a45b72a_GH0.tar.gz) = ea38de931c4b8ac4f3b9a48c9c4b4a96c73558a1b0e94983195568a5cb03ce7a
-SIZE (FreeBSDDesktop-kms-drm-4.16.g20181121-a45b72a_GH0.tar.gz) = 13088779
+TIMESTAMP = 1543106824
+SHA256 (FreeBSDDesktop-kms-drm-4.18.g20181121-93ee1a6_GH0.tar.gz) = 67e27c93448d0fdee8999d08e60b268a9c22fd37e992c9e3a52af4f32ca7e6bd
+SIZE (FreeBSDDesktop-kms-drm-4.18.g20181121-93ee1a6_GH0.tar.gz) = 13802191

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 4:19 AM (17 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33113018
Default Alt Text
D18328.id51082.diff (6 KB)

Event Timeline