From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 5 12:50:10 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EFB71065674 for ; Fri, 5 Jun 2009 12:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C88A8FC24 for ; Fri, 5 Jun 2009 12:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n55Co9fw044509 for ; Fri, 5 Jun 2009 12:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n55Co9Zv044508; Fri, 5 Jun 2009 12:50:09 GMT (envelope-from gnats) Date: Fri, 5 Jun 2009 12:50:09 GMT Message-Id: <200906051250.n55Co9Zv044508@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stuart Barkley Cc: Subject: Re: ports/135051: mail/postfix make package fails. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stuart Barkley List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 12:50:11 -0000 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.