From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 26 07:20:14 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C4E16A42F for ; Wed, 26 Oct 2005 07:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC4E43D55 for ; Wed, 26 Oct 2005 07:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9Q7KEuj059660 for ; Wed, 26 Oct 2005 07:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9Q7KEHi059659; Wed, 26 Oct 2005 07:20:14 GMT (envelope-from gnats) Resent-Date: Wed, 26 Oct 2005 07:20:14 GMT Resent-Message-Id: <200510260720.j9Q7KEHi059659@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Chernov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A9B16A41F for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/88013: bsdtar incorrect config [PATCH] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrey Chernov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:20:15 -0000 >Number: 88013 >Category: bin >Synopsis: bsdtar incorrect config [PATCH] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 26 07:20:13 GMT 2005 >Closed-Date: >Last-Modified: >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 >Fix: HAVE_NL_LANGINFO is never defined because __FreeBSD__version is in missing --- 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 /* A default configuration for FreeBSD, used if there is no config.h. */ #define PACKAGE_NAME "bsdtar" >Release-Note: >Audit-Trail: >Unformatted: