FreeBSD Bugzilla – Attachment 48560 Details for
Bug 74313
Update net/libvncserver to not require X11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libvncserver.diff
libvncserver.diff (text/plain), 1.25 KB, created by
Andrew Turner
on 2004-11-24 04:50:14 UTC
(
hide
)
Description:
libvncserver.diff
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2004-11-24 04:50:14 UTC
Size:
1.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /cvsroot/ports/net/libvncserver/Makefile,v >retrieving revision 1.2 >diff -u -3 -p -u -r1.2 Makefile >--- Makefile 4 Nov 2004 22:28:58 -0000 1.2 >+++ Makefile 24 Nov 2004 03:23:47 -0000 >@@ -13,13 +13,20 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > DISTNAME= x11vnc-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= andrew+ports@fubar.geek.nz > COMMENT= Provide an easy API to write one's own vnc server > > LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg > >+.ifndef(WITHOUT_X11) >+USE_XLIB= yes >+PLIST_SUB+= X11="" >+.else >+CONFIGURE_ARGS+=--without-x >+PLIST_SUB+= X11="@comment " >+.endif >+ > USE_REINPLACE= yes >-USE_XLIB= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" >Index: pkg-plist >=================================================================== >RCS file: /cvsroot/ports/net/libvncserver/pkg-plist,v >retrieving revision 1.2 >diff -u -3 -p -u -r1.2 pkg-plist >--- pkg-plist 4 Nov 2004 22:28:58 -0000 1.2 >+++ pkg-plist 24 Nov 2004 03:18:35 -0000 >@@ -1,4 +1,4 @@ >-bin/x11vnc >+%%X11%%bin/x11vnc > include/rfb/rfb.h > include/rfb/rfbconfig.h > include/rfb/rfbint.h
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 74313
: 48560