summaryrefslogtreecommitdiff
path: root/games/xpilot/files
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-04-21 15:05:56 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-04-21 15:05:56 +0000
commit04e27457077438ebda3c299ff4f9e607500a5fb4 (patch)
treef117b527d3883cbc0edf217dc9f3cdbf6b06ccb6 /games/xpilot/files
parentProperly require Motif to be installed, fix a segfault. (diff)
Update 4.2.1 -> 4.3.1:
Several server-side enhancements, including features from Deathcup 2000. Lots of client "fixes", not so much for bugs as for game rules. PR: ports/26604 Submitted by: Goran Runfeldt <goranrunfeldt@home.se>
Notes
Notes: svn path=/head/; revision=41761
Diffstat (limited to 'games/xpilot/files')
-rw-r--r--games/xpilot/files/patch-a62
1 files changed, 26 insertions, 36 deletions
diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-a
index 5e8904b37340..c5911e88aa73 100644
--- a/games/xpilot/files/patch-a
+++ b/games/xpilot/files/patch-a
@@ -1,36 +1,26 @@
-*** Local.config.orig Tue Dec 17 04:30:18 1996
---- Local.config Wed Feb 12 08:32:57 1997
-***************
-*** 25,31 ****
- #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
- #endif /* LocalGuru */
-
-! PREFIX = /usr/local/games
-
- /* Manual pages for games usually go to section 6. */
- MANSUFFIX = 6
---- 25,31 ----
- #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
- #endif /* LocalGuru */
-
-! PREFIX = /usr/X11R6
-
- /* Manual pages for games usually go to section 6. */
- MANSUFFIX = 6
-***************
-*** 91,97 ****
- * CDEBUGFLAGS should specify optimalization or debug information (or both).
- * Try not defining anything first.
- */
-! CDEBUGFLAGS = -g /* General debug flag */
- /* CDEBUGFLAGS = -O /* General optimize flag */
- /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
- /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
---- 91,97 ----
- * CDEBUGFLAGS should specify optimalization or debug information (or both).
- * Try not defining anything first.
- */
-! /* CDEBUGFLAGS = -g /* General debug flag */
- /* CDEBUGFLAGS = -O /* General optimize flag */
- /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
- /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
+--- Local.config.orig Sun Apr 1 14:57:24 2001
++++ Local.config Sun Apr 8 17:44:02 2001
+@@ -36,12 +36,12 @@
+ #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
+ #endif /* LocalGuru */
+
+-PREFIX = /usr/local/games
++PREFIX = /usr/X11R6
+
+ /* Manual pages for games usually go to section 6. */
+ MANSUFFIX = 6
+ INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX)
+-INSTLIBDIR = $(PREFIX)/lib/xpilot
++INSTLIBDIR = $(PREFIX)/share/xpilot
+ INSTBINDIR = $(PREFIX)/bin
+
+ /* #define Log /* Try to log every server start to log file */
+@@ -107,7 +107,7 @@
+ * Try not defining anything first. You probably want -O for speed.
+ */
+ /* CDEBUGFLAGS = -g /* General debug flag */
+-CDEBUGFLAGS = -O /* General optimize flag */
++/* CDEBUGFLAGS = -O /* General optimize flag */
+ /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
+ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
+ /* CDEBUGFLAGS = -g2 -O2 /* SGI debug */