From owner-cvs-all@FreeBSD.ORG Wed Mar 9 17:56:08 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E154016A4CE; Wed, 9 Mar 2005 17:56:08 +0000 (GMT) Received: from rhyll.com (rhyll.com [70.84.96.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id B921F43D48; Wed, 9 Mar 2005 17:56:08 +0000 (GMT) (envelope-from joseph@randomnetworks.com) Received: from localhost (localhost [127.0.0.1]) by rhyll.com (Postfix) with ESMTP id 5C5BC2E077; Wed, 9 Mar 2005 09:56:08 -0800 (PST) Received: from rhyll.com ([127.0.0.1]) by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07977-09; Wed, 9 Mar 2005 09:56:07 -0800 (PST) Received: from [10.6.1.1] (unknown [204.102.9.17]) by rhyll.com (Postfix) with ESMTP id 6E17C2E075; Wed, 9 Mar 2005 09:56:07 -0800 (PST) In-Reply-To: <200503091241.j29Cfhbg086773@repoman.freebsd.org> References: <200503091241.j29Cfhbg086773@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2abdbd28f60f70cd4b65a1cc059ea434@randomnetworks.com> Content-Transfer-Encoding: 7bit From: Joseph Scott Date: Wed, 9 Mar 2005 09:56:19 -0800 To: Sergei Kolobov X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: amavisd-new at rhyll.com cc: cvs-ports@FreeBSD.org cc: krym@paranoity.sk cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/maildrop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 17:56:09 -0000 On Mar 9, 2005, at 4:41 AM, Sergei Kolobov wrote: > sergei 2005-03-09 12:41:43 UTC > > FreeBSD ports repository > > Modified files: > mail/maildrop Makefile > Log: > - Fix WITH_AUTHLIB=yes case by patching LIBS in Makefile.in [1] > (adds -rpath=${LOCALBASE}/lib/courier-authlib). Unlike the previous > solution (add it to LDFLAGS) this does work > > PR: ports/77874 > Submitted by: Thomas T. Velhdouse (error report) > Obtained from: Douglas Fraser [1] (actual fix) Looks like this may take care of PR i386/78151 also. -- Joseph Scott