From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:50:15 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B936106566C; Mon, 29 Nov 2010 04:50:15 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id CE83E8FC0A; Mon, 29 Nov 2010 04:50:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 5ECE917145; Sun, 28 Nov 2010 23:50:14 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1291006214; bh=udkh9Wxx5eV3+ApgB+nQ8v9xrMdWsSI6S5VqAMgk6HQ=; b= aPzuxSrdU8VRAoBEgKWKIm0HEd+3zYPP7l9cI3ZR5r6NVIpG51memQHTftZUkwpA BzGlGsQnNmotEhExbGBrSe7ssJNBDVK9Li3cKWIrsDyJdpYaIPVzFnqa5qRjRaQx wtI79MoELVMuUG3s1RkMwZpYHFh/INL2GsBDo6rkw28= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id LJIx-BF5Agcj; Sun, 28 Nov 2010 23:50:14 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id F36AC170F9; Sun, 28 Nov 2010 23:50:11 -0500 (EST) Date: Sun, 28 Nov 2010 23:50:08 -0500 From: Sahil Tandon To: QAT@FreeBSD.org Message-ID: <20101129045008.GA28327@magic.hamla.org> References: <201011281806.oASI66pK076713@repoman.freebsd.org> <20101128221821.8FD7E5A912A@jester1b.ixsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101128221821.8FD7E5A912A@jester1b.ixsystems.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: cvs-ports@FreeBSD.org, glewis@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/dovecot2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 04:50:15 -0000 On Sun, 2010-11-28 at 14:18:21 -0800, QAT@FreeBSD.org wrote: > === Checking filesystem state > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 42818607 4 drwxr-xr-x 2 root wheel 512 Nov 28 22:18 usr/local/share/doc/dovecot > ================================================================ It seems that upstream creates docdir even when '--without-docs' is passed to the configure script. -- Sahil Tandon