From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 20 15:40:03 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 0659A1065687 for ; Wed, 20 May 2009 15:40:03 +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 E743E8FC13 for ; Wed, 20 May 2009 15:40:02 +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 n4KFe2nG029273 for ; Wed, 20 May 2009 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4KFe2bT029272; Wed, 20 May 2009 15:40:02 GMT (envelope-from gnats) Date: Wed, 20 May 2009 15:40:02 GMT Message-Id: <200905201540.n4KFe2bT029272@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Yarema Cc: Subject: Re: ports/134728: Refactoring of the mail/postfix port to ease maintenance X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yarema List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 15:40:03 -0000 The following reply was made to PR ports/134728; it has been noted by GNATS. From: Yarema To: Sahil Tandon Cc: bug-followup@FreeBSD.org, beech@freebsd.org Subject: Re: ports/134728: Refactoring of the mail/postfix port to ease maintenance Date: Wed, 20 May 2009 11:23:47 -0400 Sahil Tandon wrote: > The proposed changes are sound and in very quick tests, the port > appears to build OK. However, there is a small error (output from > the post-install script) towards the end of the installation process: > > ... > > Installed configuration examples in /usr/local/share/examples/postfix > /usr/local/libexec/postfix/post-install: Error: /postfix-files > is not a file. > > ... > > I won't have time to isolate the problem until this weekend, but just > pointing it out in case you have time later this week. Sahil Tandon wrote: > And while we're at it, might as well embed an update to 2.6.1 > (released late last night to fix file corruption in the Milter code) > in your refactoring; then we needn't bump PORTREVISION. Right on. I updated my revision to 2.6.1 and looking into that error you spotted. It's being thrown by pkg-install when it runs: /bin/sh ${PREFIX}/libexec/postfix/post-install tempdir=/tmp \ upgrade-package -- Yarema