Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 18:57:21 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44861: several games ports are missing their scores files in pkg-plist
Message-ID:  <200211040057.gA40vLxl067899@lonesome.lonesome.com>

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

>Number:         44861
>Category:       ports
>Synopsis:       several games ports are missing their scores files in pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 16:00:07 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Mon Oct 7 10:28:05 CDT 2002 linimon@lonesome.lonesome.com:/usr/src/sys/compile/OVERKILL i386

>Description:
	Noticed while looking at build breakage in various games:
        several of them don't clean up their high score files.
>How-To-Repeat:
	make install; make deinstall; ls /var/games
>Fix:


--- greed/pkg-plist.dist	Sat Apr  7 00:24:30 2001
+++ greed/pkg-plist	Sun Nov  3 17:55:28 2002
@@ -1 +1,2 @@
 bin/greed
+@unexec if [ -f /var/games/greed.hs ] ; then rm /var/games/greed.hs; fi
--- lexter/pkg-plist.dist	Sun Nov  3 18:47:29 2002
+++ lexter/pkg-plist	Sun Nov  3 18:47:22 2002
@@ -2,3 +2,4 @@
 share/lexter/dict.en
 share/lexter/dict.fr
 @dirrm share/lexter
+@unexec if [ -f /var/games/lexter.scores ] ; then rm /var/games/lexter.scores; fi
--- lbreakout2/pkg-plist.dist	Sun Nov  3 18:47:48 2002
+++ lbreakout2/pkg-plist	Sun Nov  3 18:02:51 2002
@@ -106,3 +106,4 @@
 @dirrm share/lbreakout2/sounds
 @dirrm share/lbreakout2/levels
 @dirrm share/lbreakout2
+@unexec if [ -f /var/games/lbreakout2.hscr ] ; then rm /var/games/lbreakout2.hscr; fi
--- marbles/pkg-plist.dist	Sun Nov  3 18:48:01 2002
+++ marbles/pkg-plist	Sun Nov  3 18:04:58 2002
@@ -78,3 +78,4 @@
 @dirrm share/marbles/levels
 @dirrm share/marbles/sound
 @dirrm share/marbles
+@unexec if [ -f /var/games/marbles.prfs ] ; then rm /var/games/marbles.prfs; fi
--- nighthawk/pkg-plist.dist	Sun Nov  3 18:48:20 2002
+++ nighthawk/pkg-plist	Sun Nov  3 18:06:01 2002
@@ -251,3 +251,4 @@
 @dirrm share/nighthawk/data/xpm
 @dirrm share/nighthawk/data
 @dirrm share/nighthawk
+@unexec if [ -f /var/games/nighthawk.scores ] ; then rm /var/games/nighthawk.scores; fi
--- sokoban/pkg-plist.dist	Sun Nov  3 17:54:06 2002
+++ sokoban/pkg-plist	Sun Nov  3 17:54:00 2002
@@ -52,3 +52,4 @@
 share/sokoban/screens/screen.50
 @dirrm share/sokoban/screens
 @dirrm share/sokoban
+@unexec if [ -f /var/games/sokoban ] ; then rm /var/games/sokoban; fi
--- xrot/pkg-plist.dist	Sun Nov  3 18:48:33 2002
+++ xrot/pkg-plist	Sun Nov  3 18:06:47 2002
@@ -1 +1,2 @@
 bin/xrot
+@unexec if [ -f /var/games/xrot.scores ] ; then rm /var/games/xrot.scores; fi
--- xjump/pkg-plist.dist	Sun Nov  3 18:48:47 2002
+++ xjump/pkg-plist	Sun Nov  3 18:08:54 2002
@@ -1 +1,2 @@
 bin/xjump
+@unexec if [ -f /var/games/xjump.record ] ; then rm /var/games/xjump.record; fi
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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