| Summary: | Additional patch for graphics/gimp1-i18n port | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | nobutaka <nobutaka> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
nobutaka
1999-08-18 20:00:03 UTC
>Number: 13231 >Category: ports >Synopsis: Additional patch for graphics/gimp1-i18n port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 18 12:00:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Cluster II, Faculty of Engineering, Hiroshima University, Japan >Environment: >Description: Please add this patch to graphics/gimp1-i18n port as patches/patch-bn. It fixes locale problem of some plug-ins and it is contributed by SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>. >How-To-Repeat: >Fix: --- libgimp/stdplugins-intl.h.orig Tue Aug 17 21:35:33 1999 +++ libgimp/stdplugins-intl.h Tue Aug 17 21:35:53 1999 @@ -10,6 +10,7 @@ #ifdef HAVE_LC_MESSAGES #define INIT_I18N() \ + gtk_set_locale(); \ setlocale(LC_MESSAGES, ""); \ bindtextdomain("gimp-std-plugins", LOCALEDIR); \ textdomain("gimp-std-plugins") >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message State Changed From-To: open->closed Committed, thanks. |