1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 0.0.13

- Mark BROKEN on 4.x

PR:		96179
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
This commit is contained in:
Erwin Lansing 2006-04-28 13:36:02 +00:00
parent df166a39f6
commit adafc0d9e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160658
6 changed files with 22 additions and 22 deletions

View File

@ -7,12 +7,12 @@
#
PORTNAME= libggz
PORTVERSION= 0.0.12
PORTREVISION= 2
PORTVERSION= 0.0.13
CATEGORIES= games
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
DIST_SUBDIR= ggz
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= The GGZ Gaming Zone - Base Library
@ -36,4 +36,10 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-tls=OpenSSL
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (libggz-0.0.12.tar.gz) = cd64702de6b9bea3cec8ed6364c23429
SHA256 (libggz-0.0.12.tar.gz) = f9030a50819071b9ee8316b3f46c39338d307859eb653d842a806839618a441f
SIZE (libggz-0.0.12.tar.gz) = 433830
MD5 (ggz/libggz-0.0.13.tar.gz) = 911ca2b19273f5b7516e5b737bbc884c
SHA256 (ggz/libggz-0.0.13.tar.gz) = 3b57c20681893521c648b411c8d95d09f19b24059c40daac441abbbcf98b6758
SIZE (ggz/libggz-0.0.13.tar.gz) = 441386

View File

@ -1,10 +0,0 @@
--- configure.bak Mon Sep 26 03:48:50 2005
+++ configure Fri Oct 7 13:01:38 2005
@@ -20243,6 +20243,7 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <sys/types.h>
#include <sys/socket.h>
int
main ()

View File

@ -1,12 +1,12 @@
--- src/easysock.c.orig Mon Sep 19 01:28:42 2005
+++ src/easysock.c Fri Oct 7 12:45:11 2005
@@ -49,8 +49,8 @@
--- src/easysock.c.orig Fri Mar 17 01:35:39 2006
+++ src/easysock.c Sun Apr 9 20:50:42 2006
@@ -58,8 +58,8 @@
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <sys/param.h>
-#include <arpa/inet.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#endif
#ifdef HAVE_WINSOCK2_H

View File

@ -1,3 +1,7 @@
============================
The GGZ Gaming Zone - libggz
============================
This is the GGZ base library libggz, used by the GGZ Gaming Zone server
(ggzd), the ggzcore library and other components.

View File

@ -3,4 +3,4 @@ include/ggz_common.h
lib/libggz.a
lib/libggz.la
lib/libggz.so
lib/libggz.so.3
lib/libggz.so.4