From owner-freebsd-ports@FreeBSD.ORG Fri Mar 21 13:15:46 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56F0B106566C for ; Fri, 21 Mar 2008 13:15:46 +0000 (UTC) (envelope-from hummel@pasteur.fr) Received: from munster3.sis.pasteur.fr (munster3.sis.pasteur.fr [157.99.64.214]) by mx1.freebsd.org (Postfix) with ESMTP id 21FED8FC1C for ; Fri, 21 Mar 2008 13:15:46 +0000 (UTC) (envelope-from hummel@pasteur.fr) Received: from localhost (localhost [127.0.0.1]) by munster3.sis.pasteur.fr (Postfix) with ESMTP id 21885119E9C for ; Fri, 21 Mar 2008 13:58:34 +0100 (CET) X-Virus-Scanned: amavisd-new at pasteur.fr Received: from parmesan.sis.pasteur.fr (parmesan.sis.pasteur.fr [157.99.64.42]) by munster3.sis.pasteur.fr (Postfix) with ESMTP id F2738119E84 for ; Fri, 21 Mar 2008 13:58:33 +0100 (CET) Received: by parmesan.sis.pasteur.fr (Postfix, from userid 1931) id B869D1704E; Fri, 21 Mar 2008 13:58:33 +0100 (CET) Date: Fri, 21 Mar 2008 13:58:33 +0100 From: Thomas Hummel To: ports@freebsd.org Message-ID: <20080321125833.GA2287@parmesan.sis.pasteur.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: gnucash and goffice 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: Fri, 21 Mar 2008 13:15:46 -0000 Hello, the gnucash-2.2.3_3 port doesn't compile on FreeBSD-7 STABLE (amd64) because of a goffice header it cannot find : gnc-html-graph-gog.c:47:56: error: goffice/graph/gog-renderer-gnome-print.h: No such file or directory Two different versions of goffice are installed on my system : % pkg_info | grep -i goffice goffice-0.4.3_3 GLib/GTK+ set of document centric objects and utilities goffice-0.6.2 GLib/GTK+ set of document centric objects and utilities % pkg_info -R goffice-0.6.2 Information for goffice-0.6.2: Required by: gnucash-2.2.0_1 Only one of them provides the required header : %pkg_info -L goffice-0.6.2 | grep -i gog-renderer-gnome-print.h %pkg_info -L goffice-0.4.3_3 | grep -i gog-renderer-gnome-print.h /usr/local/include/libgoffice-0.4/goffice/graph/gog-renderer-gnome-print.h It seems nothing requires the following version of goffice : %pkg_info -R goffice-0.4.3_3 Information for goffice-0.4.3_3: I tried to tweak the CPPFLAGS but did not succeed. Any idea ? Thanks. -- Thomas Hummel