From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 24 19:00:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0379E1065672 for ; Sat, 24 Jul 2010 19:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 120918FC1A for ; Sat, 24 Jul 2010 19:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6OJ08O7048702 for ; Sat, 24 Jul 2010 19:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6OJ08nP048701; Sat, 24 Jul 2010 19:00:08 GMT (envelope-from gnats) Resent-Date: Sat, 24 Jul 2010 19:00:08 GMT Resent-Message-Id: <201007241900.o6OJ08nP048701@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, Anatoly Borodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41661065673 for ; Sat, 24 Jul 2010 18:55:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BFD5F8FC18 for ; Sat, 24 Jul 2010 18:55:45 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6OItjQw036922 for ; Sat, 24 Jul 2010 18:55:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6OItjEs036921; Sat, 24 Jul 2010 18:55:45 GMT (envelope-from nobody) Message-Id: <201007241855.o6OItjEs036921@www.freebsd.org> Date: Sat, 24 Jul 2010 18:55:45 GMT From: Anatoly Borodin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/148907: deskutils/planner does not build with WITH_EVO=true X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2010 19:00:09 -0000 >Number: 148907 >Category: ports >Synopsis: deskutils/planner does not build with WITH_EVO=true >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 19:00:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: deskutils/planner depends on evolution-plugin.pc that is contained by mail/evolution, not databases/evolution-data-server. >How-To-Repeat: # cd /usr/ports/deskutils/planner; make config (choose EVO) # make install .. checking for EDS... yes checking for EDS_BACKEND... configure: error: Package requirements ( libecal-1.2 >= 1.1.0 libedata-cal-1.2 >= 1.1.0 libedataserver-1.2 >= 1.1.0 evolution-plugin >= 2.1.3 ) were not met: No package 'evolution-plugin' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables EDS_BACKEND_CFLAGS and EDS_BACKEND_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. .. # fgrep -r evolution-plugin /usr/ports/*/*evolution* /usr/ports/mail/evolution/pkg-plist:libdata/pkgconfig/evolution-plugin.pc /usr/ports/mail/evolution-mapi/Makefile:PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc >Fix: Fix this dependency: .if defined(WITH_EVO) USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-eds --enable-eds-backend PLIST_SUB+= EVO="" .else PLIST_SUB+= EVO="@comment " .endif >Release-Note: >Audit-Trail: >Unformatted: