From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 16:12:02 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A93316A41C for ; Fri, 1 Jul 2005 16:12:02 +0000 (GMT) (envelope-from cokerstrom@g-sr.com) Received: from mail.g-sr.com (216-53-150-250-host.mpinet.net [216.53.150.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AF443D53 for ; Fri, 1 Jul 2005 16:12:01 +0000 (GMT) (envelope-from cokerstrom@g-sr.com) Received: from florin (unknown [192.168.0.225]) by dime.g-sr.com (Postfix) with ESMTP id EDE7DAA36 for ; Fri, 1 Jul 2005 12:13:49 -0400 (EDT) From: Sender: "cokerstrom" To: Date: Fri, 1 Jul 2005 12:12:00 -0400 Message-ID: <006b01c57e57$9d1c2890$e100a8c0@florin> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Postfix Port Problem on 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokerstrom@g-sr.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 16:12:02 -0000 I'd seen some discussion of the Postfix port problem with TLS & SPF, but while no solution seems to have been found, I didn't at this point really need SPF, so I bravely jumped on in. I'm attempting to upgrade my postfix 2.0x using just TLS & SASL and now seem to be going around in a big circle... any help or tips would be appreciated. Background: I recently upgraded my FreeBSD 4.9 to 4.11 thru the binary upgrade option on a CD and alls good. I wanted to get postfix(2.0.15) up to date as well, but I keep hitting an error, initially in the tls patch portion, and now even selecting no compile options at all. Initially, when performing the "make install" in ports/mail/postfix, the TLS selection text on the options panel showed "BROKEN", so it was no surprise that it didn't work. So I then ran the portsupgrade utility for the postfix port (portsupgrade -r postfix), which at first looked promising as the "BROKEN" text was no longer present. This upgrade brought in ver 2.1.5, but had a different problem (and at this time I'm not even selecting any config options, just simple postfix make. The Problem: Here's what I'm seeing.... nickel# pwd /usr/ports/mail/postfix nickel# make clean ===> Cleaning for libtool-1.5.10 ===> Cleaning for pcre-5.0 ===> Cleaning for postfix-2.1.5_1,1 nickel# make install {{At the options panel, I select no options}} ===> Vulnerability check disabled, database not found Nothing selected ===> Extracting for postfix-2.1.5_1,1 ===> Vulnerability check disabled, database not found => Checksum OK for postfix/postfix-2.1.5.tar.gz. ===> Patching for postfix-2.1.5_1,1 echo "See header_checks.5.html" > /usr/ports/mail/postfix/work/postfix-2.1.5/html/body_checks.5.html ===> Applying FreeBSD patches for postfix-2.1.5_1,1 1 out of 1 hunks failed--saving rejects to ./src/master/master.c.rej => Patch patch-ee failed to apply cleanly. => Patch(es) patch-ea patch-eb patch-ec patch-ed applied cleanly. *** Error code 1 Stop in /usr/ports/mail/postfix. *** Error code 1 Stop in /usr/ports/mail/postfix. nickel# cat master.c.rej *************** *** 104,107 **** /* FILES ! /* /etc/postfix/main.cf: global configuration file. ! /* /etc/postfix/master.cf: master process configuration file. /* /var/spool/postfix/pid/master.pid: master lock file. --- 104,107 ---- /* FILES ! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. ! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. /* /var/spool/postfix/pid/master.pid: master lock file. It's giving me this error in both the postfix and postfix-current ports. Anyone have some clues they could toss my way? Chuck