Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3829D63B85F for ; Fri, 3 Aug 2012 10:33:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 093FC14A2BC; Fri, 3 Aug 2012 10:33:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 577F614A2B9 for ; Fri, 3 Aug 2012 10:32:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gNks477dhLZO for ; Fri, 3 Aug 2012 10:32:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B144514A2B8 for ; Fri, 3 Aug 2012 10:32:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 68B7C175DD; Fri, 3 Aug 2012 10:32:55 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 3 Aug 2012 10:32:55 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/net/coda To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120803103255.68B7C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Fri Aug 3 10:32:55 UTC 2012 Modified Files: pkgsrc/net/coda: Makefile distinfo pkgsrc/net/coda/patches: patch-ac Removed Files: pkgsrc/net/coda/patches: patch-coda-src_kerndep_pioctl.h patch-coda-src_resolution_rename.cc patch-coda-src_venus_venusrecov.cc patch-config.h.in Log Message: net/coda: Back out DragonFly patches Coda requires a kernel module to run and DragonFly had such a kernel at one point. However the kernel was removed six years ago and there is no desire to restore it. One of the main reasons against doing so is the lack of IPv6 support in Coda. The userland patches for coda are therefore unnecessary and coda has been reverted to its previous state save for marking NOT-FOR-DRAGONFLY. PKGREVISION was mispelled in the makefile, so fixing that typo bumps the revision to nb2 (caught by pkglint). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/coda/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/coda/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/coda/patches/patch-ac cvs rdiff -u -r1.1 -r0 \ pkgsrc/net/coda/patches/patch-coda-src_kerndep_pioctl.h \ pkgsrc/net/coda/patches/patch-coda-src_venus_venusrecov.cc \ pkgsrc/net/coda/patches/patch-config.h.in cvs rdiff -u -r1.2 -r0 \ pkgsrc/net/coda/patches/patch-coda-src_resolution_rename.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.