Commit graph

29 commits

Author SHA1 Message Date
jlam
6a6cd5f01f Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
2005-05-22 20:28:47 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
4d8ec3af21 Include pthread.buildlink3.mk as this requires POSIX threads directly.
Should fix build under NetBSD 1.6.2; seen in latest kristerw@'s bulk build.
2005-05-21 14:45:44 +00:00
jmmv
4621f85dc0 Update to 1.2.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Camel
    #73015 - groupwise message threading workaround (Michael)
    #70195 - Incorrect parsing of locale encoded From: header causes mess on statusbar (Michael)
    #70590 - Don't fall through to the default folder if we move (Michael)
    #72876 - Message with blank reply-to cannot be replied to (Michael)
    #73112 - imap fails errors after checking authentication type (Michael)
    #72145 - All gw sent mail has a blank "To" field (Partha)
    #73308 - gw mail getting marked as read when it shouldn't (Partha)
    #72373 - new meeting invitations not showing up in Mailbox (Vivek)
    #72455 - Messages are disappearing in the inbox of GW accounts (Vivek)

  * Calendar
    #73508 - Status of meeting organizer getting changed in groupwise (Chen)
    #73964 - Crash when switching to calendar with exchange support (Chen, Rodrigo)
    #70035 - calendar .ics incompatibility (ics created with older mozillas) (Rodrigo)

  * All
    #73472 - New Gtk File selector dialog not used for category icon (Rodrigo)

Other bugs

  * Camel
    - Don't try to convert boundary param values into UTF-8 even if they contain binary text (Pavel Fedin, Jeff)
    - Make sure all untagged response data is read (Jeff)
    - Prevent race closing the same fd twice (Michael)
    - Prevent mailbox from storing each time a user tag is changed (Michael)

  * Calendar
    - fixes for local attachment store (Christian Kellner)

  * All
    - Don't try to convert boundary param values into UTF-8 even if they contain binary text (James Bowes)

Updated Translations:
	-zh_CN (Funda Wang)
	-pt_BR (Raphael Higino)
	-xh (Adi Attar)
	-rw (Steve Murphy)
	-sq (Laurent Dhima)
	-cs (Miloslav Trmac)
	-gu (Ankit Patel)
	-en_CA (Adam Weinberger)
	-et (Priit Laes)
	-hu (Gabor Kelemen)
	-ca (Josep Puigdemont)
	-el (Nikos Charonitakis)
	-es (Francisco Javier F. Serrador)
	-de (Frank Arnold)
	-pt (Duarte Loreto)
	-en_CA (Adam Weinberger)
	-sv (Christian Rose)
	-lt (Zygimantas Berucka)
	-ja (Takeshi AIHANA)
	-en_GB (Gareth Owen)
2005-05-19 21:04:35 +00:00
jmmv
1e8852d512 Fix patch-af, which doesn't apply correctly with patch 2.5.9 (and I don't know
how it did in NetBSD, since its context seems incorrect to my eye... a bug?).
2005-04-28 18:37:29 +00:00
rillig
af1be0a5bc Really added the patches. Approved by jlam. 2005-04-12 01:18:42 +00:00
rillig
dd7d0f0110 Added some patches needed for gcc-2.95. For NetBSD-1.6.2 add a dependency
to pthread-sem.
2005-04-12 01:18:12 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
0b1f106e5b Update to 1.2.1:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #73021 - The Add New Contact option is getting enabled if you try to
    delete gw book (Siva)
    #72878 - Changes sender email address makes unwanted changes in To/CC
    fields (Michael)

  * Calendar
    #73141 - Crash if you try changing the group of a task to an offline
    backend (Chen)

  * Camel
    #73015 - groupwise message threading workaround (Michael)
    #70195 - Incorrect parsing of locale encoded From: header causes mess
    on statusbar (Michael)
    #70590 - Don't fall through to the default folder if we move (Michael)
    #72876 - Message with blank reply-to cannot be replied to (Michael)
    #73112 - imap fails errors after checking authentication type (Michael)
    #72145 - All gw sent mail has a blank "To" field (Partha)
    #73308 - gw mail getting marked as read when it shouldn't (Partha)
    #72373 - new meeting invitations not showing up in Mailbox (Vivek)
    #72455 - Messages are disappearing in the inbox of GW accounts (Vivek)

