From spoerlein@informatik.uni-wuerzburg.de  Sat Aug  6 08:49:37 2005
Return-Path: <spoerlein@informatik.uni-wuerzburg.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5342316A41F;
	Sat,  6 Aug 2005 08:49:37 +0000 (GMT)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 89CEF43D48;
	Sat,  6 Aug 2005 08:49:36 +0000 (GMT)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30])
	by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id A515BE20AC; Sat,  6 Aug 2005 10:49:35 +0200 (CEST)
Received: from virusscan (localhost [127.0.0.1])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 8888C98EDE; Sat,  6 Aug 2005 10:49:35 +0200 (CEST)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 74F7898DE7; Sat,  6 Aug 2005 10:49:35 +0200 (CEST)
Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14])
	by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 5D363E20AC; Sat,  6 Aug 2005 10:49:35 +0200 (CEST)
Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237])
	by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id j768nZbt092755;
	Sat, 6 Aug 2005 10:49:35 +0200 (CEST)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148])
	by coyote.q.local (8.13.3/8.13.1) with ESMTP id j768nY4F015434;
	Sat, 6 Aug 2005 10:49:34 +0200 (CEST)
	(envelope-from q@roadrunner.q.local)
Received: from roadrunner.q.local (localhost [127.0.0.1])
	by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id j768nY8d054941;
	Sat, 6 Aug 2005 10:49:34 +0200 (CEST)
	(envelope-from q@roadrunner.q.local)
Received: (from q@localhost)
	by roadrunner.q.local (8.13.4/8.13.4/Submit) id j768nYCg054924;
	Sat, 6 Aug 2005 10:49:34 +0200 (CEST)
	(envelope-from q)
Message-Id: <200508060849.j768nYCg054924@roadrunner.q.local>
Date: Sat, 6 Aug 2005 10:49:34 +0200 (CEST)
From: Ulrich Spoerlein <q@galgenberg.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nik@freebsd.org
Subject: [PATCH] games/rtcw: Unbreak PLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84609
>Category:       ports
>Synopsis:       [PATCH] games/rtcw: Unbreak PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 06 08:50:08 GMT 2005
>Closed-Date:    Sat Oct 08 18:59:51 GMT 2005
>Last-Modified:  Sat Oct 08 18:59:51 GMT 2005
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 6.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD roadrunner 6.0-BETA1 FreeBSD 6.0-BETA1 #3: Mon Jul 25 18:37:30 CEST 2005
>Description:
I'm not 100% sure, why this port fails the pkg-plist test (I can't find
the errorlogs), but I guess it's because the port installs into 
/usr/X11R6/games/rtcw and the 'games' part is not in the mtree files.

Therefore try to rmdir /usr/X11R6/games at deinstall time.

@maintainer: I think the "NO_CDROM=size to big" message is bogus, as the
package is only 6MB in size. 

Port maintainer (nik@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- rtcw-1.1b_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/rtcw/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	23 Jul 2005 02:53:22 -0000	1.13
+++ Makefile	6 Aug 2005 08:43:17 -0000
@@ -16,10 +16,6 @@
 MAINTAINER=	nik@FreeBSD.org
 COMMENT=	Return to Castle Wolfenstein for Linux
 
-BROKEN=		Incomplete pkg-plist
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
 ONLY_FOR_ARCHS=	i386
 USE_LINUX=	yes
 USE_X_PREFIX=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/rtcw/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	2 Mar 2002 22:40:25 -0000	1.1
+++ pkg-plist	6 Aug 2005 08:43:17 -0000
@@ -19,3 +19,4 @@
 @unexec rmdir %D/%%RTCWDIR%%/main/scripts 2>/dev/null || true
 @unexec rmdir %D/%%RTCWDIR%%/main 2>/dev/null || true
 @unexec rmdir %D/%%RTCWDIR%%/ 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%RTCWDIR%%/`` to remove any configuration files, *.pk3 files, and mods left." | fmt
+@unexec rmdir %D/games 2>/dev/null || true
--- rtcw-1.1b_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nik 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat Aug 6 17:59:54 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84609 
Responsible-Changed-From-To: nik->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Sep 19 22:12:32 GMT 2005 
Responsible-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84609 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Sat Oct 8 18:59:49 GMT 2005 
State-Changed-Why:  
Supersedes by 86345 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84609 
>Unformatted:
