From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 12 12:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C19F2BDC for ; Tue, 12 Mar 2013 12:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7E48F2F3 for ; Tue, 12 Mar 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CCo0PW088067 for ; Tue, 12 Mar 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CCo0RJ088066; Tue, 12 Mar 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 12 Mar 2013 12:50:00 GMT Resent-Message-Id: <201303121250.r2CCo0RJ088066@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Kubaj Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B407AA7A for ; Tue, 12 Mar 2013 12:42:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9B1432AD for ; Tue, 12 Mar 2013 12:42:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2CCglrC068009 for ; Tue, 12 Mar 2013 12:42:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2CCglPN068008; Tue, 12 Mar 2013 12:42:47 GMT (envelope-from nobody) Message-Id: <201303121242.r2CCglPN068008@red.freebsd.org> Date: Tue, 12 Mar 2013 12:42:47 GMT From: Piotr Kubaj To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176879: Abiword, Gnumeric, Shotwell and Equinox engine don't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 12:50:00 -0000 >Number: 176879 >Category: ports >Synopsis: Abiword, Gnumeric, Shotwell and Equinox engine don't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 12 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Piotr Kubaj >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD DESKTOP1 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247765: Mon Mar 4 07:23:39 CET 2013 root@DESKTOP1:/usr/obj/usr/src/sys/DESKTOP1 amd64 >Description: After update of pcre, pcre_info function was removed. Goffice compiled with new pcre causes compilation of Gnumeric and Abiword to fail. Also, after update of glib, gtk-equinox-engine also fails to compile with following error: /usr/local/include/glib-2.0/glib/gtimer.h:28:2: error: "Only can be included directly." After the same update, Shotwell compilation fails because of using the now deprecated GTK 2.0. >How-To-Repeat: portmaster editors/abiword math/gnumeric graphics/shotwell x11-themes/gtk-equinox-engine >Fix: For Abiword and Gnumeric: http://trac.macports.org/browser/trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff?rev=94133 For Equinox engine: --- /usr/ports/x11-themes/gtk-equinox-engine/work/equinox-1.50/src/animation.c 2013-03-12 13:40:06.837559287 +0100 +++ /usr/ports/x11-themes/gtk-equinox-engine/work/equinox-1.50/src/animation.c.orig 2013-03-12 13:39:39.726562012 +0100 @@ -7,7 +7,7 @@ #include "animation.h" #ifdef HAVE_ANIMATION -#include +#include struct _AnimationInfo { GTimer *timer; I don't have a fix for Shotwell. >Release-Note: >Audit-Trail: >Unformatted: