From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 7 20:10:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A0A116A40F for ; Thu, 7 Dec 2006 20:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21AD43CAD for ; Thu, 7 Dec 2006 20:09:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB7KA8l0085923 for ; Thu, 7 Dec 2006 20:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB7KA7BH085918; Thu, 7 Dec 2006 20:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 7 Dec 2006 20:10:07 GMT Resent-Message-Id: <200612072010.kB7KA7BH085918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "José G. Juanino" Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCC6A16A407 for ; Thu, 7 Dec 2006 20:01:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB6043CA5 for ; Thu, 7 Dec 2006 20:00:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kB7K1Zn6043232 for ; Thu, 7 Dec 2006 20:01:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kB7K1ZWu043229; Thu, 7 Dec 2006 20:01:35 GMT (envelope-from nobody) Message-Id: <200612072001.kB7K1ZWu043229@www.freebsd.org> Date: Thu, 7 Dec 2006 20:01:35 GMT From: "José G. Juanino" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/106456: version 1.4.6 of port security/gnupg break locales X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 20:10:14 -0000 >Number: 106456 >Category: ports >Synopsis: version 1.4.6 of port security/gnupg break locales >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 07 20:10:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: José G. Juanino >Release: 6.1-RELEASE-p10 >Organization: >Environment: FreeBSD gauss.sanabria.es 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #1: Sat Dec 2 17:30:16 CET 2006 root@gauss.sanabria.es:/export/freebsd/obj/export/freebsd/src/sys/MK2006Dic02 i386 >Description: 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. >How-To-Repeat: Do "make configure" and watch the g10defs.h file >Fix: Add a file named patch-datarootdir.configure to the files folder, with the following content: --- configure Wed Dec 6 10:11:02 2006 +++ configure Thu Dec 7 20:33:55 2006 @@ -27251,6 +27251,7 @@ exec_prefix=$exec_prefix libdir=$libdir libexecdir=$libexecdir +datarootdir=$datarootdir datadir=$datadir DATADIRNAME=$DATADIRNAME >Release-Note: >Audit-Trail: >Unformatted: