Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64654 - [Patch] /net-im/sim 0.9.3 correct time for offline messages
Summary: [Patch] /net-im/sim 0.9.3 correct time for offline messages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 110241
  Show dependency tree
 
Reported: 2004-09-19 09:11 UTC by Daniel Seyffer
Modified: 2006-01-31 06:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
correct time for offline messages (sim-0.9.3-offlinetime.patch,566 bytes, patch)
2004-09-19 09:12 UTC, Daniel Seyffer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Seyffer 2004-09-19 09:11:21 UTC
Hi,

A few weeks ago I found a bug in SIM 0.9.3. Messages that are sent to you while you are offline do have an incorrect time. I reported this as bug "upstream" and it got fixed for the next SIM release 0.9.4.

Apparently this still takes some time to get released so I made myself a small patch off the current version in CVS. Please find it attached and consider to add this to the 0.9.3 ebuild. thanks.
 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Seyffer 2004-09-19 09:12:13 UTC
Created attachment 39921 [details, diff]
correct time for offline messages
Comment 2 Daniel Seyffer 2004-10-19 08:37:23 UTC
This is a patch against the current ebuild of sim (0.9.3-r3). Just renamed the patch file from #1 as specified below to be more consistent:

diff -ur sim-0.9.3-r3.ebuild sim-0.9.3-r4.ebuild
--- sim-0.9.3-r3.ebuild 2004-10-19 14:23:45.000000000 +0200
+++ sim-0.9.3-r4.ebuild 2004-10-19 17:34:50.012110504 +0200
@@ -25,6 +25,7 @@
 src_compile() {
        epatch ${FILESDIR}/${P}-gcc34.diff
        epatch ${FILESDIR}/${P}-alt-histpreview-apply-fix.diff
+       epatch ${FILESDIR}/${P}-offlinetime-fix.diff
        export WANT_AUTOCONF=2.5
        export WANT_AUTOMAKE=1.7
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2006-01-15 11:23:42 UTC
I've added svn snapshot of sim into portage tree (0.9.4_pre060114). It's still hard masked.

You may wish to test and report if this bug is fixed. To emerge sim you need to unmask it with the following commands

echo "net-im/sim" >> /etc/portage/package.unmask
echo "net-im/sim ~arch" >> /etc/portage/package.keywords

where arch is your either x86 or amd64. Then emerge sim.

Feedback is wellcome. :)
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2006-01-31 06:04:46 UTC
sim-0.9.4_pre060131.ebuild is in portage. It contains patch you want. :)