View | Details | Raw Unified | Return to bug 205279 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/frobtads/Makefile (-6 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	frobtads
4
PORTNAME=	frobtads
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.3
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	games lang
7
CATEGORIES=	games lang
8
MASTER_SITES=	http://www.tads.org/${PORTNAME}/ \
8
MASTER_SITES=	http://www.tads.org/${PORTNAME}/ \
Lines 11-25 MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ Link Here
11
MAINTAINER=	kaiwang27@gmail.com
11
MAINTAINER=	kaiwang27@gmail.com
12
COMMENT=	TADS interpreter and the compilers for both TADS 2 and 3
12
COMMENT=	TADS interpreter and the compilers for both TADS 2 and 3
13
13
14
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
14
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
15
		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
16
15
17
CONFLICTS=	tads-2.*
16
CONFLICTS=	tads-2.*
18
17
19
USES=		autoreconf gmake
18
USES=		autoreconf execinfo gmake localbase
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
20
22
CPPFLAGS+=	-I${LOCALBASE}/include
21
LIBS+=		-lcompat
23
LIBS+=		-L${LOCALBASE}/lib -lcompat
24
22
25
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/games/frobtads/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (frobtads-1.2.2.tar.gz) = f2802f6b8b2fb1e2a2c46cdec92b32e7135b6aceb3054a588eb9ebb9434a186e
1
SHA256 (frobtads-1.2.3.tar.gz) = 88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788
2
SIZE (frobtads-1.2.2.tar.gz) = 5213193
2
SIZE (frobtads-1.2.3.tar.gz) = 5227704
(-)a/games/frobtads/files/patch-tads3-unix-osnetunix.cpp (-10 lines)
Removed Link Here
1
--- tads3/unix/osnetunix.cpp.orig	2012-08-21 22:35:14.000000000 +0200
2
+++ tads3/unix/osnetunix.cpp	2013-02-22 10:30:06.000000000 +0100
3
@@ -15,6 +15,7 @@
4
 #include <poll.h>
5
 #include <netinet/in.h>
6
 #include <arpa/inet.h>
7
+#include <sys/socket.h>
8
 #include <net/if.h>
9
 #include <sys/ioctl.h>
10
 #include <sys/times.h>

Return to bug 205279