From owner-freebsd-stable@FreeBSD.ORG Sat Dec 25 12:10:25 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4D716A4CE for ; Sat, 25 Dec 2004 12:10:25 +0000 (GMT) Received: from smtp18.mail.bbt.yahoo.co.jp (smtp18.mail.bbt.yahoo.co.jp [202.93.83.111]) by mx1.FreeBSD.org (Postfix) with SMTP id E9C2543D39 for ; Sat, 25 Dec 2004 12:10:24 +0000 (GMT) (envelope-from hvcjapan@yahoo.co.jp) Received: from unknown (HELO localhost) (218.118.6.27 with poptime) by smtp18.mail.bbt.yahoo.co.jp with SMTP; 25 Dec 2004 12:10:23 -0000 X-Apparently-From: Date: Sat, 25 Dec 2004 21:10:23 +0900 From: Huynh Van Chung To: freebsd-stable@freebsd.org, chinhngt@sectorb.msk.ru Message-Id: <20041225211023.0073c519.hvcjapan@yahoo.co.jp> In-Reply-To: <20041225114930.X5753@unix.local> References: <20041225120045.0005d7bc.hvcjapan@yahoo.co.jp> <20041225114930.X5753@unix.local> Organization: Saitama University X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.9; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Error in mail/postfix (port tag=.) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 12:10:26 -0000 On Sat, 25 Dec 2004 11:55:32 +0300 (MSK) Nguyen Tam Chinh wrote: > On Sat, 25 Dec 2004, Huynh Van Chung wrote: > > > Please help me. I have some problems when make in /usr/ports/mail/postfix. > > This my system: > > 5.3-RELEASE-p2 sparc64 > > And the postfix port is upgraded at ports-supfile with tag=. > > Huynh Van Chung > > > > vnfreebsd:/usr/ports/mail/postfix% sudo make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS SPF" install clean > > ===> Extracting for postfix-2.1.5_1,1 > >>> Checksum OK for postfix/postfix-2.1.5.tar.gz. > >>> Checksum OK for postfix/tls+ipv6-1.25-pf-2.1.5.patch.gz. > >>> Checksum OK for postfix/postfix-libspf2-2.1.5-5.patch. > > ===> 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 distribution patches for postfix-2.1.5_1,1 > > 1 out of 6 hunks failed--saving rejects to src/smtpd/smtpd.c.rej > > *** Error code 1 > > > > Stop in /usr/ports/mail/postfix. > > *** Error code 1 > > > > Stop in /usr/ports/mail/postfix. > > Hmm, may be something was wrong with the tls patch. Try to build without > TLS then. > > ----- > With best regards, | The Power to Serve > Nguyen Tam Chinh | http://www.FreeBSD.org > Loc: sp.cs.msu.ru | > http://chinhngt.svmgu.com | http://www.gnu.org/copyleft/copyleft.html > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I have tried again. And I see not because of TLS, it is postfix-libspf2-2.1.5-5.patch. Now I successfully installed with: sudo make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" install clean Thank your reply. Huynh Van Chung