Commit graph

17 commits

Author SHA1 Message Date
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