From owner-freebsd-current@FreeBSD.ORG Wed Mar 27 21:49:32 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F3313D2 for ; Wed, 27 Mar 2013 21:49:32 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-ea0-x22a.google.com (mail-ea0-x22a.google.com [IPv6:2a00:1450:4013:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4F938D for ; Wed, 27 Mar 2013 21:49:32 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id a15so3753442eae.29 for ; Wed, 27 Mar 2013 14:49:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=NX0mFiPMfdWcDSvoXVrO4h20QTGa2Trz2mmhgOcpGV0=; b=B6+38JhcsNlkpQTDAyXxhhy+32OSHE5uCScbIIYL6iUXXinSPJPE/eNUxbDb75xa+E yg/jkr/T8LFtg+4So72Y9ZYMVYrA3lVAWkqwcP1nSRb0yYNOLrYT14eIWUncX41NOU2W Jdg+dcDO6T+ZTTcelSkJmkyKxDh6of724AgI4zbjdAVKzraMKxxvbQC/LIfPYE/eza/L QDSgm7eq6ro3bf9JEJo9HvxuOAWZHZ4ZjUupA8dTvunc3HjEwcgo5OF2GAHyj1+pmzFd tQ88/vlqyt5bjJKOcTl2I+yu9+L3erMn/Lrx8OqukbKQx1ntQaLSzH/0hvKYPOiur6wQ DLEA== X-Received: by 10.15.101.200 with SMTP id bp48mr38733249eeb.38.1364420971372; Wed, 27 Mar 2013 14:49:31 -0700 (PDT) Received: from localhost ([176.109.164.5]) by mx.google.com with ESMTPS id u44sm33967331eel.7.2013.03.27.14.49.29 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 27 Mar 2013 14:49:30 -0700 (PDT) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Wed, 27 Mar 2013 22:46:49 +0100 From: Pawel Pekala To: Michael Butler Subject: Re: Ports including sys/time.h broken Message-ID: <20130327224649.013b070d@FreeBSD.org> In-Reply-To: <51535C90.7070507@protected-networks.net> References: <20130327212819.1a28b2e1@FreeBSD.org> <51535C90.7070507@protected-networks.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 21:49:32 -0000 Dnia 2013-03-27, o godz. 16:54:40 Michael Butler napisa=B3(a): >Rebuild whichever port of gcc you're using (gcc46?); it copies (and >"fixes") some of the default include files for its own purposes. If >it's behind, it'll be missing the addition of the sbintime_t typedef >in types.h, That was it. After rebuilding lang/gcc46 port everything builds again. Sorry for the noise... --=20 pozdrawiam / with regards Pawe=B3 P=EAkala