aboutsummaryrefslogtreecommitdiffstats
path: root/games/glchess
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-27 15:07:47 +0800
committerpat <pat@FreeBSD.org>2002-03-27 15:07:47 +0800
commit5c3472c4f68396bdf55d2fb6c236458a00857529 (patch)
treea1f757423df88e65f8abbc0cebebb4a2ff0b01c3 /games/glchess
parentd09f653ad3b7432c83afc491a36ad8369c1b0c64 (diff)
downloadfreebsd-ports-gnome-5c3472c4f68396bdf55d2fb6c236458a00857529.tar.gz
freebsd-ports-gnome-5c3472c4f68396bdf55d2fb6c236458a00857529.tar.zst
freebsd-ports-gnome-5c3472c4f68396bdf55d2fb6c236458a00857529.zip
Update to 0.4.6
Diffstat (limited to 'games/glchess')
-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"