From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 5 20:10:45 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 789A41065672 for ; Fri, 5 Jun 2009 20:10:45 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 379988FC1B for ; Fri, 5 Jun 2009 20:10:45 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 07F7619E027; Fri, 5 Jun 2009 22:10:43 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id D14BE19E019; Fri, 5 Jun 2009 22:10:36 +0200 (CEST) Message-ID: <4A297BBD.2060006@quip.cz> Date: Fri, 05 Jun 2009 22:10:37 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Stuart Barkley References: <200906051250.n55Co9Zv044508@freefall.freebsd.org> In-Reply-To: <200906051250.n55Co9Zv044508@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/135051: mail/postfix make package fails. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 20:10:45 -0000 Stuart Barkley wrote: > The following reply was made to PR ports/135051; it has been noted by GNATS. > > From: Stuart Barkley > To: bug-followup@FreeBSD.org, takefu@airport.fm > Cc: > Subject: Re: ports/135051: mail/postfix make package fails. > Date: Fri, 5 Jun 2009 08:11:35 -0400 (EDT) > > > tar: share/doc/postfix/AAAREADME: Cannot stat: No such file or directory > [... for many more files ...] > > I was seeing this problem also. There is probably an old > "readme_directory = no" directive in the file which causes the readme > files to not be installed. > > You need to remove /usr/local/etc/postfix/main.cf then rebuild and > reinstall. You will then need to reapply any customizations you made > to this file. > > This is only a user work around. The build/install/package process is > inconsistent with respect to using old data from main.cf and probably > needs some work. You are right, I tried it and now I have plaintext readme files installed. It is so confusing to me, because I had: html_directory = no readme_directory = no in my main.cf and HTML readme files were installed, but plaintext were not installed. The whole port install magic is confusing, because I don't expect some installed configuration file may affect re-installation proces. And if this is expected behavior (installed files depending on values in main.cf), then plist should be generated with respect to this behavior. Thank you for your advice! Miroslav Lachman