head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q1:1.2.0.8 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.6 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.4 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.2 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.1.0.28 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.26 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.24 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.22 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.20 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.18 pkgsrc-2008Q1:1.1.0.16 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.14 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.12 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.10 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.8 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.6 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.4 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2010.04.21.16.52.28; author tnn; state dead; branches; next 1.2; 1.2 date 2009.05.29.13.22.11; author he; state Exp; branches; next 1.1; 1.1 date 2006.06.27.11.11.52; author joerg; state Exp; branches; next ; desc @@ 1.3 log @sunbird is deprecated by thunderbird w/ lightning extension. @ text @$NetBSD: patch-df,v 1.2 2009/05/29 13:22:11 he Exp $ --- directory/c-sdk/ldap/include/portable.h.orig 2006-02-03 15:44:40.000000000 +0100 +++ directory/c-sdk/ldap/include/portable.h @@@@ -131,7 +131,7 @@@@ * some systems don't have the BSD re_comp and re_exec routines */ #ifndef NEED_BSDREGEX -#if ( defined( SYSV ) || defined( NETBSD ) || defined( freebsd ) || defined( linux ) || defined( DARWIN )) && !defined(sgi) +#if ( defined( SYSV ) || defined( NETBSD ) || defined( freebsd ) || defined( linux ) || defined( DARWIN )) && !defined(sgi) || defined(dragonfly) #define NEED_BSDREGEX #endif #endif @@@@ -150,7 +150,7 @@@@ * Are sys_errlist and sys_nerr declared in stdio.h? */ #ifndef SYSERRLIST_IN_STDIO -#if defined( freebsd ) +#if defined( freebsd ) || defined(dragonfly) #define SYSERRLIST_IN_STDIO #endif #endif @@@@ -202,7 +202,7 @@@@ */ #if !defined(LDAP_CONNECT_MUST_NOT_BE_INTERRUPTED) && \ ( defined(AIX) || defined(IRIX) || defined(HPUX) || defined(SUNOS4) \ - || defined(SOLARIS) || defined(OSF1) ||defined(freebsd)) + || defined(SOLARIS) || defined(OSF1) ||defined(freebsd) || defined(dragonfly)) #define LDAP_CONNECT_MUST_NOT_BE_INTERRUPTED #endif @@@@ -293,7 +293,7 @@@@ int strncasecmp(const char *, const char ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \ defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \ defined(FREEBSD) || defined(OPENBSD) || \ - (defined(AIX) && !defined(USE_REENTRANT_LIBC)) + (defined(AIX) && !defined(USE_REENTRANT_LIBC) || defined(dragonfly)) #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) #elif defined(AIX) /* Maybe this is for another version of AIX? @@@@ -326,7 +326,7 @@@@ typedef char GETHOSTBYNAME_buf_t [BUFSIZ || defined(OSF1V4) || defined(AIX) || defined(UnixWare) \ || defined(hpux) || defined(HPUX11) || defined(NETBSD) \ || defined(IRIX6) || defined(FREEBSD) || defined(VMS) \ - || defined(NTO) || defined(OPENBSD) + || defined(NTO) || defined(OPENBSD) || defined(DRAGONFLY) #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b ) #elif defined( OSF1V3 ) #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b) @ 1.2 log @Update from version 0.3.1 to 0.9. Reviewed and tested by wiz@@. Pkgsrc changes: o Adapt the large set of diffs to the new version. o Depend directly on cairo and turn off the use of the ancient version of cairo embedded in the distribution. (Caused build failures with a newer cairo installed from pkgsrc.) Upstream changes: What's New in Sunbird 0.9 - - - - - - - - - - - - - Sunbird 0.9 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. The following features have been added to Sunbird 0.9: * Events spanning days now have a visual indicator indicating them as connected events * When reloading a remote calendar a progress indicator is now shown * The so-called "minimonth" (small calendar month in the upper left) has been given a visual overhaul * The calendar views (day, week, multiweek, month) have been given a visual overhaul * CalDAV support and interoperability with various CalDAV servers has been improved * The application stability and memory consumption has been greatly improved * A full list of changes that have gone into this release can be found on The Rumbling Edge website at http://www.rumblingedge.com/2008/09/21/sunbird-09-released/ Release Date: September 23, 2008 What's New in Sunbird 0.8 - - - - - - - - - - - - - Sunbird 0.8 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. The following features have been added to Sunbird 0.8: * A new icon set which matches more closely the icon style of other mozilla applications * Category colors are now shown next to an event box, giving users a much better overview of their differently categorized events * Events with alarms now have a visual indicator showing an alarm bell * A totally overhauled alarm dialog * Sunbird now recognizes the timezone definitions in .ics files created by other applications. This fixes the longstanding issue of Sunbird miscalculating the date or time of events contained in those files * The timezone guessing has been significantly improved * Sunbird now contains experimental support for viewing remote calendars offline. This feature has known bugs and is included for testing purposes only * Sunbird contains several performance fixes, which should improve working with larger calendar files * You can now define for each of your calendars, whether you want to be notified of alarms for events in these calendars or not * A full list of changes that have gone into this release can be found on The Rumbling Edge website at http://weblogs.mozillazine.org/rumblingedge/archives/2007/11/sb_0-8.html Release Date: April 04, 2008 What's New in Mozilla Sunbird (R) 0.7 - - - - - - - - - - - - - - - - - - - Mozilla Sunbird 0.7 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * A redesigned event/task dialog has been enabled to gather feedback from the community. It offers a much cleaner user interface and additional functionality including: o Events/Tasks can be created in different timezones o Integrated display of recurrence patterns, reminders o Custom recurrences and reminders o Clear separation between tasks and events * The new event summary dialog lists all the details of tasks and events for calendar which are read-only. * Colliding events (events in the same time slot) are shrunk so that they fit into the display of a day. This no longer affects other events on the same day. * Localized releases of Sunbird in Chinese (simplified), Georgian, Lithuanian, Portuguese (European), Spanish (Argentina) and Turkish * A full list of changes that have gone into this release can be found on The Rumbling Edge website at http://weblogs.mozillazine.org/rumblingedge/archives/2007/07/sb_0-7.html Release Date: October 25, 2007 What's New in Mozilla Sunbird (R) 0.5 - - - - - - - - - - - - - - - - - - - Mozilla Sunbird 0.5 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * Much more polished user interface in the calendar views * Working hours are back * Automatic migration of data in Sunbird 0.2, iCal.app, and Evolution * Much improved printing functionality * Support for Google Calendar (via the Google Calendar Provider extension) * Vastly improved reliability * Many performance improvements * Many usability improvements * A full list of changes that have gone into this release can be found on The Rumbling Edge weblog at http://weblogs.mozillazine.org/rumblingedge/archives/2006/12/sb_0-5.html Release Date: June 27, 2007 @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Add DragonFly support. Override config.guess/config.sub scripts deeper in the hierachy. @ text @d3 1 a3 1 --- directory/c-sdk/ldap/include/portable.h.orig 2006-06-26 13:42:37.000000000 +0000 d5 1 a5 1 @@@@ -122,7 +122,7 @@@@ d14 1 a14 1 @@@@ -141,7 +141,7 @@@@ d23 1 a23 1 @@@@ -193,7 +193,7 @@@@ d25 1 a25 1 #if !defined(NSLDAPI_CONNECT_MUST_NOT_BE_INTERRUPTED) && \ d28 2 a29 2 + || defined(SOLARIS) || defined(OSF1) ||defined(freebsd) || defined(dragonfly)) #define NSLDAPI_CONNECT_MUST_NOT_BE_INTERRUPTED d32 3 a34 2 @@@@ -276,7 +276,7 @@@@ int strncasecmp(const char *, const char defined(UnixWare) || defined(NETBSD) || \ a35 1 (defined(LINUX) && __GLIBC__ < 2) || \ d41 1 a41 1 @@@@ -313,7 +313,7 @@@@ typedef char GETHOSTBYNAME_buf_t [NSLDAP @