NetBSD Problem Report #40713

From www@NetBSD.org  Sun Feb 22 15:05:36 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id DD9D163B8EC
	for <gnats-bugs@gnats.netbsd.org>; Sun, 22 Feb 2009 15:05:36 +0000 (UTC)
Message-Id: <20090222150536.AB98E63B8C3@www.NetBSD.org>
Date: Sun, 22 Feb 2009 15:05:36 +0000 (UTC)
From: kawakubo.pr@gmail.com
Reply-To: kawakubo.pr@gmail.com
To: gnats-bugs@NetBSD.org
Subject: sysutils/pv ignores PKGLOCALEDIR
X-Send-Pr-Version: www-1.0

>Number:         40713
>Category:       pkg
>Synopsis:       sysutils/pv ignores PKGLOCALEDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 22 15:10:00 +0000 2009
>Closed-Date:    Sun Sep 01 06:33:08 +0000 2013
>Last-Modified:  Sun Sep 01 06:35:00 +0000 2013
>Originator:     KAWAKUBO Hiroshi
>Release:        pkgsrc-current on Solaris 10
>Organization:
>Environment:
SunOS XXX 5.10 Generic_137138-09 i86pc i386 i86pc
>Description:
The Makefile for sysutils/pv has USE_PKGLOCALEDIR=yes.  But locale files
are always installed in ${LOCALBASE}/share/locale/, regardless of
the value of PKGLOCALEDIR.  This is because localedir is defined in
a Makefile fragment ${WRKSRC}/autoconf/make/vars.mk.
>How-To-Repeat:

>Fix:
--- Makefile.orig	2008-06-12 02:14:47.000000000 +0000
+++ Makefile
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=		yes
 USE_TOOLS+=		gmake msgfmt
 USE_PKGLOCALEDIR=	yes
+REPLACE_LOCALEDIR_PATTERNS+=	vars.mk
 INFO_FILES=		# PLIST

 # Don't gzip the installed info file and man pages.

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: obache@NetBSD.org
State-Changed-When: Sun, 01 Sep 2013 06:33:08 +0000
State-Changed-Why:
Fixed.  Thanks!


From: "OBATA Akio" <obache@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/40713 CVS commit: pkgsrc/sysutils/pv
Date: Sun, 1 Sep 2013 06:32:11 +0000

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Sun Sep  1 06:32:11 UTC 2013

 Modified Files:
 	pkgsrc/sysutils/pv: Makefile

 Log Message:
 Add vars.mk to REPLACE_LOCALEDIR_PATTERNS for autoconf/make/vars.mk.
 PR pkg/40713.


 To generate a diff of this commit:
 cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/pv/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.