Date: Sun, 6 Jul 2003 23:32:29 -0400 From: Vivek Khera <khera@kcilink.com> To: "Sergey A. Osokin" <osa@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/54136: ports: mail/postfix fails to build... Message-ID: <16136.59853.123544.817315@yertle.int.kciLink.com> In-Reply-To: <200307052140.h65Le1Q3041107@freefall.freebsd.org> References: <200307052140.h65Le1Q3041107@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "SAO" == Sergey A Osokin <osa@FreeBSD.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16136.59853.123544.817315>