Bug 53087 - [maintainer update] textproc/meld fix hardcoded path
Summary: [maintainer update] textproc/meld fix hardcoded path
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-09 13:10 UTC by Jan Hornyak
Modified: 2003-06-12 03:41 UTC (History)
0 users

See Also:


Attachments
file.diff (522 bytes, patch)
2003-06-09 13:10 UTC, Jan Hornyak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hornyak 2003-06-09 13:10:11 UTC
Fix hardcoded path of GNOME pixmaps directory (valid on Linux).

Submitted by: Sergey Akifyev <asa@gascom.ru>
Comment 1 Jan Hornyak 2003-06-09 14:46:46 UTC
- Fix timezone offset in CVS view (and make it usable).
  Fix was sent to Meld people.
  Again submitted by: Sergey Akifyev <asa@gascom.ru>

Commiter please add this as new file files/patch-cvsview.py:

--- cvsview.py.orig     Mon Jun  9 15:36:40 2003
+++ cvsview.py  Mon Jun  9 15:37:53 2003
@@ -90,7 +90,7 @@
                 if plus >= 0:
                     cotime = 0
                 try:
-                    cotime = time.mktime( time.strptime(date) )
+                    cotime = time.mktime( time.strptime(date) ) - time.timezone
                 except ValueError, e:
                     if not date.startswith("Result of merge"):
                         print "Unable to parse date '%s' in '%s/CVS/Entries'" % (date, directory)


-- 
Pav Lucistnik <pav@oook.cz>
printk("Penguin %d is stuck in the bottle.\n", i);
    2.0.38 /usr/src/linux/arch/sparc/kernel/smp.c
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2003-06-12 03:41:43 UTC
State Changed
From-To: open->closed

Committed, thanks!