summaryrefslogtreecommitdiffstats
path: root/games/rott/patches
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2012-12-22 09:24:35 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-22 09:24:50 +0100
commit7efb8b79269ada1c85871fb34fd7278979dd2d61 (patch)
treeb9bfb7b0ac55fa363e932ce0625fe0473503a190 /games/rott/patches
parent0420169799711184978bf3b97b983f49e4302619 (diff)
downloadslackbuilds-7efb8b79269ada1c85871fb34fd7278979dd2d61.tar.gz
slackbuilds-7efb8b79269ada1c85871fb34fd7278979dd2d61.tar.xz
games/rott: Updated for version 1.1.2, cleanups.
(forced -j1 as parallel building is broken --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/rott/patches')
-rw-r--r--games/rott/patches/cdrom_version.diff14
-rw-r--r--games/rott/patches/manpage.diff83
-rw-r--r--games/rott/patches/registered_version.diff12
3 files changed, 0 insertions, 109 deletions
diff --git a/games/rott/patches/cdrom_version.diff b/games/rott/patches/cdrom_version.diff
deleted file mode 100644
index e4adf80dd3..0000000000
--- a/games/rott/patches/cdrom_version.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur rott-1.1.1.orig/rott/develop.h rott-1.1.1/rott/develop.h
---- rott-1.1.1.orig/rott/develop.h 2008-05-24 02:29:04.000000000 -0400
-+++ rott-1.1.1/rott/develop.h 2010-03-16 23:52:12.000000000 -0400
-@@ -41,8 +41,8 @@
-
- #define BNACRASHPREVENT 1 //bna added
- // Make sure only one of the following are on at one time
--#define SHAREWARE 1
--#define SUPERROTT 0
-+#define SHAREWARE 0
-+#define SUPERROTT 1
- #define SITELICENSE 0
-
- // cute little dopefish thing, only works with special patch?
diff --git a/games/rott/patches/manpage.diff b/games/rott/patches/manpage.diff
deleted file mode 100644
index 70864338ec..0000000000
--- a/games/rott/patches/manpage.diff
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -Naur rott-1.1.1.orig/doc/rott.6 rott-1.1.1/doc/rott.6
---- rott-1.1.1.orig/doc/rott.6 2009-06-08 07:04:26.000000000 -0400
-+++ rott-1.1.1/doc/rott.6 2010-03-17 16:26:41.000000000 -0400
-@@ -6,6 +6,15 @@
- .SH SYNOPSIS
- .B rott
- .RI [ options ]
-+.br
-+.B rott\-demo
-+.RI [ options ]
-+.br
-+.B rott\-reg
-+.RI [ options ]
-+.br
-+.B rott\-cdrom
-+.RI [ options ]
-
- .SH DESCRIPTION
- .B ROTT
-@@ -27,6 +36,18 @@
- Specify the screen resolution to use (next parameter is widthxheight).
- Valid resolutions are 320x200, 640x480 and 800x600.
- .TP
-+.BR filertl\ \fIfile.rtl\fP
-+Load external Userlevels (RTL files) (next parameter is RTL filename).
-+Not available in shareware/demo version.
-+.TP
-+.BR filertc\ \fIfile.rtc\fP
-+Load external Battlelevels (RTC files) (next parameter is RTC filename).
-+Not available in shareware/demo version.
-+.TP
-+.BR file\ \fIfile.wad\fP
-+Load external WAD file (next parameter is WAD filename).
-+Not available in shareware/demo version.
-+.TP
- .BR spaceball
- Enable check for Spaceball.
- .TP
-@@ -73,21 +94,40 @@
- Exit program when demo is terminated.
- .TP
- .BR warp\ \fIlevel\fP
--Warp to specific ROTT level (next paramater is level to start on).
-+Warp to specific ROTT level (next parameter is level to start on).
- .TP
- .BR timelimit\ \fItime\fP
--Play ROTT in time limit mode (next paramater is time in seconds).
-+Play ROTT in time limit mode (next parameter is time in seconds).
- .TP
- .BR maxtimelimit\ \fItime\fP
--Maximimum time to count down from (next paramater is time in seconds).
-+Maximimum time to count down from (next parameter is time in seconds).
- .TP
- .BR dopefish
- ?
-
-+.SH FILES
-+Game data files are searched for in \fB/usr/share/games/rott\fR. Each
-+game binary requires its own particular data files:
-+.PP
-+\fBrott\-demo\fR \- HUNTBGIN.WAD HUNTBGIN.RTC HUNTBGIN.RTL REMOTE1.RTS
-+.PP
-+\fBrott\-reg\fR \- DARKWAR.WAD DARKWAR.RTC DARKWAR.RTL REMOTE1.RTS
-+.PP
-+\fBrott\-cdrom\fR \- DARKWAR.WAD ROTTCD.RTC DARKWAR.RTL REMOTE1.RTS
-+.PP
-+All filenames must be UPPERCASE.
-+.PP
-+Simply run \fBrott\fR to play the "best" version of the game that you
-+have the data files for (CD\-ROM, Registered, or Demo, in that order).
-+.PP
-+User config data is stored in \fB~/.rott\fR for the shareware/demo version
-+and \fB~/.rott/darkwar\fR for the registered and CD\-ROM versions.
-+
- .SH AUTHORS
- ROTT was created and published as shareware by Apogee Software, Ltd. and was published commercially by FormGen, Inc.
- .PP
- The primary contributors to the icculus.org port are: Steven Fuller, Ryan C. Gordon, John Hall and Dan Olson.
- .PP
- This manual page was written by Fabian Greffrath <fabian@debian-unofficial.org>
--for the Debian project (but may be used by others).
-+for the Debian project (but may be used by others), and was modified for
-+the SlackBuilds.org project by B. Watson.
diff --git a/games/rott/patches/registered_version.diff b/games/rott/patches/registered_version.diff
deleted file mode 100644
index 6fe8aaf49c..0000000000
--- a/games/rott/patches/registered_version.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur rott-1.1.1.orig/rott/develop.h rott-1.1.1/rott/develop.h
---- rott-1.1.1.orig/rott/develop.h 2008-05-24 02:29:04.000000000 -0400
-+++ rott-1.1.1/rott/develop.h 2010-03-17 14:31:22.000000000 -0400
-@@ -41,7 +41,7 @@
-
- #define BNACRASHPREVENT 1 //bna added
- // Make sure only one of the following are on at one time
--#define SHAREWARE 1
-+#define SHAREWARE 0
- #define SUPERROTT 0
- #define SITELICENSE 0
-