From bmah@nimitz.ca.sandia.gov  Wed Feb 16 14:45:00 2000
Return-Path: <bmah@nimitz.ca.sandia.gov>
Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24])
	by hub.freebsd.org (Postfix) with ESMTP id B7C4837B505
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Feb 2000 14:45:00 -0800 (PST)
	(envelope-from bmah@nimitz.ca.sandia.gov)
Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56])
	by builder.freebsd.org (Postfix) with ESMTP id C1AB6132E8
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Feb 2000 14:44:21 -0800 (PST)
Received: (from bmah@localhost)
	by nimitz.ca.sandia.gov (8.9.3/8.9.3) id OAA80260;
	Wed, 16 Feb 2000 14:44:48 -0800 (PST)
Message-Id: <200002162244.OAA80260@nimitz.ca.sandia.gov>
Date: Wed, 16 Feb 2000 14:44:48 -0800 (PST)
From: bmah@ca.sandia.gov
Sender: bmah@nimitz.ca.sandia.gov
Reply-To: bmah@ca.sandia.gov
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] lunchbox-ify net/vnc port, fix broken checksum
X-Send-Pr-Version: 3.2

>Number:         16752
>Category:       ports
>Synopsis:       [patch] lunchbox-ify net/vnc port, fix broken checksum
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 15:30:03 PST 2000
>Closed-Date:    Wed Feb 16 16:45:50 PST 2000
>Last-Modified:  Wed Feb 16 16:46:04 PST 2000
>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:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Wed Feb 16 16:45:50 PST 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
