Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 67CA163B848 for ; Tue, 29 Nov 2011 19:26:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3BEC614A22F; Tue, 29 Nov 2011 19:26:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 699EC14A20F for ; Tue, 29 Nov 2011 19:26:29 +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 OpVn_OD23Vra for ; Tue, 29 Nov 2011 19:26:28 +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 DF8D714A20E for ; Tue, 29 Nov 2011 19:26:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C2CA4175DD; Tue, 29 Nov 2011 19:26:28 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 29 Nov 2011 19:26:28 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/net/netatalk To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20111129192628.C2CA4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bouyer Date: Tue Nov 29 19:26:28 UTC 2011 Modified Files: pkgsrc/net/netatalk: Makefile PLIST distinfo pkgsrc/net/netatalk/patches: patch-aa Added Files: pkgsrc/net/netatalk/patches: patch-macros_quota-check.m4 Log Message: Add missing files to PLIST Fix quota support in configure: for some reasons, configure thinks that quota support should be disabled if one of rpc/rpc.h rpc/pmap_prot.h rpcsvc/rquota.h is missing or unusable, while the code compiles file with one of them missing, at last on NetBSD. bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/netatalk/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/netatalk/PLIST cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/netatalk/distinfo cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/netatalk/patches/patch-aa cvs rdiff -u -r0 -r1.1 \ pkgsrc/net/netatalk/patches/patch-macros_quota-check.m4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.