FreeBSD Bugzilla – Attachment 201492 Details for
Bug 234929
net/libvncserver: Disable cmake defaults
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable projects cmake options not used at this time
0001-Disable-LibVNC-libvncserver-cmake-default-options.patch (text/plain), 1.35 KB, created by
Derek Schrock
on 2019-01-28 23:46:05 UTC
(
hide
)
Description:
Disable projects cmake options not used at this time
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2019-01-28 23:46:05 UTC
Size:
1.35 KB
patch
obsolete
>From 11c073bdb7d23c10b2b2054f30c65a23062b47c3 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Mon, 28 Jan 2019 18:30:44 -0500 >Subject: [PATCH] Disable LibVNC/libvncserver cmake default options > >All cmake options default to YES so When building on a host system with >non-option or non-DEPENDS libs installed it's possible cmake will find >these and build parts of libvncserver that are not supported at this >time. > >Disable all non-option and non-DEPENDS cmake options for now. >Enable cmake options that don't have ports options from USES= or that >can be found in the base system. >--- > net/libvncserver/Makefile | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile >index b8f3b09dddd2..4959e768b329 100644 >--- a/net/libvncserver/Makefile >+++ b/net/libvncserver/Makefile >@@ -4,6 +4,7 @@ > PORTNAME= libvncserver > PORTVERSION= 0.9.12 > DISTVERSIONPREFIX= LibVNCServer- >+PORTREVISION= 1 > CATEGORIES= net devel > > MAINTAINER= araujo@FreeBSD.org >@@ -17,6 +18,10 @@ LIB_DEPENDS= libpng.so:graphics/png \ > USES= cmake jpeg libtool pathfix pkgconfig > USE_LDCONFIG= yes > >+CMAKE_ON= WITH_JPEG WITH_LZO WITH_PNG WITH_THREADS WITH_ZLIB >+CMAKE_OFF= WITH_24BPP WITH_FFMPEG WITH_SASL WITH_SDL \ >+ WITH_SYSTEMD WITH_TIGHTVNC_FILETRANSFER WITH_WEBSOCKETS >+ > USE_GITHUB= yes > GH_ACCOUNT= LibVNC > >-- >2.20.1 >
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 234929
:
201108
|
201478
|
201492
|
201520