Update to 1.1.2. Drop setgid games, store per-user highscores in indivual

home directories.
This commit is contained in:
naddy 2003-10-17 18:03:29 +00:00
parent 087a7e1929
commit 2d4bdc0d64
3 changed files with 15 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2003/07/18 15:03:53 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2003/10/17 18:03:29 naddy Exp $
COMMENT= "3D block-dropping game"
DISTNAME= xbl-1.1.1
DISTNAME= xbl-1.1.2
CATEGORIES= games
HOMEPAGE= http://www710.univ-lyon1.fr/ftp/xbl/xbl.html

View File

@ -1,3 +1,3 @@
MD5 (xbl-1.1.1.tar.gz) = 5c066ddd754995905cce5a15c2218b11
RMD160 (xbl-1.1.1.tar.gz) = f4ad2158ef199416a4f66d568e0aac3acaaf888b
SHA1 (xbl-1.1.1.tar.gz) = fb675f35bf3c0a945adc50b02828aa10848a1770
MD5 (xbl-1.1.2.tar.gz) = 81b918d78c1f78ff05cdaab9f4589538
RMD160 (xbl-1.1.2.tar.gz) = 17927a4c577c9eaf218f7ec13fca938a25ffb418
SHA1 (xbl-1.1.2.tar.gz) = 8d7f3750709c2ff8b46fe846bcbbed66e4f7fe5b

View File

@ -1,8 +1,12 @@
$OpenBSD: patch-Makefile.in,v 1.2 2003/07/18 15:03:53 naddy Exp $
--- Makefile.in.orig Wed Jul 9 21:55:09 2003
+++ Makefile.in Fri Jul 18 16:54:31 2003
@@ -14,8 +14,7 @@
USE_SETGID=-DUSE_SETGID
$OpenBSD: patch-Makefile.in,v 1.3 2003/10/17 18:03:29 naddy Exp $
--- Makefile.in.orig 2003-08-31 21:59:38.000000000 +0200
+++ Makefile.in 2003-10-17 19:55:27.000000000 +0200
@@ -11,11 +11,10 @@
# If xbl must NOT run with SGID bit (for protect scores files) then
# comment next line
-USE_SETGID=-DUSE_SETGID
+#USE_SETGID=-DUSE_SETGID
# group owner of games file.
-GROUP_GID=5
@ -53,7 +57,7 @@ $OpenBSD: patch-Makefile.in,v 1.2 2003/07/18 15:03:53 naddy Exp $
-all:demo
+all:bl
XBLVERSION=1.1.1
XBLVERSION=1.1.2
XBL=xbl-$(XBLVERSION)
@@ -124,29 +119,24 @@ install:bl
@echo "Executable go in $(BINDIR)"