From owner-freebsd-x11@FreeBSD.ORG Wed Jul 29 06:29:06 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CDA3106564A for ; Wed, 29 Jul 2009 06:29:06 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 2905B8FC17 for ; Wed, 29 Jul 2009 06:29:05 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fxm23 with SMTP id 23so464720fxm.43 for ; Tue, 28 Jul 2009 23:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=KlYyV38qaW+AlZXRGpF5UduBCzAw2dHxp++Vvi+tTt0=; b=oW8DqUmywYSPld87oNtNLRyfvVg9SPCd2fnGpH6m5mUpkcZx2cvXuADE5m2RJjmBtJ z4ry5eRY5NQYtAZw5230bOYOetrojiDmkorl70QbAdqTYrMoAcBgYaBz6aLPOqq1bbYn 3qg6AFEwaJEbsfQQMbJ8kG6Sq7wp4cTs7QjHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=cRhXA4Z+vPQQ/68f2jQpQhhxN8RYjFWZtqUPajPB9vT17+7T/7sIMH+jCD9rYX8ZkM SOSE2mGIqnoGIW20YfZft1wZacfLYqTqgrIo1M45yV2nlwqdc0Gob01/0f/f7Sm03UZY 1coLyaIoAabMCOjDUKxEaVvQhQnARXPlC2h6c= Received: by 10.86.98.18 with SMTP id v18mr440517fgb.13.1248848945237; Tue, 28 Jul 2009 23:29:05 -0700 (PDT) Received: from localhost (95-24-64-233.broadband.corbina.ru [95.24.64.233]) by mx.google.com with ESMTPS id 3sm1730116fge.23.2009.07.28.23.29.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Jul 2009 23:29:04 -0700 (PDT) From: Anonymous To: Chris Reed References: <23b578100907281935l41c92a4cva36f63f038a25207@mail.gmail.com> Date: Wed, 29 Jul 2009 10:29:03 +0400 In-Reply-To: <23b578100907281935l41c92a4cva36f63f038a25207@mail.gmail.com> (Chris Reed's message of "Tue, 28 Jul 2009 23:35:50 -0300") Message-ID: <86d47k9f4g.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@FreeBSD.org Subject: Re: (no subject) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 06:29:06 -0000 Chris Reed writes: > checking for XI... configure: error: Package requirements (xproto x11 > xextproto xext inputproto >= 1.5) were not met: > > Requested 'inputproto >= 1.5' but version of InputProto is 1.4.2.1 [...] What's stopping you from updating x11/inputproto ?