From plexus@snafu.de  Sat Jun 14 12:59:15 2003
Return-Path: <plexus@snafu.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BE9CE37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Jun 2003 12:59:15 -0700 (PDT)
Received: from xshare.com (pD9EB1A46.dip.t-dialin.net [217.235.26.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE0B43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Jun 2003 12:59:14 -0700 (PDT)
	(envelope-from plexus@snafu.de)
Received: from plexus by warpgondel2.xshare.com with local (Exim 4.20)
	id 19RHAz-000JSu-WB
	for FreeBSD-gnats-submit@freebsd.org; Sat, 14 Jun 2003 21:59:01 +0200
Message-Id: <E19RHAz-000JSu-WB@warpgondel2.xshare.com>
Date: Sat, 14 Jun 2003 21:59:01 +0200
From: User & <plexus@snafu.de>
Reply-To: User & <plexus@snafu.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: /usr/bin/locale is not installed by make buildworld and installworld
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53325
>Category:       bin
>Synopsis:       /usr/bin/locale is not installed by make buildworld and installworld
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 14 13:00:22 PDT 2003
>Closed-Date:    Tue Sep 09 04:03:21 PDT 2003
>Last-Modified:  Mon Jul 05 16:43:41 GMT 2004
>Originator:     Oliver Fischer
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD warpgondel2.xshare.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sat Jun 14 11:51:54 CEST 2003 root@warpgondel2.xshare.com:/usr/obj/usr/RELENG_5_1/sys/GENERIC i386


	
>Description:
        The utility /usr/src/usr.bin/locale is neither build nor installed

>How-To-Repeat:
        cd /usr/src
        make buildworld
        make installworld
        reboot
        login
        locale
>Fix:

        Change the Makefile /usr/src/usr.bin/Makefile





--- locale.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/usr.bin/Makefile,v
retrieving revision 1.239
diff -p -r1.239 Makefile
*** Makefile	19 May 2003 15:52:00 -0000	1.239
--- Makefile	14 Jun 2003 19:52:39 -0000
*************** SUBDIR=	alias \
*** 98,103 ****
--- 98,104 ----
  	lesskey \
  	lex \
  	limits \
+ 	locale \
  	locate \
  	lock \
  	lockf \
--- locale.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tjr 
State-Changed-When: Tue Sep 9 04:02:14 PDT 2003 
State-Changed-Why:  
/usr/bin/locale gets installed in 5.1-CURRENT now. It was left out in 
5.1-RELEASE because it wasn't really functional at the time. 

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