Index: head/graphics/dri/Makefile =================================================================== --- head/graphics/dri/Makefile (revision 422213) +++ head/graphics/dri/Makefile (revision 422214) @@ -1,38 +1,39 @@ # Created by: Eric Anholt # $FreeBSD$ PORTNAME= dri PORTVERSION= ${MESAVERSION} PORTEPOCH= 2 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for the DRI LIB_DEPENDS= libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 +USES= ssl USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \ presentproto xvmc xshmfence OPTIONS_DEFINE= TEXTURE OPTIONS_DEFAULT=TEXTURE TEXTURE_DESC= Enable texture-float support (patent encumbered) VDPAU_DESC= VDPAU (GPU video acceleration) support (needs Gallium) PKGHELP= ${.CURDIR}/pkg-help .include .include "${.CURDIR}/../../graphics/libGL/Makefile.common" #src/mesa/libmesagallium.la #MESA_BUILD_WRKSRC= src/util src/gallium #MESA_INSTALL_WRKSRC= src/gallium .include "${.CURDIR}/../../graphics/libGL/Makefile.targets" post-install: @${RM} -rf ${STAGEDIR}/etc/OpenCL .include Index: head/graphics/libosmesa/Makefile =================================================================== --- head/graphics/libosmesa/Makefile (revision 422213) +++ head/graphics/libosmesa/Makefile (revision 422214) @@ -1,33 +1,34 @@ # Created by: gahr # $FreeBSD$ PORTNAME= libosmesa PORTVERSION= ${MESAVERSION} PORTREVISION= 0 CATEGORIES= graphics COMMENT= Off-Screen Mesa implementation of the OpenGL API LIB_DEPENDS= libexpat.so:textproc/expat2 \ libglapi.so:graphics/libglapi +USES= ssl USE_XORG= x11 xau xcb xdmcp xvmc # libosmesa doesn't link agains libGL but osmesa.h needs GL/gl.h # and both headers are intalled by libGL .... USE_GL= gl .include .include "${.CURDIR}/../../graphics/libGL/Makefile.common" #MESA_BUILD_WRKSRC= src/util src/glsl src/mesa #/drivers/osmesa MESA_INSTALL_WRKSRC= src/mesa/drivers/osmesa .include "${.CURDIR}/../../graphics/libGL/Makefile.targets" post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/GL ${INSTALL_DATA} ${WRKSRC}/include/GL/osmesa.h \ ${STAGEDIR}${PREFIX}/include/GL .include Index: head/lang/clover/Makefile =================================================================== --- head/lang/clover/Makefile (revision 422213) +++ head/lang/clover/Makefile (revision 422214) @@ -1,37 +1,38 @@ # $FreeBSD$ PORTNAME= clover PORTVERSION= ${MESAVERSION} PORTREVISION= 0 CATEGORIES= lang COMMENT= Mesa "Clover" OpenCL library BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libdrm.so:graphics/libdrm \ libOpenCL.so:devel/ocl-icd \ libexpat.so:textproc/expat2 RUN_DEPENDS= opencl>=0:devel/opencl +USES= ssl USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \ presentproto xvmc xshmfence ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Clover needs a graphics driver supported by the Radeon KMS driver .include .include "${.CURDIR}/../../graphics/libGL/Makefile.common" #MESA_BUILD_WRKSRC= src/util src/glsl src/mesa src/gallium MESA_INSTALL_WRKSRC= src/gallium/targets/opencl src/gallium/targets/pipe-loader .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 IGNORE= Clover is only supported on FreeBSD 10.1 and newer .endif .include "${.CURDIR}/../../graphics/libGL/Makefile.targets" post-install: @${MV} ${STAGEDIR}/etc/OpenCL ${STAGEDIR}${PREFIX}/etc/ .include