ports/148907: deskutils/planner does not build with WITH_EVO=true

Anatoly Borodin anatoly.borodin at gmail.com
Sat Jul 24 19:00:09 UTC 2010


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



More information about the freebsd-ports-bugs mailing list