From owner-cvs-all@FreeBSD.ORG Fri Jan 7 17:19:21 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 C602116A4CE; Fri, 7 Jan 2005 17:19:21 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C0143D4C; Fri, 7 Jan 2005 17:19:21 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 53C7A1A; Fri, 7 Jan 2005 18:19:20 +0100 (CET) Date: Fri, 7 Jan 2005 18:19:20 +0100 From: Andrea Campi To: Kris Kennaway , paul@aps.org Message-ID: <20050107171920.GF16579@webcom.it> References: <200501020107.j0217li9069643@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501020107.j0217li9069643@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/howl 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: Fri, 07 Jan 2005 17:19:21 -0000 On Sun, Jan 02, 2005 at 01:07:47AM +0000, Kris Kennaway wrote: > kris 2005-01-02 01:07:47 UTC > > FreeBSD ports repository > > Modified files: > net/howl Makefile > Log: > BROKEN on alpha: Does not compile > I don't have an alpha to test, but this diff should work until a proper fix is found upstream: Index: howl-0.9.7/src/lib/mDNSResponder/mDNSClientAPI.h =================================================================== RCS file: /home/CVS/howl/work/howl-0.9.7/src/lib/mDNSResponder/mDNSClientAPI.h,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 mDNSClientAPI.h --- howl-0.9.7/src/lib/mDNSResponder/mDNSClientAPI.h 12 Dec 2004 08:24:34 -0000 1.1.1.1 +++ howl-0.9.7/src/lib/mDNSResponder/mDNSClientAPI.h 7 Jan 2005 17:16:49 -0000 @@ -516,6 +516,8 @@ #pragma mark - Simple types #endif +#include + // mDNS defines its own names for these common types to simplify portability across // multiple platforms that may each have their own (different) names for these types. typedef int mDNSBool; @@ -523,13 +525,8 @@ typedef unsigned char mDNSu8; typedef signed short mDNSs16; typedef unsigned short mDNSu16; -#if _LP64 -typedef signed int mDNSs32; -typedef unsigned int mDNSu32; -#else -typedef signed long mDNSs32; -typedef unsigned long mDNSu32; -#endif +typedef int32_t mDNSs32; +typedef uint32_t mDNSu32; // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types -- Intel: where Quality is job number 0.9998782345!