From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 25 20:00:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEB0E1065674 for ; Wed, 25 Mar 2009 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90B638FC28 for ; Wed, 25 Mar 2009 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2PK025v035250 for ; Wed, 25 Mar 2009 20:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2PK02Ej035249; Wed, 25 Mar 2009 20:00:02 GMT (envelope-from gnats) Resent-Date: Wed, 25 Mar 2009 20:00:02 GMT Resent-Message-Id: <200903252000.n2PK02Ej035249@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B899106566C for ; Wed, 25 Mar 2009 19:53:50 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id F071E8FC13 for ; Wed, 25 Mar 2009 19:53:49 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by ti-out-0910.google.com with SMTP id u5so110801tia.3 for ; Wed, 25 Mar 2009 12:53:49 -0700 (PDT) Received: by 10.110.109.19 with SMTP id h19mr9949179tic.19.1238010828984; Wed, 25 Mar 2009 12:53:48 -0700 (PDT) Received: from localhost (95-24-174-59.broadband.corbina.ru [95.24.174.59]) by mx.google.com with ESMTPS id w12sm866819tib.0.2009.03.25.12.53.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Mar 2009 12:53:48 -0700 (PDT) Message-Id: <86ljqttm4a.fsf@gmail.com> Date: Wed, 25 Mar 2009 22:53:41 +0300 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/133071: [patch] games/wesnoth: bad plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 20:00:03 -0000 >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: