From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 30 19:21:34 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 1B6941065677 for ; Sat, 30 May 2009 19:21:34 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id E95978FC18 for ; Sat, 30 May 2009 19:21:33 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 175425C4E; Sat, 30 May 2009 15:04:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date :received:received:received:x-virus-scanned; s=aegis; t= 1243710275; bh=2gPhWERlVA7pkc6q8ARza2T+0zD0/TWkC+w281obW2E=; b=M 9auhpNnqqwscUwtyCvRKklKW5jRr70k+ThE9LFt3xQzO2LDRfhpW0oJ021im8a3D Mrw9grZv1/rV/wxx9chCnVcUt6g5c3PdkkJWms29fBofAIjCVu/hx7piHahCICoh vDmyvERopx9QimQRF+TcNKOLOQhrlGvWhD+KHw1R3E= X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id csIMzvTqVnF9; Sat, 30 May 2009 15:04:35 -0400 (EDT) Received: from shepherd.hamla.org (cpe-66-108-70-184.nyc.res.rr.com [66.108.70.184]) by aegis.hamla.org (Postfix) with ESMTPSA id C81A55C4C; Sat, 30 May 2009 15:04:35 -0400 (EDT) Received: by shepherd.hamla.org (Postfix, from userid 501) id 2650919BD6EA; Sat, 30 May 2009 15:03:08 -0400 (EDT) Date: Sat, 30 May 2009 15:03:08 -0400 From: Sahil Tandon To: Yarema Message-ID: <20090530190308.GC953@shepherd.hamla.org> References: <200905261337.n4QDb8Kh001514@freefall.freebsd.org> <4A1FF5D1.80000@CoolRat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A1FF5D1.80000@CoolRat.org> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-ports-bugs@FreeBSD.org, Takefu Kenji , Sahil Tandon 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: freebsd-ports@freebsd.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2009 19:21:34 -0000 I can't approve these patches because they involve installing files that the Postfix developers themselves (as Yarema indicated) do not wish to install. >From conf/postfix-files: $readme_directory/QMQP_README:f:root:-:644:o $html_directory/CYRUS_README.html:f:root:-:644:o Notice the "o" flag, which signifies that the file is obsolete, and no longer part of Postfix. Miroslav, I cannot reproduce your problem. With the same OPTIONS (in /var/db/ports/postfix/options), I am able to make package, pkg_add, and pkg_delete, with the html and non-HTML README_FILES being installed and de-installed as appropriate. And I do not use a port management tool like portupgrade so I do not have ports.conf. And FWIW your options correspond to postfix-2.4.6,1. -- Sahil Tandon