From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 03:50:29 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E6C3106564A for ; Thu, 18 Mar 2010 03:50:29 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 099C58FC0A for ; Thu, 18 Mar 2010 03:50:28 +0000 (UTC) Received: by gyf2 with SMTP id 2so900365gyf.13 for ; Wed, 17 Mar 2010 20:50:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=SVbns3Ob53UU8My3BsoX3gQgaSPYTJ5YiQwlDiq/bWU=; b=G5s/6KyR4tMa79huwRgIejKQNTWjZelYjIlQov8QzPA4D3F+nezonj0hRtAv/OGB/u DN2oiNsDWBm+KLhOPwpE95Lx3nSkd7qkzAe2NO/HVWus2fBuaEWNvhCohwmPy9rymB+P hS+IMshvdfbnXwOEJuYs1/+l2E6eJ9kjsgp24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nTeF5bgQfFjX/6HGyVFlP/qYd4mr+4bSYfTwDnPo2e3sGHfqsi1SEvD4kAJ8fVEmCF HCjFWs5nRkqYilW98K9/5x8MFpcxs4UC0QqnggHX9N3L7IVDiKGIyXExa8Ab448vv4vI TuwfFwDh6h64/44lFQawn+kxe3L5lEd3WaAOk= MIME-Version: 1.0 Received: by 10.100.236.1 with SMTP id j1mr2879326anh.86.1268884228147; Wed, 17 Mar 2010 20:50:28 -0700 (PDT) In-Reply-To: <970380131003171935p64ecd09atde87db155692e7cd@mail.gmail.com> References: <970380131003171146g73c81069t4fff06a349c2acc3@mail.gmail.com> <970380131003171835i19383b57nc52886cc6e64ce25@mail.gmail.com> <9DAB6E99-9E7F-4444-BC25-5BF219A90E88@mac.com> <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com> <5EB1BD7C-F1AC-4FA7-B918-C7A661776CFD@mac.com> <970380131003171926y8ad3288x42a86507ea967873@mail.gmail.com> <970380131003171930t725c381av4ae8e508e2ec18e2@mail.gmail.com> <970380131003171935p64ecd09atde87db155692e7cd@mail.gmail.com> Date: Wed, 17 Mar 2010 22:50:27 -0500 Message-ID: <790a9fff1003172050s119c38b9jd6737d1e3cfdeaf8@mail.gmail.com> From: Scot Hetzel To: Jason Garrett Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports Subject: Re: lang/guile fails to build on amd64 / 9-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 03:50:29 -0000 On Wed, Mar 17, 2010 at 9:35 PM, Jason Garrett wrote: > The port now compiles. > > I could submit a patch omitting this, but is that the RIGHT fix? The correct fix is to remove the sys/timeb.h from the list of headers to check for in the configure.in script See PR 144845 http://www.freebsd.org/cgi/query-pr.cgi?pr=144845 Scot