pkgsrc/net/tightvnc/patches/patch-ba
lukem 067eeb231c Update to tightvnc 1.2.6. Notable changes:
all:
- supply manual pages

Xvnc:
- fixed crash in the font server code
- fixed blocking I/O problem which led to easy denial-of-service
  attacks via built-in HTTP server
- fixed memory alignment problem in Raw encoder, for systems with
  strict alignment constraints
- support libwrap for server access control
- rely upon system zlib instead of shipping own copy
- reset compression level & JPEG image quality on reading client's encoding list
- allow applet parameters to be specified in URL request to the HTTP server

vncpasswd:
- work correctly if a filename is given

vncserver:
- default depth is 24 instead of 8
- attempt restart once if failed first time due to font path lossage
- removed 2 second startup delay
- allow users to keep vnc directories in /tmp
- work correctly if $XAUTHORITY is not set
2002-10-20 14:33:53 +00:00

14 lines
558 B
Text

$NetBSD: patch-ba,v 1.3 2002/10/20 14:33:54 lukem Exp $
--- Xvnc/config/cf/vnclibs.def.orig Fri Jun 28 15:53:19 2002
+++ Xvnc/config/cf/vnclibs.def
@@ -11,7 +11,7 @@ VNCLIBS = $(TOP)/../libvncauth/libvncaut
/* Avoid linking with different libjpeg in /usr/shlib under Tru64. */
VNCSYSLIBS = /usr/local/lib/libjpeg.a /usr/local/lib/libz.a
#else
-VNCSYSLIBS = -L/usr/local/lib -ljpeg -lz
+VNCSYSLIBS = ${BUILDLINK_LDFLAGS} -ljpeg -lz
#endif
-VNCCPPFLAGS = -I$(TOP)/../include -I/usr/local/include
+VNCCPPFLAGS = -I$(TOP)/../include ${BUILDLINK_CPPFLAGS}