View | Details | Raw Unified | Return to bug 87384
Collapse All | Expand All

(-)games/libggz/Makefile (-2 / +3 lines)
Lines 7-15 Link Here
7
#
7
#
8
8
9
PORTNAME=	libggz
9
PORTNAME=	libggz
10
PORTVERSION=	0.0.11
10
PORTVERSION=	0.0.12
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
12
MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
13
		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
13
MASTER_SITE_SUBDIR=	${PORTVERSION}
14
MASTER_SITE_SUBDIR=	${PORTVERSION}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
(-)games/libggz/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libggz-0.0.11.tar.gz) = 6a3cac71b3b444c7b46dc27d166402e4
1
MD5 (libggz-0.0.12.tar.gz) = cd64702de6b9bea3cec8ed6364c23429
2
SIZE (libggz-0.0.11.tar.gz) = 489049
2
SIZE (libggz-0.0.12.tar.gz) = 433830
(-)games/libggz/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.bak	Mon Sep 26 03:48:50 2005
2
+++ configure	Fri Oct  7 13:01:38 2005
3
@@ -20243,6 +20243,7 @@
4
 cat confdefs.h >>conftest.$ac_ext
5
 cat >>conftest.$ac_ext <<_ACEOF
6
 /* end confdefs.h.  */
7
+#include <sys/types.h>
8
 #include <sys/socket.h>
9
 int
10
 main ()
(-)games/libggz/files/patch-src-easysock.c (+12 lines)
Line 0 Link Here
1
--- src/easysock.c.orig	Mon Sep 19 01:28:42 2005
2
+++ src/easysock.c	Fri Oct  7 12:45:11 2005
3
@@ -49,8 +49,8 @@
4
 #include <sys/uio.h>
5
 #include <sys/un.h>
6
 #include <sys/param.h>
7
-#include <arpa/inet.h>
8
 #include <netinet/in.h>
9
+#include <arpa/inet.h>
10
 #include <netdb.h>
11
 
12
 #ifdef HAVE_WINSOCK2_H

Return to bug 87384