From owner-cvs-all@FreeBSD.ORG Wed Jan 5 05:30:12 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 1296616A4CE; Wed, 5 Jan 2005 05:30:12 +0000 (GMT) Received: from les.ath.cx (12.41.244.43.ap.yournet.ne.jp [43.244.41.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C6C43D2D; Wed, 5 Jan 2005 05:30:11 +0000 (GMT) (envelope-from qhwt+fbsd@les.ath.cx) Received: by les.ath.cx (Postfix, from userid 1000) id 71FA71B8759; Wed, 5 Jan 2005 14:29:01 +0900 (JST) Date: Wed, 5 Jan 2005 14:29:01 +0900 From: YONETANI Tomokazu To: Kris Kennaway Message-ID: <20050105052901.GA1006@les.ath.cx> References: <200410110228.i9B2Se03022626@repoman.freebsd.org> <20041011030103.GA93348@xor.obsecurity.org> <1097465809.22522.4.camel@shumai.marcuscom.com> <20041011035343.GA22961@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041011035343.GA22961@xor.obsecurity.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: Joe Marcus Clarke cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/libassuan/files patch-assuan-domain-connect.c 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, 05 Jan 2005 05:30:12 -0000 On Sun, Oct 10, 2004 at 08:53:43PM -0700, Kris Kennaway wrote: > On Sun, Oct 10, 2004 at 11:36:49PM -0400, Joe Marcus Clarke wrote: > > On Sun, 2004-10-10 at 23:01, Kris Kennaway wrote: > > > On Mon, Oct 11, 2004 at 02:28:40AM +0000, Joe Marcus Clarke wrote: > > > > marcus 2004-10-11 02:28:40 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > security/libassuan/files patch-assuan-domain-connect.c > > > > Log: > > > > Fix build with bind9 in the base system. > > > > > > > > Reported by: pointyhat via kris > > > > Approved by: portmgr (implicit) > > > > > > Weird..does it not in fact need these headers at all? > > > > Apparently not with bind9. Both this and b2bua packaged just fine > > without including this eventlib.h (which isn't included at all in > > bind9). > > I wonder if they're required on 4.x either..but thanks for fixing > them! If I understand it correctly, was needed by earlier version of libassuan(before 0.6.7) only because libassuan needed the header files included from it. libassuan itself doesn't seem to use the typedefs or functions defined in it. At least libassuan-0.6.9 compiles fine without .