From owner-freebsd-gnome Fri Apr 26 11: 0:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 708F337B41C; Fri, 26 Apr 2002 11:00:09 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JQF9G5DM; Fri, 26 Apr 2002 21:01:46 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g3QI03120529; Fri, 26 Apr 2002 21:00:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CC99626.620A6E71@FreeBSD.org> Date: Fri, 26 Apr 2002 21:02:14 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Larry Rosenman Cc: gnome@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: evolution 1.0.3: TZ problem with DST References: <20020410143552.GA62584@ler-freebie.iadfw.net> <200204101505.g3AF5LR92134@vega.vega.com> <20020410152058.GA33015@ler-freebie.iadfw.net> <20020426003210.GA3143@ler-freebie.iadfw.net> <3CC990ED.7E7BAADD@FreeBSD.org> <1019843627.22064.13.camel@ler-freebie.iadfw.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Larry Rosenman wrote: > > On Fri, 2002-04-26 at 12:39, Maxim Sobolev wrote: > > Larry Rosenman wrote: > > > > > > What would it take to get this into the ports tree ???????????? > > > > OOPS, sorry, I dropped the ball (all those bsd.port.mk and GNOME2 > > issues are quite time consuming). Marcus, could you please test the > > patch and commit it if it works (thank you in advance :)? > > > > -Maxim > See PR ports/37471. It's the same as the below message, but I got tired > of waiting, so I added the OR. Ok. I sorry for any bad feelings it caused to you, but we only have 2 volunteers working on the whole GNOME thing under FreeBSD, so that things are sometimes not as fast as they should be. :((( Filling up a PR is a good way to ensure that your patch will not be lost in noise. Thank you for your patience. -Maxim > > > > > > > > > * Larry Rosenman [020410 10:20]: > > > > * Maxim Sobolev [020410 10:18]: > > > > > > > > > > > > I discovered (and reported to the Evolution team) a bug where on > > > > > > FreeBSD the timezone is adjusted to be one hour off from reality when > > > > > > DST is in effect. > > > > > > > > > > > > The Evolution team fixed it in CVS for 1.0.4, but I don't know when it > > > > > > will be out. > > > > > > > > > > > > Can the port be modified to patch > > > > > > > > > > > > camel/camel-mime-message.c > > > > > > > > > > > > to remove the lines around line 212 > > > > > > that set offset += 100? > > > > > > > > > > Not a problem, but please submit a patch instead of a verbal description. > > > > > > > > > > Thanks! > > > > > > > > > > -Maxim > > > > Here is my quickie patch, I'm not sure how y'all want to do it. it > > > > definately fixes FreeBSD.... > > > > > > > > > > > > *** camel-mime-message.c.orig Wed Apr 10 10:19:38 2002 > > > > --- camel-mime-message.c Wed Apr 10 09:31:51 2002 > > > > *************** > > > > *** 209,216 **** > > > > --- 209,218 ---- > > > > tz = -local->tm_gmtoff; > > > > #endif > > > > offset = -(((tz/60/60) * 100) + (tz/60 % 60)); > > > > + #if 0 > > > > if (local->tm_isdst>0) > > > > offset += 100; > > > > + #endif > > > > } > > > > message->date = date; > > > > message->date_offset = offset; > > > > > > > > -- > > > > Larry Rosenman, Sr. Network Engineer, Internet America, Inc. > > > > E-Mail: ler@airmail.net > > > > Phone: +1 214-861-2571, Fax: 214-861-2663 > > > > US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 > > > > > > -- > > > Larry Rosenman, Sr. Network Engineer, Internet America, Inc. > > > E-Mail: ler@airmail.net > > > Phone: +1 214-861-2571, Fax: 214-861-2663 > > > US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 > -- > Larry Rosenman, Sr. Network Engineer, Internet America, Inc. > E-Mail: ler@airmail.net > Phone: +1 214-861-2571, Fax: 214-861-2663 > US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message