Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 00:25:48 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Philip Paeps <philip@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/games/wesnoth Makefile distinfo pkg-plist ports/games/wesnoth/files patch-Makefile.in patch-configure patch-multiplayer_connect.cpp patch-src-Makefile.in patch-src::help.cpp patch-src::language.cpp patch-window_builder.cpp
Message-ID:  <86ab7a1ulf.fsf@gmail.com>
In-Reply-To: <200903242009.n2OK93DT087054@repoman.freebsd.org> (Philip Paeps's message of "Tue, 24 Mar 2009 20:09:03 %2B0000 (UTC)")
References:  <200903242009.n2OK93DT087054@repoman.freebsd.org>

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

Philip Paeps <philip@FreeBSD.org> writes:

> philip      2009-03-24 20:09:03 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     games/wesnoth        Makefile distinfo pkg-plist 
>   Added files:
>     games/wesnoth/files  patch-Makefile.in patch-configure 
>                          patch-multiplayer_connect.cpp 
>                          patch-src-Makefile.in 
>                          patch-window_builder.cpp 
>   Removed files:
>     games/wesnoth/files  patch-src::help.cpp 
>                          patch-src::language.cpp 
>   Log:
>   Update to 1.6.
>   
>   See also: http://www.wesnoth.org/start/1.6/
>   
>   PR:             ports/132957
>   Submitted by:   "Anonymous" <swell.k -at- gmail.com>
>   
>   Revision  Changes      Path
>   1.63      +36 -13      ports/games/wesnoth/Makefile
>   1.46      +3 -3        ports/games/wesnoth/distinfo
>   1.1       +11 -0       ports/games/wesnoth/files/patch-Makefile.in (new)
>   1.3       +11 -0       ports/games/wesnoth/files/patch-configure (new)
>   1.1       +11 -0       ports/games/wesnoth/files/patch-multiplayer_connect.cpp (new)
>   1.1       +11 -0       ports/games/wesnoth/files/patch-src-Makefile.in (new)
>   1.7       +0 -11       ports/games/wesnoth/files/patch-src::help.cpp (dead)
>   1.3       +0 -15       ports/games/wesnoth/files/patch-src::language.cpp (dead)
>   1.1       +13 -0       ports/games/wesnoth/files/patch-window_builder.cpp (new)
>   1.52      +8634 -7670  ports/games/wesnoth/pkg-plist

Looks like plist is different from the one in that PR.

%%%
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?)
%%%

Can you reproduce it? If this wasn't intended then I'm attaching fix.


--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline; filename=wesnoth.diff
Content-Description: fix plist

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

--=-=-=--



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