ports/69295: Update port: games/ggz-txt-client to 0.0.9

KATO Tsuguru tkato432 at yahoo.com
Mon Jul 19 14:10:21 UTC 2004


>Number:         69295
>Category:       ports
>Synopsis:       Update port: games/ggz-txt-client to 0.0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 14:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.0.9

New file:
files/patch-ggz-txt::loop.c
files/patch-ggz-txt::output.c
files/patch-tttxt::main.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/ggz-txt-client/Makefile games/ggz-txt-client/Makefile
--- /usr/ports/games/ggz-txt-client/Makefile	Mon Apr 12 12:51:43 2004
+++ games/ggz-txt-client/Makefile	Sun Jul 18 20:29:51 2004
@@ -7,20 +7,20 @@
 #
 
 PORTNAME=	ggz-txt-client
-PORTVERSION=	0.0.8
+PORTVERSION=	0.0.9
 CATEGORIES=	games
-MASTER_SITES=	http://ggzgamingzone.org/pub/ggz/%SUBDIR%/
+MASTER_SITES=	http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The GGZ Gaming Zone - Console (Text) Frontend
 
-LIB_DEPENDS=	ggzcore.4:${PORTSDIR}/games/ggz-client-libs
+LIB_DEPENDS=	ggzcore.5:${PORTSDIR}/games/ggz-client-libs
 
 USE_GNOME=	gnometarget
 USE_GETOPT_LONG=	yes
 USE_GETTEXT=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL_VER=	15
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--disable-debug
 
diff -urN /usr/ports/games/ggz-txt-client/distinfo games/ggz-txt-client/distinfo
--- /usr/ports/games/ggz-txt-client/distinfo	Sun Feb 15 04:00:29 2004
+++ games/ggz-txt-client/distinfo	Mon Jul 19 22:38:29 2004
@@ -1,2 +1,2 @@
-MD5 (ggz-txt-client-0.0.8.tar.gz) = c75bdf17ed8576fb36ec9c00fb79dedf
-SIZE (ggz-txt-client-0.0.8.tar.gz) = 124315
+MD5 (ggz-txt-client-0.0.9.tar.gz) = c9ef37dd4b8c2679f9136cdf4f714b76
+SIZE (ggz-txt-client-0.0.9.tar.gz) = 132926
diff -urN /usr/ports/games/ggz-txt-client/files/patch-ggz-txt::loop.c games/ggz-txt-client/files/patch-ggz-txt::loop.c
--- /usr/ports/games/ggz-txt-client/files/patch-ggz-txt::loop.c	Thu Jan  1 09:00:00 1970
+++ games/ggz-txt-client/files/patch-ggz-txt::loop.c	Sun Jul 18 20:25:31 2004
@@ -0,0 +1,10 @@
+--- ggz-txt/loop.c.orig	Mon May 17 23:20:01 2004
++++ ggz-txt/loop.c	Sun Jul 18 20:25:18 2004
+@@ -32,6 +32,7 @@
+ #include <ggz.h>
+ #include <unistd.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <sys/time.h>
+ #include <sys/types.h>
+ 
diff -urN /usr/ports/games/ggz-txt-client/files/patch-ggz-txt::output.c games/ggz-txt-client/files/patch-ggz-txt::output.c
--- /usr/ports/games/ggz-txt-client/files/patch-ggz-txt::output.c	Thu Jan  1 09:00:00 1970
+++ games/ggz-txt-client/files/patch-ggz-txt::output.c	Sun Jul 18 20:29:41 2004
@@ -0,0 +1,14 @@
+--- ggz-txt/output.c.orig	Fri Jun 25 22:32:46 2004
++++ ggz-txt/output.c	Sun Jul 18 20:29:22 2004
+@@ -145,10 +145,10 @@
+ 	char message[1024];	/* FIXME: Make me dynamic */
+ 	int x;
+ 	char *token, *messagedup, *orig;
++	va_list ap;
+ 
+ 	if(!output_enabled) return;
+ 
+-	va_list ap;
+ 	va_start(ap, fmt);
+ 	vsnprintf(message, sizeof(message), fmt, ap);
+ 	va_end(ap);
diff -urN /usr/ports/games/ggz-txt-client/files/patch-tttxt::main.c games/ggz-txt-client/files/patch-tttxt::main.c
--- /usr/ports/games/ggz-txt-client/files/patch-tttxt::main.c	Thu Jan  1 09:00:00 1970
+++ games/ggz-txt-client/files/patch-tttxt::main.c	Sun Jul 18 20:32:19 2004
@@ -0,0 +1,10 @@
+--- tttxt/main.c.orig	Mon May 17 23:21:10 2004
++++ tttxt/main.c	Sun Jul 18 20:32:02 2004
+@@ -24,6 +24,7 @@
+ #include <fcntl.h>
+ #include <errno.h>
+ #include <string.h>
++#include <sys/time.h>
+ 
+ #include <ggz_common.h>
+ #include <ggzmod.h>
diff -urN /usr/ports/games/ggz-txt-client/pkg-plist games/ggz-txt-client/pkg-plist
--- /usr/ports/games/ggz-txt-client/pkg-plist	Thu Oct  9 10:47:02 2003
+++ games/ggz-txt-client/pkg-plist	Sun Jul 18 20:40:44 2004
@@ -1,2 +1,5 @@
 bin/ggz-txt
+etc/ggz.modules
+lib/ggz/tttxt
 share/locale/de/LC_MESSAGES/ggz-txt.mo
+ at unexec rmdir %D/lib/ggz 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list