FreeBSD Bugzilla – Attachment 168172 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.63 KB, created by
Andriy Voskoboinyk
on 2016-03-14 18:39:55 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2016-03-14 18:39:55 UTC
Size:
1.63 KB
patch
obsolete
>Index: x11/virtualgl/Makefile >=================================================================== >--- x11/virtualgl/Makefile (revision 410949) >+++ x11/virtualgl/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= virtualgl > PORTVERSION= 2.4.1 >+PORTREVISION= 1 > CATEGORIES= x11 graphics > MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} > DISTNAME= VirtualGL-${PORTVERSION} >@@ -10,13 +11,10 @@ > MAINTAINER= davidjx8p@gmail.com > COMMENT= Redirects commands from an OpenGL app to another X server > >-LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ >- libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ >- libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ >+LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ > libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo \ > libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms > >-# due to the libjpeg-turbo requirement > ONLY_FOR_ARCHS= amd64 i386 > > CMAKE_INSTALL_PREFIX= ${LOCALBASE}/VirtualGL >@@ -24,7 +22,7 @@ > > USES= cmake compiler:c++11-lang > USE_GL= gl glu >-USE_XORG= x11 xau xcb xdamage xdmcp xext xfixes xxf86vm >+USE_XORG= x11 xcb xext > CMAKE_ARGS= -DTJPEG_INCLUDE_DIR=${LOCALBASE}/include\ > -DTJPEG_LIBRARY=${LOCALBASE}/lib/libturbojpeg.so\ > -DVGL_FAKEXCB=on -DVGL_SYSTEMFLTK=on -DVGL_SYSTEMGLX=on >@@ -31,6 +29,16 @@ > USE_LDCONFIG= ${PREFIX}/VirtualGL/fakelib ${PREFIX}/VirtualGL/lib > LDFLAGS+= -L${LOCALBASE}/lib > >+OPTIONS_DEFINE= OPENSSL XVIDEO >+ >+OPENSSL_CMAKE_ON= -DVGL_USESSL:BOOL=ON >+OPENSSL_CMAKE_OFF= -DVGL_USESSL:BOOL=OFF >+OPENSSL_USE= OPENSSL=yes >+ >+XVIDEO_CMAKE_ON= -DVGL_USEXV:BOOL=ON >+XVIDEO_CMAKE_OFF= -DVGL_USEXV:BOOL=OFF >+XVIDEO_USE= XORG=xv >+ > .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
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 203237
:
161235
|
161236
|
161237
|
161238
|
161250
|
161253
| 168172 |
168173
|
168174
|
168175
|
168176
|
168178
|
168183
|
168184
|
168186