diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-20 13:25:16 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-20 13:25:16 +0000 |
commit | f88674c448df9982b97dbfddd7bf9ae13570807f (patch) | |
tree | 6a161febf36e72cdd9806b058de3b6c49fe24ebe /net/tightvnc | |
parent | 9984aa281535f6c66c4a76057b56228ff1e241e9 (diff) | |
download | ports-f88674c448df9982b97dbfddd7bf9ae13570807f.tar.gz ports-f88674c448df9982b97dbfddd7bf9ae13570807f.zip |
Notes
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/Makefile | 3 | ||||
-rw-r--r-- | net/tightvnc/files/patch-vncviewer::desktop.c | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index 2504ccf08aa5..305561886d81 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -8,6 +8,7 @@ PORTNAME= tightvnc PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vnc-tight @@ -38,7 +39,7 @@ BROKEN= "Does not compile on !i386" .endif .if exists(${X11BASE}/share/vnc/classes/index.vnc) -IGNORE= "vnc has already been installed, please uninstall it first." +IGNORE= vnc has already been installed, please uninstall it first. .endif post-patch: diff --git a/net/tightvnc/files/patch-vncviewer::desktop.c b/net/tightvnc/files/patch-vncviewer::desktop.c new file mode 100644 index 000000000000..33a005fc4d96 --- /dev/null +++ b/net/tightvnc/files/patch-vncviewer::desktop.c @@ -0,0 +1,14 @@ +--- vncviewer/desktop.c.orig Thu Jul 31 00:01:00 2003 ++++ vncviewer/desktop.c Sun Sep 18 19:20:06 2005 +@@ -180,8 +180,9 @@ + break; + + case FocusIn: +- XSetInputFocus(dpy, XtWindowOfObject(desktop), RevertToPointerRoot, +- CurrentTime); ++ /** XSetInputFocus(dpy, XtWindowOfObject(desktop), RevertToPointerRoot, ++ CurrentTime); **/ ++ XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); + break; + + case FocusOut: |