From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 13 20:17:15 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8468E106564A for ; Sat, 13 Nov 2010 20:17:15 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 34F948FC12 for ; Sat, 13 Nov 2010 20:17:14 +0000 (UTC) Received: by gyg13 with SMTP id 13so1319471gyg.13 for ; Sat, 13 Nov 2010 12:17:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=BLgy4VdyoLVhCzaYZCCHG22HzKFPpxGZvuNprMa9SUA=; b=OtQxMfN2SvJ+M/L91xl8A+9vnLtbpAiaju3cP1/lKF/6TY3Y9Dc2mlLVJVaa+sx5bo xCpv0L25WgveIjoXU9BQMWzfECr0ShbCH6Q7mrJ+iOaBUcMn7m645uVFQXXD7LN9hLqo WJqPUzN5kJMvtQtfIsRMBXMXsou2FDLqpLOfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:disposition-notification-to:content-type:date :message-id:mime-version:x-mailer; b=GJx+D/86KWKzDbj5vVw8WxjKBv1Kmy7So4Yz416nLASOa1aNP4rcvqdw/J3yUn32br LjHRA7k+i8cFEMlJXh2dDr6TcjJaI85MjRxxlYHmaprgnIIE7qKO6PMB2fFpCfcs7JEC INtN6nkIOrG3U29ioVJ2j/H2HIc+RcoKnAtt8= Received: by 10.91.10.7 with SMTP id n7mr5406864agi.99.1289678116759; Sat, 13 Nov 2010 11:55:16 -0800 (PST) Received: from [192.168.6.230] ([201.21.169.105]) by mx.google.com with ESMTPS id c39sm1613192anc.21.2010.11.13.11.55.14 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Nov 2010 11:55:16 -0800 (PST) From: Sergio de Almeida Lenzi To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-g7OWYpqUbkr7bDcx92c5" Date: Sat, 13 Nov 2010 17:55:12 -0200 Message-ID: <1289678112.49475.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.0 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: patches for evolution 2.32 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 20:17:15 -0000 --=-g7OWYpqUbkr7bDcx92c5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit hello, Evolution 2.32 have 2 major problems: one is related to FreeBSD and g_module_load, I fixed the files/fix-plugins.c (diff in the attach) and the other is related to mail-ops.c In mail-ops.c line 607 if you are using a different locale other than english or C, the "Sent" folder is missing (in my case is named: Saida), in the code, it tries to display an error and the error pointer is null (there is no error...), so evolution aborts... a fix is in the attach too.. Hope you can use them.. Thanks for your attention, Sergio --=-g7OWYpqUbkr7bDcx92c5 Content-Disposition: attachment; filename="fixplugins.diff" Content-Type: text/x-patch; name="fixplugins.diff"; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- fix-plugins.sh.orig 2010-06-07 11:21:49.000000000 -0300 +++ fix-plugins.sh 2010-11-13 17:50:42.129239112 -0200 @@ -1,8 +1,8 @@ #!/bin/sh =20 -plugin_srcs=3D"addressbook-file/addressbook-file.c attachment-reminder/att= achment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restor= e.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c ca= lendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/= calendar-weather.c contacts-map/contacts-map.c default-mailer/default-maile= r.c default-source/default-source.c email-custom-header/email-custom-header= .c external-editor/external-editor.c face/face.c google-account-setup/googl= e-source.c groupwise-features/install-shared.c hula-account-setup/hula-acco= unt-setup.c image-inline/image-inline.c imap-features/imap-headers.c itip-f= ormatter/itip-formatter.c mail-notification/mail-notification.c mail-to-tas= k/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/= mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c= profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-cal= endar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c start= up-wizard/startup-wizard.c subject-thread/subject-thread.c templates/templa= tes.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-acc= ount-setup/webdav-contacts-source.c" +plugin_srcs=3D"addressbook-file/addressbook-file.c attachment-reminder/att= achment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restor= e.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c ca= lendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/= calendar-weather.c contacts-map/contacts-map.c default-mailer/default-maile= r.c default-source/default-source.c email-custom-header/email-custom-header= .c external-editor/external-editor.c face/face.c google-account-setup/googl= e-source.c groupwise-features/install-shared.c hula-account-setup/hula-acco= unt-setup.c image-inline/image-inline.c imap-features/imap-headers.c itip-f= ormatter/itip-formatter.c mail-notification/mail-notification.c mail-to-tas= k/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/= mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c= profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-cal= endar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c subje= ct-thread/subject-thread.c templates/templates.c tnef-attachments/tnef-plug= in.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-sourc= e.c" =20 -module_srcs=3D"addressbook/evolution-module-addressbook.c calendar/evoluti= on-module-calendar.c mail/evolution-module-mail.c plugin-lib/evolution-modu= le-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/ev= olution-module-plugin-python.c" +module_srcs=3D"composer-autosave/e-composer-autosave.c startup-wizard/evol= ution-startup-wizard.c addressbook/evolution-module-addressbook.c calendar/= evolution-module-calendar.c mail/evolution-module-mail.c plugin-lib/evoluti= on-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-py= thon/evolution-module-plugin-python.c" =20 WRKSRC=3D$1 =20 --=-g7OWYpqUbkr7bDcx92c5--