From ache@nagual.pp.ru  Wed Oct 26 07:19:56 2005
Return-Path: <ache@nagual.pp.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C3A9B16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Oct 2005 07:19:56 +0000 (GMT)
	(envelope-from ache@nagual.pp.ru)
Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC5A43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Oct 2005 07:19:55 +0000 (GMT)
	(envelope-from ache@nagual.pp.ru)
Received: from nagual.pp.ru (ache@localhost [127.0.0.1])
	by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id j9Q7Jsqi028575
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Oct 2005 11:19:54 +0400 (MSD)
	(envelope-from ache@nagual.pp.ru)
Received: (from ache@localhost)
	by nagual.pp.ru (8.13.4/8.13.4/Submit) id j9Q7JsnB028574;
	Wed, 26 Oct 2005 11:19:54 +0400 (MSD)
	(envelope-from ache)
Message-Id: <200510260719.j9Q7JsnB028574@nagual.pp.ru>
Date: Wed, 26 Oct 2005 11:19:54 +0400 (MSD)
From: Andrey Chernov <ache@freebsd.org>
Reply-To: Andrey Chernov <ache@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bsdtar incorrect config [PATCH]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88013
>Category:       bin
>Synopsis:       [PATCH] bsdtar incorrect config
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kientzle
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 26 07:20:13 GMT 2005
>Closed-Date:    Sun Nov 06 22:29:18 GMT 2005
>Last-Modified:  Sun Nov 06 22:29:18 GMT 2005
>Originator:     Andrey Chernov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD pobrecita.freebsd.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #18: Tue Oct 25 16:33:42 MSD 2005 ache@pobrecita.freebsd.ru:/usr/src/sys/i386/compile/POBRECITA i386


>Description:
	Day|Month order is wrong for some locales.
>How-To-Repeat:
	LANG=ru_RU.KOI8-R tar ztvf <archive>
>Fix:

HAVE_NL_LANGINFO is never defined because __FreeBSD__version is in missing
<sys/param.h>

--- bsdtar_platform.h.bak	Mon Sep 26 09:47:36 2005
+++ bsdtar_platform.h	Fri Oct 21 05:33:14 2005
@@ -40,6 +40,7 @@
 #else
 
 #ifdef __FreeBSD__
+#include <sys/param.h>
 /* A default configuration for FreeBSD, used if there is no config.h. */
 #define	PACKAGE_NAME "bsdtar"
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->kientzle 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Wed Oct 26 16:51:55 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88013 
State-Changed-From-To: open->patched 
State-Changed-By: matteo 
State-Changed-When: Sat Nov 5 11:43:22 GMT 2005 
State-Changed-Why:  
this was committed to head and should be mfc'ed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88013 
State-Changed-From-To: patched->closed 
State-Changed-By: kientzle 
State-Changed-When: Sun Nov 6 22:28:36 GMT 2005 
State-Changed-Why:  
Patch MFCed to 6-CURRENT. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88013 
>Unformatted:
