Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 14:44:48 -0800 (PST)
From:      bmah@ca.sandia.gov
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16752: [patch] lunchbox-ify net/vnc port, fix broken checksum
Message-ID:  <200002162244.OAA80260@nimitz.ca.sandia.gov>

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

>Number:         16752
>Category:       ports
>Synopsis:       [patch] lunchbox-ify net/vnc port, fix broken checksum
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 15:30:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Sandia National Laboratories
>Environment:

	

>Description:

The documentation tarball for vnc went through another change without
a version bump.  I'm trying to talk the vnc developers into *not* 
doing this, but they haven't gotten back to me yet.

I'm the (unfortunate) port maintainer.

>How-To-Repeat:

	

>Fix:
	
Turn off checksums again for the documentation tarball until the issue
gets resolved.  Patch below:

diff -r -c /usr/ports/net/vnc/Makefile vnc/Makefile
*** /usr/ports/net/vnc/Makefile	Wed Feb  9 22:55:53 2000
--- vnc/Makefile	Mon Feb 14 16:41:58 2000
***************
*** 18,23 ****
--- 18,24 ----
  USE_PERL5=		YES
  
  EXTRACT_ONLY=		vnc-3.3.3r1_unixsrc.tgz
+ IGNOREFILES=		vnc-latest_doc.tgz
  
  WRKSRC=			${WRKDIR}/vnc_unixsrc
  
diff -r -c /usr/ports/net/vnc/files/md5 vnc/files/md5
*** /usr/ports/net/vnc/files/md5	Wed Feb  9 22:55:53 2000
--- vnc/files/md5	Mon Feb 14 16:41:33 2000
***************
*** 1,2 ****
  MD5 (vnc-3.3.3r1_unixsrc.tgz) = 55ec5c073ca63068a68f5d3957cd024e
! MD5 (vnc-latest_doc.tgz) = 598510da15455b5a9dc68cd5ad26a790
--- 1,2 ----
  MD5 (vnc-3.3.3r1_unixsrc.tgz) = 55ec5c073ca63068a68f5d3957cd024e
! MD5 (vnc-latest_doc.tgz) = IGNORE


>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?200002162244.OAA80260>