svn commit: r330114 - head/games/xrobots/files

Edwin Groothuis edwin at FreeBSD.org
Sat Oct 12 03:16:12 UTC 2013


Author: edwin
Date: Sat Oct 12 03:16:11 2013
New Revision: 330114
URL: http://svnweb.freebsd.org/changeset/ports/330114

Log:
  Rename to the right filename.

Added:
  head/games/xrobots/files/patch-xrobots.h
     - copied unchanged from r330113, head/games/xrobots/files/patch-ab
Deleted:
  head/games/xrobots/files/patch-ab

Copied: head/games/xrobots/files/patch-xrobots.h (from r330113, head/games/xrobots/files/patch-ab)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/xrobots/files/patch-xrobots.h	Sat Oct 12 03:16:11 2013	(r330114, copy of r330113, head/games/xrobots/files/patch-ab)
@@ -0,0 +1,14 @@
+*** xrobots.h.orig	Fri Nov 17 14:37:40 1989
+--- xrobots.h	Mon Jan  2 22:47:56 1995
+***************
+*** 146,154 ****
+  		game_active,
+  		sonic_used;
+  
+- #define MIN(a,b) ((a<b)?a:b)
+- #define MAX(a,b) ((a>b)?a:b)
+- 
+  #define INXRANGE( _x_ )  (((_x_) >=0) && ((_x_)<MAXX))
+  #define INYRANGE( _y_ )  (((_y_) >=0) && ((_y_)<MAXY))
+  
+--- 146,151 ----


More information about the svn-ports-head mailing list