From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 28 04:33:23 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CAB11C8 for ; Fri, 28 Feb 2014 04:33:23 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDE101C62 for ; Fri, 28 Feb 2014 04:33:22 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id k15so195695qaq.1 for ; Thu, 27 Feb 2014 20:33:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=zQKCu6zbg+CLn5jrEdRkeW4Jvd5lpr89QnXKTAMEB64=; b=blV9QBuGgw0YOhI3ii4JhXJ21LA5p9iXA+a/Y/ljKL6MSlsqL4oleRXss5h3rJ/rci 5/3LSrYTIzBSW3WylflfMfK6+OJftxA7H4siiTMAMVpgXsvRKy+HaRZJvk0N0WR6fCUs DJT7lZctBfcs+i6cnLkiXqHQlaYy4VECPopAs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=zQKCu6zbg+CLn5jrEdRkeW4Jvd5lpr89QnXKTAMEB64=; b=Cu7pkU5v8jAL6c7rEMgTAwzAPXcL7w/43bCWdseF2SRqdTh1Fh+mDwSrqLcLCTxt/z ACeZaeVCfSLHvqnvlzu9+tC8UR02MnZFEQJQV4E5ABjM93t9afQqUVAosmNRo/9Jm9de ibhajaZnVhB+ipXKVzhZkmiDDpUZK/RYXDwh+ZG5SR8Iq1dqu0NdIre9YSauyTPIyOAI mWYtKHtYktNfALw6g2ZdqPNzxrEUxxDOhDC4mURWH8rKcifvGebbh7vo18wqiu4o18+T pRnNWv1mOeK4w0DnpbM0ZMlZKpMA9slHjl1eDmBF64ICl5pVCR2D5D0qiaI9ghaGGXOD h/9w== X-Gm-Message-State: ALoCoQmHZnIzy0TAEd1M4L835MesggJEYaywgtJiTUz9XcGOhjkK1oceb4Y5xYr2yuAE8bAkLF1v X-Received: by 10.140.27.12 with SMTP id 12mr906347qgw.14.1393562001903; Thu, 27 Feb 2014 20:33:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.147.225 with HTTP; Thu, 27 Feb 2014 20:32:50 -0800 (PST) From: Eitan Adler Date: Thu, 27 Feb 2014 23:32:50 -0500 Message-ID: Subject: mail/evolution missing gweather plugin dep To: gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 04:33:23 -0000 Hi gnome, The evolution port currently fails with: checking for LIBGWEATHER... no configure: error: gweather >= 2.25.3 is required for the calendar-weather plugin. Use --disa$ le-weather to exclude the plugin. ===> Script "configure" failed unexpectedly. Adding --disable-weather to CONFIGURE_ARGS works for me. -- Eitan Adler