summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-23 20:49:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-23 20:49:21 +0000
commitbf4f53c67586eb1803b33c4ff86ce5ab5162f656 (patch)
tree2b90507d946590fad2d1a357dbfeb9a1708d6309 /games
parentUpdate to version 1.3.1 and make the port support PREFIX properly. (diff)
- Update to 0.8.1.48
PR: ports/76537 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Notes
Notes: svn path=/head/; revision=127149
Diffstat (limited to 'games')
-rw-r--r--games/gnocatan/Makefile2
-rw-r--r--games/gnocatan/distinfo4
-rw-r--r--games/gnocatan/files/patch-common_network.c10
-rw-r--r--games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c11
-rw-r--r--games/gnocatan/files/patch-server_server.c11
-rw-r--r--games/pioneers/Makefile2
-rw-r--r--games/pioneers/distinfo4
-rw-r--r--games/pioneers/files/patch-common_network.c10
-rw-r--r--games/pioneers/files/patch-meta-server_gnocatan-meta-server.c11
-rw-r--r--games/pioneers/files/patch-server_server.c11
10 files changed, 70 insertions, 6 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile
index 9a4de5082f09..506187052f13 100644
--- a/games/gnocatan/Makefile
+++ b/games/gnocatan/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnocatan
-PORTVERSION= 0.8.1.45
+PORTVERSION= 0.8.1.48
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/games/gnocatan/distinfo b/games/gnocatan/distinfo
index 57c5532605a3..20d316c43b5d 100644
--- a/games/gnocatan/distinfo
+++ b/games/gnocatan/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnocatan-0.8.1.45.tar.gz) = 14601fe7d318c9ef478e126d9683388c
-SIZE (gnocatan-0.8.1.45.tar.gz) = 2061574
+MD5 (gnocatan-0.8.1.48.tar.gz) = 59bc7bc5bc4c2acfd243d2a42f583f94
+SIZE (gnocatan-0.8.1.48.tar.gz) = 2069208
diff --git a/games/gnocatan/files/patch-common_network.c b/games/gnocatan/files/patch-common_network.c
new file mode 100644
index 000000000000..ec2c0658f42c
--- /dev/null
+++ b/games/gnocatan/files/patch-common_network.c
@@ -0,0 +1,10 @@
+--- common/network.c.orig Fri Jan 21 16:55:52 2005
++++ common/network.c Fri Jan 21 16:56:18 2005
+@@ -29,6 +29,7 @@
+ #include <netdb.h>
+ #include <errno.h>
+ #include <string.h>
++#include <netinet/in.h>
+
+ #include "config.h"
+ #include "driver.h"
diff --git a/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c b/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c
new file mode 100644
index 000000000000..501c90dff328
--- /dev/null
+++ b/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c
@@ -0,0 +1,11 @@
+--- meta-server/gnocatan-meta-server.c.orig Fri Jan 21 17:09:55 2005
++++ meta-server/gnocatan-meta-server.c Fri Jan 21 17:11:21 2005
+@@ -37,6 +37,8 @@
+ #include <sys/stat.h>
+ #include <netdb.h>
+ #include <time.h>
++#include <netinet/in.h>
++#include <sys/socket.h>
+
+ #include <glib.h>
+
diff --git a/games/gnocatan/files/patch-server_server.c b/games/gnocatan/files/patch-server_server.c
new file mode 100644
index 000000000000..baf5d0abd4d0
--- /dev/null
+++ b/games/gnocatan/files/patch-server_server.c
@@ -0,0 +1,11 @@
+--- server/server.c.orig Fri Jan 21 17:02:43 2005
++++ server/server.c Fri Jan 21 17:06:15 2005
+@@ -30,6 +30,8 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <time.h>
++#include <netinet/in.h>
++#include <sys/signal.h>
+
+ #ifndef HAVE_G_RAND_NEW_WITH_SEED
+ #include "mt_rand.h"
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile
index 9a4de5082f09..506187052f13 100644
--- a/games/pioneers/Makefile
+++ b/games/pioneers/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnocatan
-PORTVERSION= 0.8.1.45
+PORTVERSION= 0.8.1.48
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo
index 57c5532605a3..20d316c43b5d 100644
--- a/games/pioneers/distinfo
+++ b/games/pioneers/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnocatan-0.8.1.45.tar.gz) = 14601fe7d318c9ef478e126d9683388c
-SIZE (gnocatan-0.8.1.45.tar.gz) = 2061574
+MD5 (gnocatan-0.8.1.48.tar.gz) = 59bc7bc5bc4c2acfd243d2a42f583f94
+SIZE (gnocatan-0.8.1.48.tar.gz) = 2069208
diff --git a/games/pioneers/files/patch-common_network.c b/games/pioneers/files/patch-common_network.c
new file mode 100644
index 000000000000..ec2c0658f42c
--- /dev/null
+++ b/games/pioneers/files/patch-common_network.c
@@ -0,0 +1,10 @@
+--- common/network.c.orig Fri Jan 21 16:55:52 2005
++++ common/network.c Fri Jan 21 16:56:18 2005
+@@ -29,6 +29,7 @@
+ #include <netdb.h>
+ #include <errno.h>
+ #include <string.h>
++#include <netinet/in.h>
+
+ #include "config.h"
+ #include "driver.h"
diff --git a/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c b/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c
new file mode 100644
index 000000000000..501c90dff328
--- /dev/null
+++ b/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c
@@ -0,0 +1,11 @@
+--- meta-server/gnocatan-meta-server.c.orig Fri Jan 21 17:09:55 2005
++++ meta-server/gnocatan-meta-server.c Fri Jan 21 17:11:21 2005
+@@ -37,6 +37,8 @@
+ #include <sys/stat.h>
+ #include <netdb.h>
+ #include <time.h>
++#include <netinet/in.h>
++#include <sys/socket.h>
+
+ #include <glib.h>
+
diff --git a/games/pioneers/files/patch-server_server.c b/games/pioneers/files/patch-server_server.c
new file mode 100644
index 000000000000..baf5d0abd4d0
--- /dev/null
+++ b/games/pioneers/files/patch-server_server.c
@@ -0,0 +1,11 @@
+--- server/server.c.orig Fri Jan 21 17:02:43 2005
++++ server/server.c Fri Jan 21 17:06:15 2005
+@@ -30,6 +30,8 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <time.h>
++#include <netinet/in.h>
++#include <sys/signal.h>
+
+ #ifndef HAVE_G_RAND_NEW_WITH_SEED
+ #include "mt_rand.h"