From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 09:47:02 2014 Return-Path: Delivered-To: svn-ports-head@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 9F2789DE; Tue, 18 Feb 2014 09:47:02 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92D0010E4; Tue, 18 Feb 2014 09:47:01 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id 10so10385620lbg.22 for ; Tue, 18 Feb 2014 01:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FF3hx7+Zy0Wv3xBoAPCRgV7g3tPticaZJFIyl7XT/OI=; b=KPsdd8LqouVtv/nH6nFyOnmLsSOQXKjMZm6Ur2eQhBmeobfXOyULvlanwvwZai7hdC oqqKVPge1g+y5hiHoGCiSGmbZ9VYcHoSuoyZZAZUdBbOHVg40E60oel66S2VdK9v9Pn4 rLmawBgyvIsUy3USu57h/7zqlAIvKj5aznJhhN9tXrRbpgHHgz9RYYGtmfgjWk3b5oRw bW55hqvUrSeOIeeh1ofNsoLeVNdV+nTwwOnbFAhzrLb91d0GqmjsfNJfM0+ZkvsSPL1R jLfhfOE+2jmWOUOH+3nskc2JZ0hGRj7cuDaNg5jtUWW3sDlpKWA6rDZkzu8zBOGVACgl TCjg== MIME-Version: 1.0 X-Received: by 10.152.19.66 with SMTP id c2mr732528lae.54.1392716819201; Tue, 18 Feb 2014 01:46:59 -0800 (PST) Received: by 10.152.242.129 with HTTP; Tue, 18 Feb 2014 01:46:59 -0800 (PST) In-Reply-To: <53030EFD.3020209@rainbow-runner.nl> References: <201402161449.s1GEnvBl074622@svn.freebsd.org> <53030EFD.3020209@rainbow-runner.nl> Date: Tue, 18 Feb 2014 10:46:59 +0100 Message-ID: Subject: Re: svn commit: r344578 - head/devel/libgee From: Olivier Duchateau To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , Koop Mast , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 09:47:02 -0000 2014-02-18 8:42 GMT+01:00 Koop Mast : > On 17-2-2014 20:35, Olivier Duchateau wrote: >> >> 2014-02-16 15:49 GMT+01:00 Koop Mast : >>> >>> Author: kwm >>> Date: Sun Feb 16 14:49:56 2014 >>> New Revision: 344578 >>> URL: http://svnweb.freebsd.org/changeset/ports/344578 >>> QAT: https://qat.redports.org/buildarchive/r344578/ >>> >>> Log: >>> Update to 0.12.0. >>> >>> Use USES=libtool to prevent shared library change. >>> Use USE_GNOME introspection component instead of manual BUILD_DEPEND >>> line. >>> Stagify and strip library. >>> >>> PR: ports/186784 >>> Submitted by: olivierd@ >>> >>> Modified: >>> head/devel/libgee/Makefile >>> head/devel/libgee/distinfo >>> head/devel/libgee/pkg-plist >> >> This port is currently broken, because it needs Vala 0.21 (or higher), >> it depends of ports/186780 >> > > > Can you show me the problem? It builds fine for me in the log below with > vala 0.20. > > http://meatwad.mouf.net/rubick/poudriere/logs/bulk/10amd64-default/2014-02-18_07h30m16s/logs/libgee-0.12.0.log If it builds fine with Vala 0.20, I'm ok, I've just noticed, in configure script they mention Vala 0.21 [1] [1] https://git.gnome.org/browse/libgee/tree/configure.ac?h=0.12#n60 -- olivier