svn commit: r470953 - head/x11/xorg-minimal

Eitan Adler eadler at FreeBSD.org
Sun May 27 04:24:47 UTC 2018


Author: eadler
Date: Sun May 27 04:24:45 2018
New Revision: 470953
URL: https://svnweb.freebsd.org/changeset/ports/470953

Log:
  x11/xorg-minimal: take maintainership (again)
  
  - This was my first contribution to FreeBSD. Take it back.
  - Correct run deps for video driver of 'intel29'

Modified:
  head/x11/xorg-minimal/Makefile

Modified: head/x11/xorg-minimal/Makefile
==============================================================================
--- head/x11/xorg-minimal/Makefile	Sat May 26 23:00:01 2018	(r470952)
+++ head/x11/xorg-minimal/Makefile	Sun May 27 04:24:45 2018	(r470953)
@@ -6,7 +6,7 @@ PORTREVISION=	1
 CATEGORIES=	x11 x11-servers
 PKGNAMESUFFIX=	-minimal
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	X.Org minimal distribution metaport
 
 USES=		metaport
@@ -22,13 +22,11 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:x11-servers/xorg-s
 .if ${VIDEO_DRIVER} == "nvidia"
 RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/drivers/nvidia_drv.so:x11/nvidia-driver
 .elif ${VIDEO_DRIVER} == "intel29"
-RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:x11-drivers/xf86-video-${VIDEO_DRIVER}
+RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:x11-drivers/xf86-video-intel
+.elif ${VIDEO_DRIVER} == "intel"
+RUN_DEPENDS+=	${LOCALBASE}/lib/va/i965_drv_video.so:multimedia/libva-intel-driver
 .else
 RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:x11-drivers/xf86-video-${VIDEO_DRIVER}
-.endif
-
-.if ${VIDEO_DRIVER} == intel
-RUN_DEPENDS+=	${LOCALBASE}/lib/va/i965_drv_video.so:multimedia/libva-intel-driver
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list