Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 16:05:36 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119588: [PATCH] x11-toolkits/qt33: fix make deinstall 
Message-ID:  <20080112080536.46F7F1701D@sunpoet.net>
Resent-Message-ID: <200801120810.m0C8A1xc056311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119588
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/qt33: fix make deinstall
>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:   Sat Jan 12 08:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD IRIS.sunpoet.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #10: Sat Dec 22 22:42:22 CST 2007 sunpoet@IRIS.sunpoet.net:/usr/obj/usr/src/sys/sunpoet i386
	
>Description:
/usr/local/share/qt/mkspecs is used by devel/qmake, dependency of x11-toolkits/qt33.
Thus, deinstallation of x11-toolkits/qt33 shall not remove /usr/local/share/qt.
	
>How-To-Repeat:
% cd /usr/ports/x11-toolkits/qt33
% make install deinstall

...

===>   Deinstalling qt-copy-3.3.8_6
pkg_delete: unable to completely remove directory '/usr/local/share/qt'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
% ls -la /usr/local/share/qt
total 1
drwxr-xr-x  62 root  wheel  1536 Feb  2 22:27:59 2007 mkspecs/

	
>Fix:
--- /usr/ports/x11-toolkits/qt33/pkg-plist.orig	2007-03-26 17:01:44.000000000 +0800
+++ /usr/ports/x11-toolkits/qt33/pkg-plist	2008-01-12 16:00:10.000000000 +0800
@@ -2382,7 +2382,6 @@
 @dirrm translations
 @dirrm share/qt/templates
 @dirrm share/qt/phrasebooks
-@dirrm share/qt
 @dirrm share/doc/qt/html
 @dirrm share/doc/qt
 @dirrm lib/plugins/designer
	


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080112080536.46F7F1701D>