Date: Thu, 15 Sep 2016 16:16:23 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422214 - in head: graphics/dri graphics/libosmesa lang/clover Message-ID: <201609151616.u8FGGNGr055165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Sep 15 16:16:22 2016 New Revision: 422214 URL: https://svnweb.freebsd.org/changeset/ports/422214 Log: Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumers Despite having a configure argument of --with-sha1=libcrypto, only three of the eight users of graphics/libGL/Makefile.common actually link to SSL libraries. Individually add USES=ssl to these three ports rather than have all 8 having this requirement. Approved by: SSL blanket Modified: head/graphics/dri/Makefile head/graphics/libosmesa/Makefile head/lang/clover/Makefile Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Thu Sep 15 16:03:44 2016 (r422213) +++ head/graphics/dri/Makefile Thu Sep 15 16:16:22 2016 (r422214) @@ -11,6 +11,7 @@ COMMENT= OpenGL hardware acceleration dr LIB_DEPENDS= libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 +USES= ssl USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \ presentproto xvmc xshmfence Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Thu Sep 15 16:03:44 2016 (r422213) +++ head/graphics/libosmesa/Makefile Thu Sep 15 16:16:22 2016 (r422214) @@ -11,6 +11,7 @@ COMMENT= Off-Screen Mesa implementation 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 .... Modified: head/lang/clover/Makefile ============================================================================== --- head/lang/clover/Makefile Thu Sep 15 16:03:44 2016 (r422213) +++ head/lang/clover/Makefile Thu Sep 15 16:16:22 2016 (r422214) @@ -13,6 +13,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 RUN_DEPENDS= opencl>=0:devel/opencl +USES= ssl USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \ presentproto xvmc xshmfence
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609151616.u8FGGNGr055165>