pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/40713: sysutils/pv ignores PKGLOCALEDIR



>Number:         40713
>Category:       pkg
>Synopsis:       sysutils/pv ignores PKGLOCALEDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 22 15:10:00 +0000 2009
>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.



Home | Main Index | Thread Index | Old Index