ports/172597: [PATCH] sysutils/coreutils: Fix plist with NLS

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 11 11:49:16 UTC 2012


>Number:         172597
>Category:       ports
>Synopsis:       [PATCH] sysutils/coreutils: Fix plist with NLS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 11:49:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	The plist references 2 files which no longer exist. When using pkgng, these warnings are produced:

	===>   Registering installation for coreutils-8.19_1
	pkg: lstat(/usr/local/share/locale/rw/LC_TIME/): No such file or directory
	pkg: lstat(/usr/local/share/locale/rw/LC_MESSAGES/): No such file or directory
	Installing coreutils-8.19_1... done

>How-To-Repeat:
	
>Fix:

	

--- patch-coreutils-plist.txt begins here ---
# svn status
M       Makefile
M       pkg-plist

Index: Makefile
===================================================================
--- Makefile	(revision 305695)
+++ Makefile	(working copy)
@@ -7,7 +7,7 @@
 
 PORTNAME=	coreutils
 PORTVERSION=	8.19
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 305695)
+++ pkg-plist	(working copy)
@@ -198,8 +198,6 @@
 %%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/sk/LC_TIME
 %%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/rw/LC_TIME
-%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ru/LC_TIME
 %%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ro/LC_TIME
--- patch-coreutils-plist.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list