Other bugs

  * Addressbook
    - use a single global ref-counted db-env for all local books (Michael)
    - exit properly when only internal books are left (JP)

  * Calendar
    - When coming back online get gw item changes in a thread for
    responsiveness (Chen)
    - "Peek" at gw calendar items so they don't get marked as read (Harish)
    - Fix memory corruption in gw backend when fetching changes (Harish)
    - Set exchange attachment store (Surf)

  * Camel
    - Allow flag syncing in read-only mode for imap based on PERMANENTFLAGS
    (Jeff)
    - Set priority in outgoing gw mail (Sankar)

Updated Translations:
	- tr (Baris Cicek)
	- pl (GNOME PL Team)
	- pt (Duarte Loreto)
2005-03-26 16:20:27 +00:00
jmmv
7a85307e89 Update to 1.2.0. While here, switch to bsd.options.mk:
Evolution Data Server 1.2.0, 2005-03-07
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #73226 - Missing symbol in e-destination (JP)

  * Addressbook
    #72454 - Crash for webcals with gnome proxy setting (Rodrigo)

  * All
    #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)

Updated Translations:
	- pt_BR (Raphael Higino)
	- hu (Laszlo Dvornik)
	- sr (Igor Nestorovic)
	- sr@Latn (Igor Nestorovic)
	- ca (Xavier Conde Rueda)

Evolution Data Server 1.1.6, 2005-02-28
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
    #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
    #67541 - LDAP password not remembered (Siva)

  * Calendar
    #71490 - Events shows up multiple times (Chen)
    #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
    #72107 - Evolution is hanging if you go offline and then come online (Chen)
    #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
    #72965 - Unable to rename a groupwise folder (Partha)
    #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
    #72907 - Few mails are not available for offline in groupwise (Siva)

  * Camel
    #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
    #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
    #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
    #72106 - New mails are in "READ" state (Partha)
    #61468 - From and Subject information is missing from Inbox mailbox (Michael)
    #57185 - MH file mode changes and broken links (Michael)
    #59507 - tries to write junk cmeta in local spool (Michael)
    #71812 - folders are stored way too often (Michael)
    #70590 - Filters mark mail as read when it really isn't (Michael)
    #72609 - Crash everytime when read the article (Michael)

  * All
    #9605  - Let "Delete" remove selected contact from the name selector (Harry Lu)
    #73011 - Evolution crashed when clicked on new category (Rodrigo)

Other bugs

  * Addressbook
    - Make sure editors are always read-only in offline mode (Siva)
    - Destroy groupwise connection hash tables correctly (Chen)
    - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)

  * Calendar
    - Return the weather calendar capabilities properly (Rodrigo)
    - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
    - Locking fixes to prevent races in backend (JP, Rodrigo)
    - Download groupwise calendar attachments only if not already in cache (Harish)
    - Destroy groupwise connection hash tables correctly (Chen)
    - Make sure groupwise item creation date exists before using (Chen)
    - Fix crash during migration if e-d-s is not available (Rodrigo)
    - Set detached instance recurid and start/end properly (Rodrigo)

  * Camel
    - Make junk code use camel debug (Rodo)
    - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
    - Fix deletion of groupwise mail (Chen)
    - Fix server version display in warning (Vivek)
    - Show correct time for mails (Partha)
    - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
    - Use XGMOVE if possible in IMAP4 (Jeff)
    - Flag IMAP4 inbox properly (Björn Torkelsson)
    - Just search the cache if IMAP4 is in offline mode (Jeff)

  * All
    - PPC fixes (Hans)
    - Allow name selector to auth books properly (Hans)
    - Leak fix (Kjartan Maraas)

