From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:15:41 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 7E5551065672; Mon, 19 Jul 2010 08:15:41 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 68D3A8FC1A; Mon, 19 Jul 2010 08:15:40 +0000 (UTC) Received: by wyf22 with SMTP id 22so4996095wyf.13 for ; Mon, 19 Jul 2010 01:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=2DiI4V5fWdSdCKMZyNOC0Yyp3jl9p/BOUXH6/0VOyEo=; b=hEOwqm4QWMk2R/Z4OyUhrzdWw825p+J+g358RkzXxs5TLsGV37/FwpN0tndkWxd6ze kehMjhebSkJWOCzDKsg7wVKoaVbIAs+s4EqQOC/6uTm/5o5DzCPqN7FAI94zWJfK9RJb I/ETh3MgeifH6mEi4twk61ulyQPahfBorVfR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=t94TDVtwNjUdq8ljQR2uTJcg7Y8HRpYovtXjmUU/+3BRO1qb9XuuJgHZvIWuJToAy6 DJ0lTycs57o1PgpFD7SvXYpELfg0vD4xYcUBfj+ka0c0WoQBVBacYU/vVl//NBSe7NMr Fy3wvCqg7H/iP05Ru7FGF/WvhNmYq6xzkkl3Y= Received: by 10.227.127.198 with SMTP id h6mr3689906wbs.80.1279526010537; Mon, 19 Jul 2010 00:53:30 -0700 (PDT) Received: from localhost (ua1.etadirect.net [91.198.140.16]) by mx.google.com with ESMTPS id w14sm2087868weq.33.2010.07.19.00.53.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Jul 2010 00:53:29 -0700 (PDT) From: Mikolaj Golub To: Anonymous Organization: TOA Ukraine References: <201007182128.o6ILSYPo020739@repoman.freebsd.org> <20100718214212.75EC15A9001__49372.659068513$1279489483$gmane$org@jester1b.ixsystems.com> <86r5j0pg9p.fsf@gmail.com> Date: Mon, 19 Jul 2010 10:53:27 +0300 In-Reply-To: <86r5j0pg9p.fsf@gmail.com> (Anonymous's message of "Mon, 19 Jul 2010 02:38:26 +0400") Message-ID: <86aapnaow8.fsf@zhuzha.ua1> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: makc@FreeBSD.org, QAT@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, to.my.trociny@gmail.com Subject: Re: cvs commit: ports/devel/mk-configure Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Jul 2010 08:15:41 -0000 On Mon, 19 Jul 2010 02:38:26 +0400 Anonymous wrote: A> QAT@FreeBSD.org writes: >> === Checking filesystem state >> list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) >> 31773748 4 drwxr-xr-x 2 root wheel 512 Jul 18 21:42 usr/local/share/doc/mk-configure >> 31773782 32 -rw-r--r-- 1 root wheel 16086 Jul 18 21:42 usr/local/share/doc/mk-configure/README >> 31773783 48 -rw-r--r-- 1 root wheel 23005 Jul 18 21:42 usr/local/share/doc/mk-configure/NEWS >> 31773784 8 -rw-r--r-- 1 root wheel 3864 Jul 18 21:42 usr/local/share/doc/mk-configure/TODO >> 31773785 12 -rw-r--r-- 1 root wheel 5731 Jul 18 21:42 usr/local/share/doc/mk-configure/COPYRIGHT >> 31773786 28 -rw-r--r-- 1 root wheel 12609 Jul 18 21:42 usr/local/share/doc/mk-configure/FAQ >> 31773787 184 -rw-r--r-- 1 root wheel 92615 Jul 18 21:42 usr/local/share/doc/mk-configure/presentation.pdf >> ================================================================ >> build of /usr/ports/devel/mk-configure ended at Sun Jul 18 21:42:11 UTC 2010 A> I shouldn't have assumed that NOPORTDOCS undefines PORTDOCS. I have tested the patch and it fixes the issue for me. Thank you. But why do we need this: A> +.include ... A> -.include A> +.include I have tried without this change and it looks like it works. What have I missed? :-) Thanks, -- Mikolaj Golub