ports/172629: Opera has incorrect pkg-plist

jb jb.1234abcd at gmail.com
Fri Oct 12 08:00:01 UTC 2012


>Number:         172629
>Category:       ports
>Synopsis:       Opera has incorrect pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 12 08:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     jb
>Release:        FreeBSD 9.1-RC2 #0
>Organization:
>Environment:
FreeBSD localhost.localdomain 9.1-RC2 FreeBSD 9.1-RC2 #0 r241133: Tue Oct  2 17:11:45 UTC 2012     root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
No icon.cache should be in the pkg-plist.
Ref:
http://lists.freebsd.org/pipermail/freebsd-xfce/2012-October/000558.html

[root at localhost /usr/ports/www/opera]# make deinstall
===>  Deinstalling for www/opera
===>   Deinstalling opera-12.02
pkg_delete: file '/usr/local/share/icons/hicolor/icon-theme.cache' doesn't exist
pkg_delete: couldn't entirely delete package `opera-12.02'
(perhaps the packing list is incorrectly specified?)
[root at localhost /usr/ports/www/opera]#
[root at localhost /usr/ports/www/opera]# ls -al /usr/local/share/icons/hicolor/ico
n-theme.cache
-rw-r--r--  1 root  wheel  8524864 Oct 12 09:20 /usr/local/share/icons/hicolor/i
con-theme.cache
[root at localhost /usr/ports/www/opera]#

Remove 'share/icons/hicolor/icon-theme.cache':
[root at localhost /usr/ports/www/opera]# vi pkg-plist

[root at localhost /usr/ports/www/opera]# grep ICON Makefile
INSTALLS_ICONS= yes
[root at localhost /usr/ports/www/opera]#

[root at localhost /usr/ports/www/opera]# make; make install
..
===>   opera-12.02 depends on executable: gtk-update-icon-cache - found
..
[root at localhost /usr/ports/www/opera]#

[root at localhost /usr/ports/www/opera]# make clean; make; make install
[root at localhost /usr/ports/www/opera]# make deinstall
===>  Deinstalling for www/opera
===>   Deinstalling opera-12.02
[root at localhost /usr/ports/www/opera]#

As you can see there are no errors as documented above.

>How-To-Repeat:
as above

>Fix:
Remove 'share/icons/hicolor/icon-theme.cache' from pkg-plist.


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


More information about the freebsd-ports-bugs mailing list