summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-27 07:07:47 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-27 07:07:47 +0000
commit63821cc64361f1a2e1db930b8fdcfde9f1191dda (patch)
tree0bfb15bc539f47c01c5b862f02f2cf6657590c74 /games
parentUpdate MASTER_SITES and WWW: tag. (diff)
Update to 0.4.6
Notes
Notes: svn path=/head/; revision=56731
Diffstat (limited to 'games')
-rw-r--r--games/glchess/Makefile2
-rw-r--r--games/glchess/distinfo2
-rw-r--r--games/glchess/files/patch-src::interface.c14
3 files changed, 16 insertions, 2 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile
index 65a0dc79b82d..f90d69541e9d 100644
--- a/games/glchess/Makefile
+++ b/games/glchess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= glchess
-PORTVERSION= 0.4.5
+PORTVERSION= 0.4.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/games/glchess/distinfo b/games/glchess/distinfo
index b31930fd4802..55cd178fd4bd 100644
--- a/games/glchess/distinfo
+++ b/games/glchess/distinfo
@@ -1 +1 @@
-MD5 (glchess-0.4.5.tar.gz) = e74c4788eca8199e1152d6e653ca05f7
+MD5 (glchess-0.4.6.tar.gz) = c2b6cdf2fe09431ea8d6a4a2e3ca2e71
diff --git a/games/glchess/files/patch-src::interface.c b/games/glchess/files/patch-src::interface.c
new file mode 100644
index 000000000000..0158fae35388
--- /dev/null
+++ b/games/glchess/files/patch-src::interface.c
@@ -0,0 +1,14 @@
+--- src/interface.c.orig Mon Mar 25 00:02:08 2002
++++ src/interface.c Wed Mar 27 02:03:28 2002
+@@ -23,8 +23,10 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
++#include <sys/time.h>
++#include <unistd.h>
+ #include <gtkgl/gtkglarea.h>
+-#include <sys/select.h>
+
+ #include "global.h"
+ #include "interface.h"