Bug 89682 - [tiny patch] accessibility/linux-atk: fix pkg-plist file
Summary: [tiny patch] accessibility/linux-atk: 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:50 UTC by Boris B.Samorodov
Modified: 2005-11-29 14:29 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:50:06 UTC
	Plist file should be fixed:
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.4.2005092302/linux-atk-1.8.0.log

Fix: Here is a tiny patch to fix pkg-plist file:



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

--- pkg-plist.orig	Mon Nov 28 22:44:02 2005
+++ pkg-plist	Mon Nov 28 22:39:49 2005
@@ -9,6 +9,7 @@
 usr/share/locale/az/LC_MESSAGES/atk10.mo
 usr/share/locale/be/LC_MESSAGES/atk10.mo
 usr/share/locale/bg/LC_MESSAGES/atk10.mo
+usr/share/locale/bn/LC_MESSAGES/atk10.mo
 usr/share/locale/bs/LC_MESSAGES/atk10.mo
 usr/share/locale/ca/LC_MESSAGES/atk10.mo
 usr/share/locale/cs/LC_MESSAGES/atk10.mo
@@ -83,6 +84,8 @@
 @unexec rmdir %D/usr/share/locale/be >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/bg/LC_MESSAGES >/dev/null 2>&1 || true
 @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/ca/LC_MESSAGES >/dev/null 2>&1 || true
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-28 19:51:29 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:29:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!