Bug 89678 - [tiny patch] devel/linux-glib2: fix pkg-plist file
Summary: [tiny patch] devel/linux-glib2: fix pkg-plist file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 19:30 UTC by Boris B.Samorodov
Modified: 2005-11-29 14:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-28 19:30:03 UTC
	Plist file should be fixed:
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.4.2005092302/linux-glib2-2.4.8.log

Fix: Here is a tiny patch to fix the problem:



WBR
-- 
bsam--RdU3gCriXh3g5brtGFcMum7K9bTVXiMrmDGEEWzVNXAEfVkK
Content-Type: text/plain; name="linux-glib2.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="linux-glib2.patch"

--- pkg-plist.orig	Mon Nov 28 22:20:21 2005
+++ pkg-plist	Mon Nov 28 22:16:01 2005
@@ -18,6 +18,7 @@
 usr/share/locale/az/LC_MESSAGES/glib20.mo
 usr/share/locale/be/LC_MESSAGES/glib20.mo
 usr/share/locale/bg/LC_MESSAGES/glib20.mo
+usr/share/locale/bs/LC_MESSAGES/glib20.mo
 usr/share/locale/bn/LC_MESSAGES/glib20.mo
 usr/share/locale/ca/LC_MESSAGES/glib20.mo
 usr/share/locale/cs/LC_MESSAGES/glib20.mo
@@ -88,6 +89,8 @@
 @unexec rmdir %D/usr/share/locale/bg >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/bn/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/bn >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/bs/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/bs >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/cy/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/cy >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/en/LC_MESSAGES >/dev/null 2>&1 || true
@@ -136,6 +139,8 @@
 @unexec rmdir %D/usr/share/locale/sq >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/sr@Latn/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/sr@Latn >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/sr@ije/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/sr@ije >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/ta/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/ta >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/vi/LC_MESSAGES >/dev/null 2>&1 || true
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-28 19:33:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-emulation

Over to maintainer
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-11-29 14:30:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!