Updated Translations:
	- el (Kostas Papadimas, Nikos Charonitakis)
	- nl (Vincent van Adrighem)
	- hu (Laszlo Dvornik)
	- da (Martin Willemoes Hansen)
	- gu (Ankit Patel) <ankit644@yahoo.com>
	- pl (Artur Flinta)
	- uk (Maxim Dziumanenko)
	- fr (Thierry Moisan)
	- pt (Duarte Loreto)
	- it (Marco Ciampa)
	- nb (Kjartan Maraas)
	- no (Kjartan Maraas)
	- bg (Vladimir Petkov)
	- fi (Ilkka Tuohela)
	- ru (Leonid Kanter)
	- sq (Laurent Dhima)
	- bg (Vladimir Petkov)
	- lt (Zygimantas Berucka)
	- en_GB (David Lodge)
	- ja (Takeshi AIHANA)
	- ko (Changwoo Ryu)
	- sv (Christian Rose)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- de (Frank Arnold)
	- cs (Miloslav Trmac)

Evolution Data Server 1.1.5, 2005-02-07
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #1069  - Support REV field in VCard (Siva)
    #67267 - Auto-complete misses contacts with 'Title' set (Siva)
    #68172 - Don't include function names in e-d-s messages (Siva)
    #70918 - Importing kontact vcard causes inifinite loop (Siva)
    #71116 - Wrong gettext initialization breaks translation (Christophe)
    #71827 - Search after a contact with Name begins with, only searches
               for first name (Siva)

  * Calendar
    #68541 - Invalid Response From Server Message (Chenthill)
    #64682 - Moving a appts from one calendar to another sends update (Chenthill)
    #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
    #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)

  * Camel
    #36142 - Don't use acronyms as verbs in messages (Michael)
    #38671 - filtering on specific-headers needs to check each matching header
             (Michael)
    #38791 - GPG can make evo hang if keyserver unreachable (Michael)
    #65329 - Regression in default folder name localisation (Michael)
    #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
    #70303 - PGP signature invalid with very short emails (Michael)
    #71847 - IMAP is broken (Jeff)
    #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)

  * All
    #69909 - EDS logger doesn't restore logging when it shuts down (JP)
    #72172 - Cannot delete a GW Shared folder (Partha)

Other bugs

  * Addressbook
    - Changed default Groupwise port to 7191 (Siva)
    - Online/offline fixes in LDAP backend (Siva)
    - Build backends as modules (Hans Petter)
    - Check Groupwise server version and notify user (Vivek)

  * Calendar
    - Changed default Groupwise port to 7191 (Siva)
    - Fixed idle saving in file backend (Rodrigo)
    - Fixed leak in e_cal_send_objects (JP)
    - Removed categories-related methods in backends (Rodrigo)
    - Improvements in communication with GW servers for tasks (Harish)
    - Build backends as modules (Hans Petter)
    - Fixed conflicts in IDL file (Hans Petter)
    - Check Groupwise server version and notify user (Vivek)
    - getQuickMessages support in GW backend (Chenthill)

  * Camel
    - Added old imap code back to build (Jeff)
    - Improve moving between folders in GW provider (Partha)
    - IMAP/IMAP4 compatibility work (Jeff)
    - Updated tests to use IMAP4 (Jeff)
    - getQuickMessages support in GW provider (Partha)
    - Use GW SOAP mailer code to be the default (Siva)
    - Changed default Groupwise port to 7191 (Siva)
    - GW SOAP mailer code improvements (Partha)

  * All
    - Added 'searchable' flag for categories (Rodrigo)
    - Fixed saving of categories config changes (Rodrigo)
    - Use glib's i18n headers (Ross)
    - Removed useless libgnome use (Ross)
    - a11y improvements (Hao)

