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
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
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.
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"