From owner-freebsd-ports Wed Feb 16 15:30:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id 9A00037B592 for ; Wed, 16 Feb 2000 15:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id B12D1132EC for ; Wed, 16 Feb 2000 15:29:25 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA96819; Wed, 16 Feb 2000 15:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id B7C4837B505 for ; 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 ; 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 Reply-To: bmah@ca.sandia.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16752: [patch] lunchbox-ify net/vnc port, fix broken checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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