From d6d112afe5b92f20c9639d29ec320dc6ed494d8d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 12 Jan 2005 16:08:46 +0000 Subject: Changes 1.0.7: - added missing newlines which caused SDL error message not to be seen (30/05/14 P.H) - added range check for the starting level to prevent abnormally high scores when setting this level too high (30/05/14 P.H) - configure option --with-hiscore-path has been replaced with autoconf option --localstatedir (04/06/14 M.S.) - data files will be installed to $datadir/ltris instead of $datadir/games/ltris (04/06/14 M.S.) --- games/ltris/patches/patch-aa | 6 +++--- games/ltris/patches/patch-ab | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games/ltris/patches') diff --git a/games/ltris/patches/patch-aa b/games/ltris/patches/patch-aa index b9ac2e06b07..3d71baa4e1c 100644 --- a/games/ltris/patches/patch-aa +++ b/games/ltris/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/05/05 22:45:38 rh Exp $ +$NetBSD: patch-aa,v 1.2 2005/01/12 16:08:46 adam Exp $ ---- src/Makefile.am.orig Sat Jan 12 13:04:07 2002 +--- src/Makefile.am.orig 2002-07-25 09:02:19.000000000 +0000 +++ src/Makefile.am -@@ -18,7 +18,7 @@ +@@ -20,7 +20,7 @@ install-data-local: $(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures $(mkinstalldirs) $(DESTDIR)$(hi_dir) if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \ diff --git a/games/ltris/patches/patch-ab b/games/ltris/patches/patch-ab index 759635b1ea4..cf2c9fe828d 100644 --- a/games/ltris/patches/patch-ab +++ b/games/ltris/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/05/05 22:45:38 rh Exp $ +$NetBSD: patch-ab,v 1.2 2005/01/12 16:08:46 adam Exp $ ---- src/Makefile.in.orig Fri Apr 19 16:45:14 2002 +--- src/Makefile.in.orig 2004-06-14 08:00:16.000000000 +0000 +++ src/Makefile.in -@@ -412,7 +412,7 @@ +@@ -416,7 +416,7 @@ install-data-local: $(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures $(mkinstalldirs) $(DESTDIR)$(hi_dir) if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \ -- cgit v1.2.3