Updated Translations:
    - ca (Jordi Mallach)
    - cs (Miloslav Trmac)
    - de (Frank Arnold)
    - el (Kostas Papadimas)
    - en_CA (Adam Weinberger)
    - en_GB (David Lodge)
    - es (Francisco Javier F. Serrador)
    - et (Priit Laes)
    - ja (Takeshi AIHANA)
    - ko (Changwoo Ryu)
    - lt (Žygimantas Beručka)
    - nb (Kjartan Maraas)
    - nl (Vincent van Adrighem)
    - no (Kjartan Maraas)
    - pt (Duarte Loreto)
    - pt_BR (Raphael Higino)
    - sq (Laurent Dhima)
    - sv (Christian Rose)

Evolution Data Server 1.1.4, 2005-01-24
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #57567 - calendar migration speed (Rodrigo)
    #67974 - use proxy if necessary for webcal (Rodrigo)

  * Camel

    #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
    #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
    #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
    #47824 - nested, identical multipart boundaries dont parse properly (Michael)
    #70095 - deleting vfolder causes evo to hang (Michael)

  * All
    #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
    #28532 - Don't allow duplicate categories (Rodrigo)

Other bugs

  * Addressbook
    - Fix full name queries (Siva)
    - Order of magnitude speed fix for fetching list of contacts (Siva)

  * Calendar
    - Comply with new server api changes (Harish)
    - Default to UTC timezone if nothing else (Chen)
    - Handle cancelling instances via itip (Rodrigo)
    - Handle case where events are only instances (no master) (Rodrigo)
    - Don't save unless the file is actually dirty in the file backend (Rodrigo)
    - Use single metric/imperial setting (David Trowbridge)

  * Camel
    - Make imap4 code have the same summary as imap (Jeff)
    - Make imap4 code handle imap:// uri (Jeff)
    - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
    - Be able to get the message status in groupwise (Partha)
    - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
    - Fix groupwise offline transfers (Jeff)
    - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
    - 64 bit fixes (Michael)

  * All
    - emit source changed property if properties are totally removed (Siva)
    - complete properly if the widget loses focus via tab (Hans)
    - display all email addresses for a user again (Hans)
    - fix crash pressing enter in empty completion widget (Hans)

Updated Translations:
	- it (Marco Ciampa)
	- de (Frank Arnold)
	- et (Priit Laes)
	- cs (Miloslav Trmac)
	- nb (Kjartan Maraas)
	- lt (Zygimantas Berucka)
	- ja (Takeshi AIHANA)
	- es (Francisco Javier F. Serrador)
	- en_CA (Adam Weinberger)

Evolution Data Server 1.1.3, 2005-01-10
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)

  * Camel

    #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
    #70919 - Crash during fetching mail (mail has gpg signature) (Michael)

Other bugs

  * Addressbook
    - Merge offline support for groupwise, ldap (Siva, Chen, Hans)

  * Calendar
    - Backend attachment support (Harish)
    - Weather calendar (David Trowbridge)
    - Handle send options for groupwise (Chen)
    - Fixed problems when items only had detached instances (Rodrigo)
    - Merge offline support for groupwise, ldap, webcal (Siva, Chen)

  * Camel
    - Merge groupwise SOAP mailer (Partha)
    - IMAP4 offline support (Jeff)
    - Groupwise offline support (JP, Jeff, Partha)
    - 64 bit fixes (David Mosberger-Tang)

  * All
    - move e-categories and rewrite (Rodrigo)
    - emit source_changed signal if properties change (David Trowbridge)
    - implement e-name-selector class, without bonobo (Hans)

Updated Translations:
	- bg (Vladimir Petkov)
	- ja (Takeshi AIHANA)
	- ru (Leonid Kanter)

