Date: Fri, 21 Jan 2005 17:34:46 +0100 (CET) From: Stefan Walter <sw@gegenunendlich.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76537: [MAINTAINER] games/gnocatan: update to 0.8.1.48 Message-ID: <20050121163446.888E13AA5@kyuzo.dunkelkammer.void> Resent-Message-ID: <200501211640.j0LGeXkP038737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76537 >Category: ports >Synopsis: [MAINTAINER] games/gnocatan: update to 0.8.1.48 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 21 16:40:32 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.3-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 18 22:12:32 CET 2004 >Description: - Update to 0.8.1.48 Added file(s): - files/patch-common_network.c - files/patch-meta-server_gnocatan-meta-server.c - files/patch-server_server.c Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnocatan-0.8.1.48.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/gnocatan.old/Makefile /usr/ports/games/gnocatan/Makefile --- /usr/ports/games/gnocatan.old/Makefile Fri Jan 21 16:37:46 2005 +++ /usr/ports/games/gnocatan/Makefile Fri Jan 21 16:38:28 2005 @@ -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 -ruN --exclude=CVS /usr/ports/games/gnocatan.old/distinfo /usr/ports/games/gnocatan/distinfo --- /usr/ports/games/gnocatan.old/distinfo Fri Jan 21 16:37:46 2005 +++ /usr/ports/games/gnocatan/distinfo Fri Jan 21 16:39:20 2005 @@ -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 -ruN --exclude=CVS /usr/ports/games/gnocatan.old/files/patch-common_network.c /usr/ports/games/gnocatan/files/patch-common_network.c --- /usr/ports/games/gnocatan.old/files/patch-common_network.c Thu Jan 1 01:00:00 1970 +++ /usr/ports/games/gnocatan/files/patch-common_network.c Fri Jan 21 16:57:29 2005 @@ -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 -ruN --exclude=CVS /usr/ports/games/gnocatan.old/files/patch-meta-server_gnocatan-meta-server.c /usr/ports/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c --- /usr/ports/games/gnocatan.old/files/patch-meta-server_gnocatan-meta-server.c Thu Jan 1 01:00:00 1970 +++ /usr/ports/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c Fri Jan 21 17:12:09 2005 @@ -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 -ruN --exclude=CVS /usr/ports/games/gnocatan.old/files/patch-server_server.c /usr/ports/games/gnocatan/files/patch-server_server.c --- /usr/ports/games/gnocatan.old/files/patch-server_server.c Thu Jan 1 01:00:00 1970 +++ /usr/ports/games/gnocatan/files/patch-server_server.c Fri Jan 21 17:06:28 2005 @@ -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" --- gnocatan-0.8.1.48.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050121163446.888E13AA5>