From owner-freebsd-ports Wed Apr 18 11:53:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id E001D37B42C; Wed, 18 Apr 2001 11:53:30 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id C3A6E10F400; Wed, 18 Apr 2001 13:53:33 -0500 (CDT) Message-ID: <03a901c0c838$dc72aac0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Michael Harnois" , Cc: , "Satoshi Asami" References: <200104181800.f3II08116113@freefall.freebsd.org> Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Date: Wed, 18 Apr 2001 13:53:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is correct, can anyone take care of this before the next ports freeze if possible. Thanks. ----- Original Message ----- From: "Michael Harnois" To: Sent: Wednesday, April 18, 2001 1:00 PM Subject: Re: ports/26675: postfix-current does not load at startup with mysql support > The following reply was made to PR ports/26675; it has been noted by GNATS. > > From: Michael Harnois > To: "David W. Chapman Jr." > Cc: , "Blaz Zupan" > Subject: Re: ports/26675: postfix-current does not load at startup with mysql support > Date: 18 Apr 2001 12:53:51 -0500 > > No, I think what you need is > > --- postfix-current/scripts/configure.postfix.orig Mon Apr 16 12:54:19 2001 > +++ postfix-current/scripts/configure.postfix Wed Apr 18 12:49:09 2001 > @@ -89,9 +89,9 @@ > echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" > ;; > \"MySQL\") > - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.so:\${PORTSDIR}/databases/mysql323-cl ient" > + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-cli ent" > echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" > - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/mysql -lmysqlclient -lm -lz" > + echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" > ;; > \"OpenLDAP\") > echo "CONF2+= sample-ldap.cf" > > -- > Michael D. Harnois mdharnois@home.com > Redeemer Lutheran Church Washburn, Iowa > "It is dangerous to be right in matters on which > the established authorities are wrong." -- Voltaire > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message