Evolution Data Server 1.1.2, 2004-12-20
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #70127 - Evolution Calendar does not use a User-Agent (JP)
    #70267 - O(n^2) activity writing cache files when opening an ics webcal
    #file (Rodrigo)

  * Addressbook

    #68454 - Ldap organizationalUnit show up in contact list (Siva)

  * Camel

    #69776 -Signed Mail with attachments displays everything with
     multipart/boundaries stuff (NotZed)
    #69533 - GW imap mail becomes invisble/unavailable (NotZed)

Other bugs

  * Addressbook
    - implement is_open accessor on ebook (Hans)
    - move e-destination (Hans)

  * Calendar
    - Merge recurrence work, support for detached instances (Rodrigo)
    - Add support for passing a modified object from sync backends (Anders Carlsson)
    - Add static capabilities for send options (Chen)
    - Leak fixes (Harish)

  * Camel
    - Move camel here (NotZed)
    - Fix non-SSL build (Jeff)
    - Add offline journalling for IMAP4 (Jeff)

  * All
    - implement a gtktreemodel contact store (Hans)

Updated Translations:
	- lt (Zygimantas Berucka)
	- it (Marco Ciampa)

Evolution Data Server 1.1.1, 2004-11-28
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #69624 - make changes in evo corresponding to soap schema changes (Siva)

  * All

    #69056 - Translations set to wrong version (Ryan Skadzberg)
    #68737 - Crash on Migrating (JP)

Other bugs

  * Addressbook
    - add API to determine required fields (Siva)

  * All
    - allow access to primary source selector (Harish)

Updated Translations:
	- sr (Danilo Segan)
	- sr@Latn (Danilo Segan)
	- cs (Miloslav Trmac)
	- sq (Laurent Dhima)
	- en_CA (Adam Weinberger)
	- en_GB (David Lodge)

Evolution Data Server 1.1.0, 2004-11-01
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
    #67031 - Groupwise task completion not showing (Chen)

  * Address Book

    #42165 - "search in any field" produces wrong results (Siva)
    #64298 - G/W failure to authenticate (Siva)

  * All

    #65200 - GroupWise backend crash
    #67031 - (Partial) show completed status properly for GroupWise tasks

Other bugs

  * Address Book
    - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
    - Make groupwise IM names searchable (Nat)

  * Calendar
    - Speed up free/busy gathering (Harish)
    - Speed up getting detached instance information (Rodrigo)

  * All
    - loadable backend modules (Toshok)
    - create libedataserverui (JP)

Updated Translations:
	- sr (Danilo Segan)
	- sr@Latn (Danilo Segan)
	- cs (Miloslav Trmac)
	- sq (Laurent Dhima)
	- en_CA (Adam Weinberger)
	- en_GB (David Lodge)
2005-03-22 16:18:06 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jmmv
7981f6991d Update to 1.0.4:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Address Book
    #64298 - G/W failure to authenticate (Siva)
    #67541 - LDAP password not to be remembered (Siva)
    #66854 - Some strings are missed to translation (Rodney)
    #71116 - wrong gettext initialization breaks translation (Rodney)
    #70918 - Importing kontact vcard causes inifinite loop (Siva)

  * Calendar
    #64682 - Moving an appointment from one calendar to another sends update
      (Chen)
    #67031 - GroupWise tasks are not getting updated in any way (Chen)

  * All
    #69186 - cannot remove GAL from Autocomplete in settings (Siva)
    #64298 - G/W failure to authenticate (Siva)

Other bugs

  * Calendar
    - warning fixes (Michael)
    - fix groupwise ssl usage (Harish)

  * Address Book
    - fix vcard note migration issues if containing non-ascii chars (Siva)
    - fix groupwise ssl usage (Harish)

  * All
    - 64 bit fixes (Michael)

Updated Translations:
    -et (Priit Laes)
    -ru (Leonid Kanter)
2005-02-22 18:24:37 +00:00
jmmv
b0faa3370d Update to 1.0.3:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #59904 - Speed up calendar queries (Rodrigo)
    #69624 - make changes in evo corresponding to soap schema changes  (Siva)

