Bug 148907

Summary: deskutils/planner does not build with WITH_EVO=true
Product: Ports & Packages Reporter: Anatoly Borodin <anatoly.borodin>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Anatoly Borodin 2010-07-24 20:00:08 UTC
deskutils/planner depends on evolution-plugin.pc that is contained by mail/evolution, not databases/evolution-data-server.

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
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-24 20:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2010-08-14 18:52:24 UTC
State Changed
From-To: open->closed

Support for Evolution is currently broken as planner needs an upstream update 
to work with modern versions of Evolution.  I have disabled Evo support for 
now in planner.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-08-14 18:52:36 UTC
marcus      2010-08-14 17:52:22 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/planner    Makefile 
  Log:
  Planner no longer builds with modern Evolution.
  
  PR:     148907
  
  Revision  Changes    Path
  1.56      +8 -8      ports/deskutils/planner/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"