FreeBSD Bugzilla – Attachment 161235 Details for
Bug 203237
[patch] x11/virtualgl: reduce number of dependencies, add SSL option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
patch-virtualgl.diff (text/plain), 1.43 KB, created by
Andriy Voskoboinyk
on 2015-09-21 17:05:12 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2015-09-21 17:05:12 UTC
Size:
1.43 KB
patch
obsolete
>Index: x11/virtualgl/Makefile >=================================================================== >--- x11/virtualgl/Makefile (revision 397511) >+++ x11/virtualgl/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= virtualgl > PORTVERSION= 2.3.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= x11 graphics > MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} > DISTNAME= VirtualGL-${PORTVERSION} >@@ -11,9 +11,7 @@ > MAINTAINER= davidjx8p@gmail.com > COMMENT= Redirects commands from an OpenGL app to another X server > >-LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ >- libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ >- libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo >+LIB_DEPENDS= libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo > > # due to the libjpeg-turbo requirement > ONLY_FOR_ARCHS= amd64 i386 >@@ -22,11 +20,18 @@ > DOCSDIR= ${LOCALBASE}/VirtualGL/doc > > USES= cmake >-USE_GL= glu >-USE_XORG= x11 xau xcb xdamage xdmcp xext xfixes xxf86vm >-CMAKE_ARGS= -DTJPEG_INCLUDE_DIR=${LOCALBASE}/include -DTJPEG_LIBRARY=${LOCALBASE}/lib/libturbojpeg.so >+USE_GL= gl glu >+USE_XORG= x11 xext xv >+CMAKE_ARGS= -DTJPEG_INCLUDE_DIR=${LOCALBASE}/include \ >+ -DTJPEG_LIBRARY=${LOCALBASE}/lib/libturbojpeg.so > USE_LDCONFIG= ${PREFIX}/VirtualGL/fakelib ${PREFIX}/VirtualGL/lib > >+OPTIONS_DEFINE= OPENSSL >+ >+OPENSSL_CMAKE_ON= -DVGL_USESSL:BOOL=ON >+OPENSSL_CMAKE_OFF= -DVGL_USESSL:BOOL=OFF >+OPENSSL_USE= OPENSSL=yes >+ > .include <bsd.port.pre.mk> > > .if ${ARCH} == "i386"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203237
:
161235
|
161236
|
161237
|
161238
|
161250
|
161253
|
168172
|
168173
|
168174
|
168175
|
168176
|
168178
|
168183
|
168184
|
168186