Other bugs

  * Address Book
    - prevent e_book_commit_contact from crashing on multiple calls
      (Diego Gonzalez)
    - prevent file backend from crashing if uid of vcard is NULL
      (Diego Gonzalez)

  * Calendar
    - fix libical build for automake 1.9 (Rodney)
    - fix putenv usage for portability (Julio M. Merino Vidal)

Updated Translations:
	- sv (Christian Rose)
2004-12-28 21:48:12 +00:00
kristerw
834aaa13c5 Make this pkg build on amd64 with a patch from evolution-data-server-1.0.3. 2004-12-11 15:12:29 +00:00
sketch
2ebe388a09 Apply some minor tweaks to get this package compiling with SunPro and possibly
other non-gcc compilers.
2004-11-18 14:20:26 +00:00
jmmv
c962887e98 Use unsetenv(3) instead of putenv(3) to clear the 'TZ' variable from the
environment (affects the libical library).  The later does not really remove
it under NetBSD (only leaves it blank), thus making programs get the wrong
timezone (always UTC).

This problem exposes, for example, in the GNOME Clock applet.  The time is
fine until you open the calendar (clicking on the applet).  After that, the
clock is converted to UTC and there is no way to reverse it, other than
killing the running process (i.e., starting over with a clean environment).

Bump PKGREVISION to 2.
2004-10-22 16:03:14 +00:00
jmmv
587db48366 Make evolution-data-server work: the component provider was segfaulting
at startup due to problems when calling sigaction(2).  During the build,
there was a hidden warning:

