ports/89026: [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum

Boris B. Samorodov bsam at ipt.ru
Mon Nov 14 18:40:17 UTC 2005


>Number:         89026
>Category:       ports
>Synopsis:       [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum
>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:   Mon Nov 14 18:40:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris B. Samorodov
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
InPharmtech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam at mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386

>Description:
	The port has a tiny bug at pkg-plist file. When deinstalling or
	pkg_deletting without using LDAP, two directories are missing:
	# pkg_add /usr/ports/packages/All/gconf2-2.12.1.tbz
	# pkg_delete gconf2-2.12.1

	pkg_delete: file '/usr/X11R6/share/GConf/schema' doesn't exist
	pkg_delete: unable to completely remove directory '/usr/X11R6/share/GConf/schema'
	pkg_delete: file '/usr/X11R6/share/GConf' doesn't exist
	pkg_delete: unable to completely remove directory '/usr/X11R6/share/GConf'
	pkg_delete: couldn't entirely delete package (perhaps the packing list isincorrectly specified?)
>How-To-Repeat:
>Fix:
	There are two patches:
	o  pkg-plist files fix;
	o  sha256 checksum is added to distinfo file.

--- pkg-plist.patch begins here ---
--- pkg-plist.orig	Mon Nov 14 20:22:09 2005
+++ pkg-plist	Mon Nov 14 21:14:38 2005
@@ -114,8 +114,8 @@
 @unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true
 @unexec rmdir %D/share/locale/ku 2> /dev/null || true
 @dirrm share/doc/gconf
- at dirrm share/GConf/schema
- at dirrm share/GConf
+ at unexec rmdir %D/share/share/GConf/schema 2> /dev/null || true
+ at unexec rmdir %D/share/share/GConf 2> /dev/null || true
 @dirrm lib/GConf/2
 @dirrm include/gconf/2/gconf
 @dirrm include/gconf/2
--- pkg-plist.patch ends here ---

--- distinfo.patch begins here ---
--- distinfo.orig	Mon Nov 14 20:22:09 2005
+++ distinfo	Mon Nov 14 21:21:17 2005
@@ -1,2 +1,3 @@
 MD5 (gnome2/GConf-2.12.1.tar.bz2) = 247110de013ed24b17cf4191eb6daec5
+SHA256 (gnome2/GConf-2.12.1.tar.bz2) = 2e3c72ecc66348be6edecfbb2e424adc8d4e5a4afb92443e98cd2e50de7cf68e
 SIZE (gnome2/GConf-2.12.1.tar.bz2) = 1945241
--- distinfo.patch ends here ---

WBR
-- 
bsam

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



More information about the freebsd-ports-bugs mailing list