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: ports/84609: [PATCH] games/rtcw: Unbreak PLIST Message-ID: <200508060849.j768nYCg054924@roadrunner.q.local> Resent-Message-ID: <200508060850.j768o90A000726@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84609 >Category: ports >Synopsis: [PATCH] games/rtcw: Unbreak PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 08:50:08 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508060849.j768nYCg054924>