From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 17:34:05 2012 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 5CD44106566C; Wed, 1 Aug 2012 17:34:05 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BDDB68FC0C; Wed, 1 Aug 2012 17:34:04 +0000 (UTC) Received: by weyx56 with SMTP id x56so6420575wey.13 for ; Wed, 01 Aug 2012 10:34:03 -0700 (PDT) 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=yc9EY7u+kKOVXVc2+E1rHqq2Utb+sSlQTRiyLWQD/r4=; b=O8G3FCBzZZHPLwVZzjThbDIywYGoCEqonyrNi0DwZPlq8iSYOTYDHLLL2ppWdlcNh5 VYIfWYZjVEJZt249pqyupgwlUVhzQ0BJqYJ7B0thyvMWAy/eGF8Gk+xvP5DZBWQG/uNy fBJizDHfk825oUfJk9jMxrNXakmEeMqQVXaiULZEXyF/LVqsTqg5mLHKL+cBpdu4XbD6 V4/GxItMCtrGEiEBGv8/5DgM1T4G6vwgtUrACff15pEFj2s5eX7R8g9PJChpcnxP6Gnx 1Z9ozGki2MbxYFlIseywW/W2annFtvG/k46qYks146gjwDgL4L4wrJER6PqvtCpRdZt2 oV1Q== MIME-Version: 1.0 Received: by 10.216.181.67 with SMTP id k45mr8442604wem.17.1343842443655; Wed, 01 Aug 2012 10:34:03 -0700 (PDT) Received: by 10.223.60.147 with HTTP; Wed, 1 Aug 2012 10:34:03 -0700 (PDT) In-Reply-To: <20120801070919.64bbf5cf34c3f0dbff19166e@gmail.com> References: <20120801070919.64bbf5cf34c3f0dbff19166e@gmail.com> Date: Wed, 1 Aug 2012 10:34:03 -0700 Message-ID: From: Kevin Oberman To: Olivier Duchateau Content-Type: text/plain; charset=UTF-8 Cc: freebsd-xfce@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Update of Ristretto 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: Wed, 01 Aug 2012 17:34:05 -0000 On Wed, Aug 1, 2012 at 12:09 AM, Olivier Duchateau wrote: > Hi, > > For impatient, I made patch to update graphics/ristretto (v. 0.6.2) [1]. > > It's not yet committed, because on redports, I got errors [2]. > > Enjoy > > [1] http://freebsd.org/~olivierd/ristretto.diff > [2] http://redports.org/buildarchive/20120730193726-54592/ Obviously the problem is that gobject-introspection is a dependency. It is not packaged, so is being built on all platforms other than 9.0-RELEASE/i386. The log simply states that it is already present on the successful platform, which I don't completely understand. On all others, it fails due to missing a header files. They should have been installed by glib, but that is NOT listed as a dependency of gobject-introspection, so that is where the problem lies. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com