f9e2f0c992
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Addressbook #67656 - almost the same email address are considrered identical (Siva) #69079 - Data repeated after save with bad date format (Siva) #66854 - Some strings are missed to translation (Rodney) * Calendar #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney) #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP) #67403 - wrong alarm time displayed (Rodrigo) #68077 - appointment dialog re-size (Rodrigo) * Mail #69533 - Unable to subscribe to the alt hierarchy (Michael) #69776 - Signed Mail with attachments displays everything with multipart/boundaries stuff (Michael) #69615 - delete certificate after viewing smime message (Michael) #69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael) #69982 - During Newsgroup list refresh, it crashes (Michael) #69446 - Mail shown as attachment if some headers are upper case (S. Caglar Onur) #68556 - NNTP with SSL won't work, even with stunnel (Michael) #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael) #69241 - base64 attachement holding PGP block (Jeff) #67895 - nntp support not asking for password (Michael) #67898 - Use of symbolic port-names is not guaranteed to work everywhere (Michael) #69851 - remember password check doesn't stick (Michael) #69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek) #69339 - postscript and some other attachments not visable (Michael) #69579 - vFolders#UNMATCHED generates errors (Michael) #68958 - current message forgotten in vfolders (Michael) #68974 - Wizard doesn't store smtp auth settings (Michael) #67496 - html email not rendered in preview pane (Michael) #67014 - Checking supported auth types doesn't work with new SSL certificate (Michael) #68006 - Evo crashed after viewing previously-sent email and copying URL from it (Michael) #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael) #67622 - SMTP auth usernames containing % character fail (Jeff) Other bugs * Mail - fix pthread_key_delete args (Julio M. Merino Vidal) * Calendar - leak fixes (Chen) - sensitize menu items in list view properly (JP) - redraw display when 24hr time setting changes (JP) Updated translations: - nl (Vincent van Adrighem) - pt (Duarte Loreto) - hu (Laszlo Dvornik) - ca (Jordi Mallach) - fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet) - sv (Christian Rose) - de (Hendrik Brandt) - id (Mohammad DAMT) - es (Francisco Javier F. Serrador) - da (Martin Willemoes Hansen) - ko (Changwoo Ryu) - zh_CN (Funda Wang) - ms (Hasbullah Bin Pit) - hu (Laszlo Dvornik) - cs (Miloslav Trmac) - ru (Leonid Kanter) - bg (Vladimir Petkov) - sq (Laurent Dhima) - en_GB (David Lodge) - pl (Artur Flinta) - sr (Danilo Segan) - sr@Latn (Danilo Segan) - en_CA (Adam Weinberger) - pt_BR (Raphael Higino) - nn (Åsmund Skjæveland)
136 lines
4.7 KiB
Makefile
136 lines
4.7 KiB
Makefile
# $NetBSD: Makefile,v 1.72 2004/12/28 22:01:25 jmmv Exp $
|
|
|
|
DISTNAME= evolution-2.0.3
|
|
CATEGORIES= mail time gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/2.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/projects/evolution/
|
|
COMMENT= GNOME mailer, calendar, contact manager, and communications tool
|
|
|
|
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
BUILDLINK_DEPENDS.gal2+= gal2>=2.2.4
|
|
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2
|
|
BUILDLINK_DEPENDS.gtkhtml3+= gtkhtml3>=3.2.4
|
|
BUILDLINK_DEPENDS.evolution-data-server+= evolution-data-server>=1.0.3
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.evolution
|
|
PKG_SUPPORTED_OPTIONS= ipv6 krb4 krb5 ssl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mssl) && !empty(PKG_OPTIONS:Mkrb[45])
|
|
# If Kerberos is enabled, the libcrypto library is linked in, which causes
|
|
# function name conflicts with libsoftokn3 provided by Mozilla NSS. These
|
|
# cause runtime crashes, so don't allow these options to be specified
|
|
# together.
|
|
PKG_FAIL_REASON= "Kerberos support conflicts with SSL"
|
|
.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-openssl=no
|
|
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
|
|
|
|
.if !empty(PKG_OPTIONS:Mipv6)
|
|
CONFIGURE_ARGS+= --enable-ipv6=yes
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mkrb4)
|
|
CONFIGURE_ARGS+= --with-krb4
|
|
.else
|
|
CONFIGURE_ARGS+= --without-krb4
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mkrb5)
|
|
CONFIGURE_ARGS+= --with-krb5
|
|
. include "../../mk/krb5.buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --without-krb5
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mssl)
|
|
CONFIGURE_ARGS+= --enable-nss=yes
|
|
# XXX We should have a standalone NSS package and use it here, instead of
|
|
# depending on the whole mozilla-gtk2...
|
|
BUILDLINK_DEPENDS.mozilla-gtk2+= mozilla-gtk2>=1.7.3nb1
|
|
# XXX Workaround for the following problem: addressbook/util/libeabutil.la
|
|
# is compiled as a static library only which uses the NSS stuff. When other
|
|
# parts of the program use this .la archive, they get the right -L flags
|
|
# (from the dependency_libs variable) but not the rpaths. buildlink3 should
|
|
# add rpath flags to the dependency_libs, but there is an strange comment
|
|
# in the wrapper saying that it shouldn't.
|
|
LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mozilla-gtk2}/lib/mozilla-gtk2
|
|
. include "../../www/mozilla-gtk2/buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-nss
|
|
.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"
|