From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 6 20:32:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE9B37B401; Sun, 6 Jul 2003 20:32:30 -0700 (PDT) Received: from yertle.kcilink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB3AB43FBF; Sun, 6 Jul 2003 20:32:29 -0700 (PDT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id 3AA4921790; Sun, 6 Jul 2003 23:32:29 -0400 (EDT) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16136.59853.123544.817315@yertle.int.kciLink.com> Date: Sun, 6 Jul 2003 23:32:29 -0400 To: "Sergey A. Osokin" In-Reply-To: <200307052140.h65Le1Q3041107@freefall.freebsd.org> References: <200307052140.h65Le1Q3041107@freefall.freebsd.org> X-Mailer: VM 7.14 under 21.4 (patch 12) "Portable Code" XEmacs Lucid cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/54136: ports: mail/postfix fails to build... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 03:32:30 -0000 >>>>> "SAO" == Sergey A Osokin writes: SAO> Synopsis: ports: mail/postfix fails to build... Bugger. I fixed the SASL1 case but missed the SASL2 case. Patch attached. Committers: please apply this to the port. Thanks. diff -Pru postfix/scripts/configure.postfix postfix-new/scripts/configure.postfix --- postfix/scripts/configure.postfix Wed Jul 2 11:51:06 2003 +++ postfix-new/scripts/configure.postfix Sun Jul 6 23:30:29 2003 @@ -95,9 +95,6 @@ echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" fi fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - echo ".endif" SUB_SASL="" ;; SASLKRB)