server.o(.text+0x109): In function `main':
/home/jmmv/NetBSD/pkgsrc/mail/evolution-data-server/work/evolution-data-server-1.0.2/src/server.c:129: warning: reference to compatibility sigemptyset(); include <signal.h> for correct reference

that was actually referring to a fatal error at runtime.

This fixes lots of problems in Evolution 2.0, where the address book and
the calendar were not working at all.  Probably fixes more errors in this
and other programs.

Bump PKGREVISION to 1.
2004-10-19 20:13:44 +00:00
jmmv
06569bbed1 Update to 1.0.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #62868 - Permission denied accepting a GroupWise meeting a second time
             (Chen)
    #67513 - Evolution corrupts memory if backend autobooks meeting attendees
             (JP)
    #66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)

  * Address Book

    #66368 - VCard parser doesn't add "File under" (Hans)
    #66574 - Make e_book_get_self work (Diego Gonzalez
    #67600 - fix e-d-s issues on x86_64 machines (Hans)

  * All

    #65200 - GroupWise backend crash
    #67031 - (Partial) show completed status properly for GroupWise tasks

Other bugs

  * Address Book
    - Restrict system address book queries to groupwise server for performance
      reasons (Siva)

  * Calendar
    - load system tasks backend correctly

Updated Translations:
	- fr (Craig Jeffares)
	- zh_TW (Craig Jeffares)
	- sk (Stanislav Visnovsky)
	- fa (Roozbeh Pournader)
	- id (Mohammad DAMT)
	- ar (Arafat Medini)
2004-10-15 21:25:43 +00:00
kristerw
540b75f77c Fix a line-continuation that gcc 2.95 didn't understand. 2004-10-15 16:27:56 +00:00
jmmv
c968260b0c Update to 1.0.1. Should fix problem shown in PR pkg/27120.
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #66383 - Warning fixes in calendar code (Dave Malcom)
    #64955 - C99-ism in libecal (Vincent Noel)
    #59904 - Calendar query caching (Rodrigo)
    #65167 - Crash sending task to GroupWise (Chen)
    #64685 - Appointment requests that have been replied to give
             "Invalid Object" error (Chen)
    #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
    #64688 - mixing UTC and localtime in Appointment view (Chen)

  * All

    #66209 - only first source color change is saved to gconf (Michael)
    #64062 - new all day recurring events do not show busy time or as
             all day appts (Chen)

Other bugs

  * Address Book
    - disable debugging noise (William Jon McCann)
    - don't search summary for groupwise system address book (Siva)

  * Calendar
    - support groupwise all day events

  * All
    - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat,
      Hans, Dave Malcolm)

Updated Translations:
	- fr (Craig Jeffares)
	- zh_TW (Craig Jeffares)
	- sk (Stanislav Visnovsky)
	- fa (Roozbeh Pournader)
	- id (Mohammad DAMT)
	- ar (Arafat Medini)
2004-10-04 09:46:50 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
db8500f829 Update to 1.0.0. This version corresponds to GNOME 2.8.0.
Evolution Data Server 1.0.0, 2004-09-13
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
    #63385 - Evolution crash - Adding two email ids with same name

  * Calendar

    #57443 - ics import crashes

Updated Translations:

	- da (Martin Willemoes Hansen)
	- ar (Arafat Medini)
	- nn (Åsmund Skjæveland)
	- en_GB (David Lodge)
	- cy (Telsa Gwynne)
	- el (Kostas Papadimas)
	- tr (Baris Cicek)

Evolution Data Server 0.0.99, 2004-08-27
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #63844 - avoid locking if authentication needed during auto completion (Siva)
    #63255 - ignore name prefixes when completing (Siva)

  * Calendar

    #62857 - display recurring events upon creation for groupwise (Chen)
    #61782 - handle importing objects with no UID (Rodrigo)
    #62655 - don't crash with NULL uri (Hans)

  * All

    #63051 - solaris build fixes (notzed)

Other bugs

  * Calendar

    - add has-alarms-in-range query type (Rodrigo)
    - always set return value for e_cal_set_default_timezone (Frederic Crozat)
    - don't set the same default timezone multiple times (JP)
    - don't get all items from the groupwise server every time (Chen)

  * Addressbook

    - and thread safety flag for libdb (Toshok)
    - throw error when deleting system address book (Siva)
    - avoid unfiltered system address book searchs (Siva)
    - use cursors to populate the groupwise cache (Siva)
    - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
    - immediately show meeting status updates in GUI for groupwise (Chen)

  * All

    - fix warnings (Frederic Crozat)
    - set cache file name properly (Siva)

Updated Translations:

  - pt_BR (Gustavo Maciel Dias Vieira)
  - es (Francisco Javier F. Serrador)
  - da (Martin Willemoes Hansen)
  - de (Christian Neumair)
  - hu (Laszlo Dvornik)
  - nb (Kjartan Maraas)
  - no (Kjartan Maraas)
  - sq (Laurent Dhima)
  - uk (Maxim Dziumanenko)
  - az (Metin Amiroff)
  - ja (Takeshi AIHANA)
  - pt (Duarte Loreto)
  - fi (Ilkka Tuohela, Tommi Vainikainen)
2004-09-21 16:56:41 +00:00
kristerw
1da0e6b560 Correct spelling of $NetBSD$. 2004-06-13 17:35:24 +00:00
kristerw
a10a22a178 Modify some cases od C99 usage, so that this compiles with gcc 2.95 too. 2004-06-13 15:31:19 +00:00
recht
1d0abf0383 update to evolution-data-server-0.0.93
No real NEWS file available, so I'm guessing from the ChangeLog:
- added groupwise support
- bugfixes

From the pkgsrc pov: use the bundled libdb4.
2004-06-01 16:59:49 +00:00
recht
904dfb36bf depend on libsoup-devel instead of libsoup 2004-04-02 18:12:37 +00:00
xtraeme
1e379092e2 Fix path, and move .endif statement to the correct place. 2004-04-01 20:20:23 +00:00
jmmv
f078d98006 Initial import of evolution-data-server, version 0.0.90:
Evolution Data Server is responsible for managing calendar and addressbook
information within the GNOME desktop.
2004-04-01 18:40:51 +00:00