pkgsrc/mail/evolution/Makefile
jmmv 3a8e2ada06 Update to 2.0.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #66520 - Crash deleting addressbooks (Michael)
   #66369 - VCard import requires blank lines between contacts (Hans)
   #65537 - Updating Contacts Causes Crash (Hans)

 * Calendar

   #65932 - Crash when accessing the details of an appointment notification
            (Rodrigo)
   #64683 - meeting invite expands to larger than workspace (Rodrigo and JP)
   #66736 - crash clicking Search Clear button twice (Michael)
   #61766 - select personal calendar/tasks by default when migrating (JP)
   #65599 - 'Evolution 1.5' crash in 'Free/Busy' editor (Rodrigo)
   #62053 - select GroupWise calendar by default (Siva)
   #66164 - popup date edit drop down in correct place (JP)
   #45951 - Scroll properly in task description (Rodrigo)

 * Mail

   #67170 - Unable to subscribe to the alt hierarchy (Michael)
   #67028 - 2.0.1 compilation fails on camel-service.c: In function
            `camel_getaddrinfo' (Jeff)
   #67257 - evolution busy waits looking up hostname if network down (Michael)
   #66509 - Evolution Crashes when deleteing a news group (Michael)
   #65828 - Fix typo in error message (Jeff)
   #63881 - "Cannot copy or move messages into a Virtual Folder" when
	     dragging from UNMATCHED vfolder into real folder (Ed Catmur)
   #63521 - stale / bogus pop cache file (Michael)
   #66991 - crash creating folders (Michael)
   #66706 - Evolution Crashes while refreshing Folder Subscriptions (Michael)
   #67408 - Seg Fault on exit (Michael)
   #67211 - Evolution crashes when getting summary from folder (Michael)
   #66703 - S/MIME signing fails randomly (Jeff)

 * Shell

   #61285 - use better query for config pages (Michael)
   #66216 - don't show translator-credits directly in about box
            (Malcolm Treddinnick)

Other bugs

 * Address Book

    - Crash when exiting (Hans)

 * Mail

    - Provide error dialogs if host/name lookups fail (Jeff)
    - Improve NNTP locking (Michael)
    - Work with complete MBox hierarchy (Michael)
    - Forward as inline sends attachments (Michael)
    - Fix possible migration bug from 1.2 (Dave Malcolm)

  * Other

    - Updated documentation (Rodney and Novell Doc Team)
    - Don't dereference NULL nickname or emailAddr on certificate (Michael)

Updated translations:

  - el (ta panta rei, Nikos Charonitakis)
  - ja (Takeshi AIHANA)
  - hu (Laszlo Dvornik)
  - pt (Duarte Loreto)
  - sq (Laurent Dhima)
  - es (Francisco Javier F. Serrador)
  - nl (Vincent van Adrighem, Michel Klijmij)
  - en_CA (Adam Weinberger)
  - zh_CN (Funda Wang)
  - cs (Miloslav Trmac)
  - pl (GNOME PL Team)
  - pt_BR (Raphael Higino)
  - sr (Danilo Segan)
  - sr@Latn (Danilo Segan)
  - en_GB (David Lodge)
  - ca (Xavier Conde Rueda)
  - ko (Changwoo Ryu)
  - ro (Mugurel Tudor)
  - fr (Christophe Merlet)
  - nb (Kjartan Maraas)
  - no (Kjartan Maraas)
  - da (Martin Willemoes Hansen)
  - ru (Leonid Kanter)
  - fa (Meelad Zakaria)
2004-10-15 21:31:51 +00:00

99 lines
3.3 KiB
Makefile

# $NetBSD: Makefile,v 1.66 2004/10/15 21:31:51 jmmv Exp $
DISTNAME= evolution-2.0.2
CATEGORIES= mail time gnome
MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \
${MASTER_SITE_GNOME:=sources/evolution/2.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://ximian.com/products/evolution/
COMMENT= GNOME mailer, calendar, contact manager, and communications tool
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
BUILD_USES_MSGFMT= YES
BUILDLINK_DEPENDS.evolution-data-server+= evolution-data-server>=1.0.2
BUILDLINK_DEPENDS.gal2+= gal2>=2.2.3
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2
BUILDLINK_DEPENDS.gtkhtml3+= gtkhtml3>=3.2.3
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-ipv6=yes
.else
CONFIGURE_ARGS+= --enable-ipv6=no
.endif
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make yacc
USE_X11= YES
USE_LIBTOOL= YES
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
REPLACE_PERL+= addressbook/tools/csv2vcard
REPLACE_PERL+= addressbook/tools/evolution-addressbook-clean
REPLACE_PERL+= addressbook/tools/evolution-addressbook-clean.in
CPPFLAGS+= -I/usr/include/gssapi
CPPFLAGS+= -I/usr/include/krb5
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --with-openldap
CONFIGURE_ARGS+= --without-static-ldap
CONFIGURE_ARGS+= --enable-nss=no
CONFIGURE_ARGS+= --enable-openssl=yes
CONFIGURE_ARGS+= --enable-pilot-conduits=no
CONFIGURE_ARGS+= --enable-smime=no
CONFIGURE_ARGS+= --with-krb4=/usr
CONFIGURE_ARGS+= --with-krb5=/usr
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
.if defined(PKGREVISION)
CONFIGURE_ARGS+= --with-sub-version=nb${PKGREVISION}
.endif
PKGCONFIG_OVERRIDE= camel.pc.in
PKGCONFIG_OVERRIDE+= evolution-shell.pc.in
GCONF2_SCHEMAS= apps_evolution_addressbook-2.0.schemas
GCONF2_SCHEMAS+= apps_evolution_calendar-2.0.schemas
GCONF2_SCHEMAS+= apps_evolution_shell-2.0.schemas
GCONF2_SCHEMAS+= evolution-mail-2.0.schemas
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
.if !exists(/usr/include/semaphore.h)
LDFLAGS+= -lsemaphore
.include "../../devel/pthread-sem/buildlink3.mk"
.endif
.include "../../databases/openldap/buildlink3.mk"
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gal2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
.include "../../net/libsoup-devel/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/gtkhtml3/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"