Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 22:53:41 +0300
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133071: [patch] games/wesnoth: bad plist
Message-ID:  <86ljqttm4a.fsf@gmail.com>
Resent-Message-ID: <200903252000.n2PK02Ej035249@freefall.freebsd.org>

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

>Number:         133071
>Category:       ports
>Synopsis:       [patch] games/wesnoth: bad 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:   Wed Mar 25 20:00:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD luffy 8.0-CURRENT FreeBSD 8.0-CURRENT #4 r190403M: Wed Mar 25 08:40:18 UTC 2009     root@luffy:/usr/obj/usr/src/sys/PHOENIX  amd64

$ make showconfig
===> The following configuration options are available for wesnoth-1.6:
     CAMPAIGN=on "Enable campaign server"
     EDITOR=on "Enable map editor"
     FRIBIDI=on "Enable bidirectional support"
     NLS=on "Enable localization"
     SERVER=on "Enable server"
     TOOLS=on "Enable extra tools for artists and translators"
>Description:
Remove forgotten files from plist according to ports/132957. There is no
need to bump PORTREVISION since those files are never installed.

Ref: http://docs.FreeBSD.org/cgi/mid.cgi?86ab7a1ulf.fsf
>How-To-Repeat:
games/wesnoth $ make install PREFIX=/var/tmp/aaa
...
games/wesnoth $ make deinstall PREFIX=/var/tmp/aaa
===>  Deinstalling for games/wesnoth
===>   Deinstalling wesnoth-1.6
pkg_delete: file '/var/tmp/aaa/share/pixmaps/wesnoth-icon.png' doesn't exist
pkg_delete: file '/var/tmp/aaa/share/pixmaps/wesnoth_editor-icon.png' doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
>Fix:

--- wesnoth.diff begins here ---
Index: games/wesnoth/pkg-plist
===================================================================
RCS file: /home/csup/ports/games/wesnoth/pkg-plist,v
retrieving revision 1.52
diff -u -p -r1.52 pkg-plist
--- games/wesnoth/pkg-plist	24 Mar 2009 20:09:01 -0000	1.52
+++ games/wesnoth/pkg-plist	24 Mar 2009 21:17:25 -0000
@@ -9,8 +9,6 @@ bin/wesnoth
 %%TOOLS%%bin/wmlscope
 share/applications/wesnoth.desktop
 %%EDITOR%%share/applications/wesnoth_editor.desktop
-share/pixmaps/wesnoth-icon.png
-share/pixmaps/wesnoth_editor-icon.png
 %%DOCSDIR%%/manual/CMakeLists.txt
 %%DOCSDIR%%/manual/images/de/game-screen-1.5.7.jpg
 %%DOCSDIR%%/manual/images/de/main-menu-1.5.11.jpg
--- wesnoth.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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