Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 17:33:09 +0200
From:      Marco Molteni <molter@tin.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43393: [UPDATE] net/tightvnc
Message-ID:  <20020926153310.4400.qmail@cobweb.example.org>

next in thread | raw e-mail | index | archive | help

>Number:         43393
>Category:       ports
>Synopsis:       [UPDATE] net/tightvnc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Marco Molteni
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
Citello Networks
>Environment:
System: FreeBSD cobweb.example.org 4.7-PRERELEASE

>Description:
        Update of net/tightvnc to latest release
>How-To-Repeat:
	N/A
>Fix:
        Apply following patch



diff -u -r tightvnc/Makefile tightvnc-1.2.6/Makefile
--- tightvnc/Makefile	Sun Jun 23 05:15:48 2002
+++ tightvnc-1.2.6/Makefile	Thu Sep 26 11:49:51 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	tightvnc
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.6
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	vnc-tight
diff -u -r tightvnc/distinfo tightvnc-1.2.6/distinfo
--- tightvnc/distinfo	Thu May 23 06:20:42 2002
+++ tightvnc-1.2.6/distinfo	Thu Sep 26 09:40:51 2002
@@ -1 +1 @@
-MD5 (tightvnc-1.2.4_unixsrc.tar.bz2) = 57e4fcb590415797c641c0d15ef60ba8
+MD5 (tightvnc-1.2.6_unixsrc.tar.bz2) = 9b48da1465ee78b614f0d26f4a8c7aaf
diff -u -r tightvnc/files/patch-Xvnc::config::cf::vnclibs.def tightvnc-1.2.6/files/patch-Xvnc::config::cf::vnclibs.def
--- tightvnc/files/patch-Xvnc::config::cf::vnclibs.def	Fri Mar 29 10:18:46 2002
+++ tightvnc-1.2.6/files/patch-Xvnc::config::cf::vnclibs.def	Thu Sep 26 12:35:37 2002
@@ -1,11 +1,18 @@
---- Xvnc/config/cf/vnclibs.def.orig	Wed Mar 20 05:38:00 2002
-+++ Xvnc/config/cf/vnclibs.def	Fri Mar 29 03:50:10 2002
-@@ -5,6 +5,5 @@
+--- Xvnc/config/cf/vnclibs.def.orig	Thu Sep 26 12:32:21 2002
++++ Xvnc/config/cf/vnclibs.def	Thu Sep 26 12:34:04 2002
+@@ -5,13 +5,5 @@
   * and programs/Xserver/hw/vnc whenever you change this file.
   */
  
 -VNCLIBS = $(TOP)/../libvncauth/libvncauth.a
--VNCSYSLIBS = -L$(TOP)/../lib/jpeg -ljpeg
--VNCCPPFLAGS = -I$(TOP)/../include -I$(TOP)/../lib/zlib -I$(TOP)/../lib/jpeg
+-
+-#ifdef OSF1Architecture
+-/* 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
+-#endif
+-
+-VNCCPPFLAGS = -I$(TOP)/../include -I/usr/local/include
 +VNCLIBS = $(TOP)/../libvncauth/libvncauth.a %%LOCALBASE%%/lib/libjpeg.a
 +VNCCPPFLAGS = -I$(TOP)/../include -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib
diff -u -r tightvnc/files/patch-vncviewer::Imakefile tightvnc-1.2.6/files/patch-vncviewer::Imakefile
--- tightvnc/files/patch-vncviewer::Imakefile	Thu May 23 06:20:42 2002
+++ tightvnc-1.2.6/files/patch-vncviewer::Imakefile	Thu Sep 26 11:30:55 2002
@@ -1,6 +1,6 @@
---- vncviewer/Imakefile.orig	Tue Apr 30 09:07:31 2002
-+++ vncviewer/Imakefile	Wed May 22 21:48:12 2002
-@@ -10,12 +10,12 @@
+--- vncviewer/Imakefile.orig	Thu Sep 26 11:26:17 2002
++++ vncviewer/Imakefile	Thu Sep 26 11:28:47 2002
+@@ -10,17 +10,12 @@
  DEFINES = -DMITSHM
  #endif
  
@@ -11,13 +11,18 @@
  INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/include
  VNCAUTH_LIB = ../libvncauth/libvncauth.a
 -ZLIB_LIB = -L/usr/local/lib -lz
+-#ifdef OSF1Architecture
+-XCOMM Avoid linking with different libjpeg in /usr/shlib under Tru64.
+-JPEG_LIB = /usr/local/lib/libjpeg.a
+-#else
 -JPEG_LIB = -L/usr/local/lib -ljpeg
+-#endif
 +ZLIB_LIB = -L%%LOCALBASE%%/lib -lz
 +JPEG_LIB = -L%%LOCALBASE%%/lib -ljpeg
  
  DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
  LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
-@@ -39,4 +39,4 @@
+@@ -44,4 +39,4 @@
  
  OBJS = $(SRCS:.c=.o)
  
diff -u -r tightvnc/pkg-plist tightvnc-1.2.6/pkg-plist
--- tightvnc/pkg-plist	Fri Mar 29 10:18:45 2002
+++ tightvnc-1.2.6/pkg-plist	Thu Sep 26 14:13:18 2002
@@ -8,7 +8,9 @@
 share/tightvnc/classes/ClipboardFrame.class
 share/tightvnc/classes/DesCipher.class
 share/tightvnc/classes/OptionsFrame.class
+share/tightvnc/classes/RecordingFrame.class
 share/tightvnc/classes/RfbProto.class
+share/tightvnc/classes/SessionRecorder.class
 share/tightvnc/classes/VncCanvas.class
 share/tightvnc/classes/VncViewer.class
 share/tightvnc/classes/VncViewer.jar
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020926153310.4400.qmail>