Bug 106456

Summary: version 1.4.6 of port security/gnupg break locales
Product: Ports & Packages Reporter: Jose G. Juanino <jjuanino>
Component: Individual Port(s)Assignee: Jun Kuriyama <kuriyama>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jose G. Juanino 2006-12-07 20:10:07 UTC
New version 1.4.6 of gnupg break the locale support (messages is always displayed in english).

After doing make configure, in securiry/gnupg we get:

$ grep G10_LOCALEDIR work/gnupg-1.4.6/g10defs.h
#define G10_LOCALEDIR     "c:\\lib\\gnupg\\locale"
#define G10_LOCALEDIR     "/locale"

but it should be:

#define G10_LOCALEDIR     "c:\\lib\\gnupg\\locale"
#define G10_LOCALEDIR     "/usr/local/share/locale"


The last reason of this behaviour is that datarootdir variable is missing in the config.status generated file.

Fix: Add a file named patch-datarootdir.configure to the files folder, with the following content:
How-To-Repeat: Do "make configure" and watch the g10defs.h file
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-07 20:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-08 09:25:36 UTC
kuriyama    2006-12-08 09:25:31 UTC

  FreeBSD ports repository

  Modified files:
    security/gnupg       Makefile 
  Added files:
    security/gnupg/files patch-configure 
  Log:
  - Unbreak locale.
  
  PR:             ports/106456
  Submitted by:   jjuanino@gmail.com
  
  Revision  Changes    Path
  1.92      +1 -0      ports/security/gnupg/Makefile
  1.5       +10 -0     ports/security/gnupg/files/patch-configure (new)
_______________________________________________
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 3 Jun Kuriyama freebsd_committer freebsd_triage 2006-12-08 09:28:40 UTC
State Changed
From-To: open->closed

Committed, thanks!