1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 0.8.1.48

PR:		ports/76537
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-23 20:49:21 +00:00
parent 41128b69dd
commit bf4f53c675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127149
10 changed files with 70 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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}

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -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"