Bug 123301 - [UPDATE] sysutils/kgtk
Summary: [UPDATE] sysutils/kgtk
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-01 15:50 UTC by Yarodin
Modified: 2008-05-06 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.74 KB, patch)
2008-05-01 15:50 UTC, Yarodin
no flags Details | Diff
patch-kgtk.txt (4.97 KB, patch)
2008-05-02 16:42 UTC, Yarodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yarodin 2008-05-01 15:50:00 UTC
- Fix working with pathes at national encodings if system locale is not utf-8 (add option).
- Add translation for russian language.
- Add pkg-message tip for users with problem 'english only dialogues'.
- Add working mirror for distfile.

Fix: How to apply:
1) Put patch-kgtk.txt to /usr/ports/sysutils/
2) cd /usr/ports/sysutils/ && patch -E -p <patch-kgtk.txt && find /usr/ports/sysutils/kgtk/ -type f -name "*.orig" -exec rm -f {} \;

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-01 15:50:04 UTC
Maintainer of sysutils/kgtk,

Please note that PR ports/123301 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123301

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-01 15:50:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Yarodin 2008-05-02 16:42:26 UTC
Sorry, but new version of patch - correct option handling at port.
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-04 12:13:35 UTC
State Changed
From-To: feedback->open

maintainer approved
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-04 20:56:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-05-06 08:26:23 UTC
itetcu      2008-05-06 07:26:18 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/kgtk        Makefile pkg-plist 
  Added files:
    sysutils/kgtk/files  opt-patch-gtk2__kgtk2-wrapper.cmake 
                         patch-kgtk-wrapper pkg-message.in ru.po 
  Log:
  - Add OPTION to mkae it work with non-utf-8 locales,
  - Add translation for russian language.
  - Add pkg-message tip for users with problem 'english only dialogues'.
  - Add working mirror for distfile.
  
  PR:             ports/123301
  Submitted by:   Yarodin <yarodin@gmail.com>
  
  Revision  Changes    Path
  1.3       +19 -3     ports/sysutils/kgtk/Makefile
  1.1       +10 -0     ports/sysutils/kgtk/files/opt-patch-gtk2__kgtk2-wrapper.cmake (new)
  1.1       +10 -0     ports/sysutils/kgtk/files/patch-kgtk-wrapper (new)
  1.1       +6 -0      ports/sysutils/kgtk/files/pkg-message.in (new)
  1.1       +62 -0     ports/sysutils/kgtk/files/ru.po (new)
  1.2       +1 -0      ports/sysutils/kgtk/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-06 08:26:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!