Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2010 18:55:45 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/148907: deskutils/planner does not build with WITH_EVO=true
Message-ID:  <201007241855.o6OItjEs036921@www.freebsd.org>
Resent-Message-ID: <201007241900.o6OJ08nP048701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007241855.o6OItjEs036921>