From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 1 22:50:08 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB5616A424 for ; Wed, 1 Feb 2006 22:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F206B43D53 for ; Wed, 1 Feb 2006 22:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k11Mo7Hi026197 for ; Wed, 1 Feb 2006 22:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k11Mo7w1026196; Wed, 1 Feb 2006 22:50:07 GMT (envelope-from gnats) Date: Wed, 1 Feb 2006 22:50:07 GMT Message-Id: <200602012250.k11Mo7w1026196@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jeffrey H. Johnson" Cc: Subject: Re: ports/92658: [PATCH] sysutils/heirloom: [Unbreak AMD64 build] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jeffrey H. Johnson" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 22:50:08 -0000 The following reply was made to PR ports/92658; it has been noted by GNATS. From: "Jeffrey H. Johnson" To: Larry Rosenman , FreeBSD-gnats-submit@freebsd.org Cc: kris@obsecurity.org, mnag@FreeBSD.org, ports@FreeBSD.org, ports-amd64@FreeBSD.org, CPE1704TKS@bellsouth.net Subject: Re: ports/92658: [PATCH] sysutils/heirloom: [Unbreak AMD64 build] Date: Wed, 01 Feb 2006 17:41:58 -0500 OK, I have an update here: ----------------------------------- --- spell/spellin.c.orig Wed Feb 1 23:34:58 2006 +++ spell/spellin.c Wed Feb 1 23:27:02 2006 @@ -103,7 +103,7 @@ z = huff((1L<> (HASHWIDTH - INDEXWIDTH)) != u) { if (bp != B) wp++; ----------------------------------- This should work on all architectures where int32_t is the same size as int, which I *believe* should cover all current FreeBSD platforms. If someone has a better solution, I'd be glad to hear it. I'm also puzzled as to why this seems to work on pointyhat without the modifications but I don't have access to AMD64 running 5 to examine. If someone who knows what they are doing can apply a more proper fix, please do. :p -- Jeffrey H. Johnson CPE1704TKS@bellsouth.net