1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Set LC_LANG=C so that pgp-key gpg key integration works

PR:             ports/141281
Submitted by:   Vyacheslav Anikin <anikinsl@gmail.com>
Approved by:    maintainer timeout (anders ; 277 days)
This commit is contained in:
Philip M. Gollucci 2010-09-14 02:44:11 +00:00
parent 8a187cd680
commit 536b8bee52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261111
3 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- src/convert_pwdb.c.orig Tue Feb 14 12:43:20 2006
+++ src/convert_pwdb.c Mon Feb 12 06:53:53 2007
--- ./src/convert_pwdb.c.orig 2006-02-14 11:43:20.000000000 +0000
+++ ./src/convert_pwdb.c 2010-09-14 02:40:40.027593504 +0000
@@ -186,13 +186,32 @@
write_password_node(xmlNodePtr root, Pw *pw)
{

View File

@ -0,0 +1,10 @@
--- ./src/pwman.c.orig 2010-09-14 02:40:54.339906437 +0000
+++ ./src/pwman.c 2010-09-14 02:41:09.300167146 +0000
@@ -169,6 +169,7 @@
int
main(int argc, char *argv[])
{
+ setenv("LC_ALL", "C", 1);
pwman_init(argc, argv);
ui_run();

View File

@ -1,5 +1,5 @@
--- src/pwman.h.orig Mon Oct 14 18:10:36 2002
+++ src/pwman.h Sat Oct 8 23:21:23 2005
--- ./src/pwman.h.orig 2009-08-26 16:18:55.000000000 +0000
+++ ./src/pwman.h 2010-09-14 02:40:40.029593205 +0000
@@ -26,6 +26,7 @@
#include <string.h>
#include <config.h>