diff options
author | garga <garga@FreeBSD.org> | 2005-10-03 12:33:15 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-03 12:33:15 +0000 |
commit | 8f15682335994d6245b66d82c9a7bae9ab128f34 (patch) | |
tree | ebdae711a2ee071e964a55da1ce73fd8f737ac3a /mail/sympa5 | |
parent | 49dd624dfe38881258a8e94b3b3e55d96b22a6a3 (diff) | |
download | FreeBSD-ports-8f15682335994d6245b66d82c9a7bae9ab128f34.zip FreeBSD-ports-8f15682335994d6245b66d82c9a7bae9ab128f34.tar.gz |
- Fix file/patch-src-Language.pm bad directory for locales doesn't
follow configure directive --with-localedir.
PR: ports/86831
Submitted by: Graham Todd <gtodd@bellanet.org>
Reworked by: maintainer
Diffstat (limited to 'mail/sympa5')
-rw-r--r-- | mail/sympa5/files/patch-src-Language.pm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/sympa5/files/patch-src-Language.pm b/mail/sympa5/files/patch-src-Language.pm index dfdc529..dff55c1 100644 --- a/mail/sympa5/files/patch-src-Language.pm +++ b/mail/sympa5/files/patch-src-Language.pm @@ -1,5 +1,5 @@ --- src/Language.pm.orig Thu Aug 11 14:49:48 2005 -+++ src/Language.pm Mon Sep 26 10:45:27 2005 ++++ src/Language.pm Mon Oct 3 10:05:04 2005 @@ -1,5 +1,5 @@ # Language.pm - This module does just the initial setup for the international messages -# RCS Identication ; $Revision: 1.40.2.4 $ ; $Date: 2005/08/11 12:49:48 $ @@ -7,6 +7,15 @@ # # Sympa - SYsteme de Multi-Postage Automatique # Copyright (c) 1997, 1998, 1999, 2000, 2001 Comite Reseau des Universites +@@ -126,7 +126,7 @@ + } + + &Locale::Messages::textdomain("sympa"); +- &Locale::Messages::bindtextdomain('sympa','--DIR--/locale'); ++ &Locale::Messages::bindtextdomain('sympa','--DIR--/share/locale'); + &Locale::Messages::bind_textdomain_codeset('sympa',$recode) if $recode; + #bind_textdomain_codeset sympa => 'iso-8859-1'; + @@ -134,16 +134,20 @@ unless (setlocale(&POSIX::LC_ALL, $locale)) { unless (setlocale(&POSIX::LC_ALL, $lang)) { |