Bug 89226 - [patch] devel/linux-glib2: unbreak pkg_delete (fix plist)
Summary: [patch] devel/linux-glib2: unbreak pkg_delete (fix plist)
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-18 11:10 UTC by Boris B.Samorodov
Modified: 2005-11-20 14:23 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-18 11:10:17 UTC
	Pointyhat shows errors after deletting the port:
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.5.2005111508/linux-glib2-2.2.3_5.log
	They are due to incomplete pkg-plist file.

Fix: This patch adds some missing directories at pkg-plist file.
	I'm not sure if we should bump the PORTREVISION number.



WBR
-- 
bsam--TXLBge6nDnIXOaprTyiaBG319nyVBTqQRFiQehJvQlr0QqyU
Content-Type: text/plain; name="pkg-plist.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="pkg-plist.patch"

--- pkg-plist.orig	Wed Nov  9 12:50:33 2005
+++ pkg-plist	Fri Nov 18 13:48:35 2005
@@ -75,10 +75,24 @@
 @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/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/eu/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/eu >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/fa/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/fa >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/he/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/he >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/hi/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/hi >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/li/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/li >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/lv/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/lv >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/mk/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/mk >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/ml/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/ml >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/mn/LC_MESSAGES >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/mn >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/ms/LC_MESSAGES >/dev/null 2>&1 || true
@@ -87,7 +101,11 @@
 @unexec rmdir %D/usr/share/locale/nn >/dev/null 2>&1 || true
 @unexec rmdir %D/usr/share/locale/sq/LC_MESSAGES >/dev/null 2>&1 || true
 @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/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
 @unexec rmdir %D/usr/share/locale/vi >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/yi/LC_MESSAGES >/dev/null 2>&1 || true
+@unexec rmdir %D/usr/share/locale/yi >/dev/null 2>&1 || true
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-18 11:12:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-emulation

Over to maintainer
Comment 2 Alexander Leidinger freebsd_committer freebsd_triage 2005-11-20 14:22:49 UTC
State Changed
From-To: open->closed

Committed. Thank you.
Comment 3 Alexander Leidinger freebsd_committer freebsd_triage 2005-11-20 14:22:49 UTC
State Changed
From-To: open->closed

Committed. Thank you.