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

(-)/usr/ports/sunpoet/tintin++/Makefile (-6 / +6 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	tintin++
8
PORTNAME=	tintin++
9
PORTVERSION=	2.00.1
9
PORTVERSION=	2.00.3
10
CATEGORIES+=	net games
10
CATEGORIES+=	net games
11
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION}/
12
DISTNAME=	tintin-${PORTVERSION}
12
DISTNAME=	tintin-${PORTVERSION}
13
13
14
MAINTAINER=	sunpoet@sunpoet.net
14
MAINTAINER=	sunpoet@sunpoet.net
Lines 18-33 Link Here
18
18
19
CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib \
19
CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib \
20
		--prefix=${PREFIX}
20
		--prefix=${PREFIX}
21
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
21
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
22
		ac_cv_file__dev_ptmx=no
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
PLIST_FILES=	bin/tt++
24
PORTDOCS=	${DOCS:T}
25
USE_GMAKE=	yes
24
USE_GMAKE=	yes
26
WRKSRC=		${WRKDIR}/tt/src
25
WRKSRC=		${WRKDIR}/tt/src
27
26
28
DOCS=		CREDITS FAQ README SCRIPTS TODO \
27
DOCS=		CREDITS FAQ README SCRIPTS TODO \
29
		docs/chat_protocol.txt docs/tintin19.txt
28
		docs/chat_protocol.txt docs/tintin19.txt
30
PROJECTHOST=	tintin-mud-client
29
PLIST_FILES=	bin/tt++
30
PORTDOCS=	${DOCS:T}
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
(-)/usr/ports/sunpoet/tintin++/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tintin-2.00.1.tar.gz) = 5bc8d0f4df124f7fe01a5904084ae01b
1
MD5 (tintin-2.00.3.tar.gz) = aa6d28d5b759fd0fa7effc09cf02aac7
2
SHA256 (tintin-2.00.1.tar.gz) = 0dc1f6805a2e408e6733504310d006bc2f98bd7ff23ff365c570cdb1ac016bef
2
SHA256 (tintin-2.00.3.tar.gz) = 37dbec3928a877feaa034a5114d3e26a504251b0b7ed46c158052f92ff940e15
3
SIZE (tintin-2.00.1.tar.gz) = 241875
3
SIZE (tintin-2.00.3.tar.gz) = 245516
(-)/usr/ports/sunpoet/tintin++/files/patch-configure (-18 lines)
Lines 1-18 Link Here
1
--- ./configure.orig	2009-07-22 10:02:23.000000000 -0400
2
+++ ./configure	2009-07-22 10:02:40.000000000 -0400
3
@@ -6176,11 +6176,11 @@
4
   { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
5
 $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
6
    { (exit 1); exit 1; }; }
7
-if test -r "/dev/ptmx"; then
8
-  ac_cv_file__dev_ptmx=yes
9
-else
10
+#if test -r "/dev/ptmx"; then
11
+#  ac_cv_file__dev_ptmx=yes
12
+#else
13
   ac_cv_file__dev_ptmx=no
14
-fi
15
+#fi
16
 fi
17
 { $as_echo "$as_me:$LINENO: result: $ac_cv_file__dev_ptmx" >&5
18
 $as_echo "$ac_cv_file__dev_ptmx" >&6; }
(-)/usr/ports/sunpoet/tintin++/pkg-descr (-3 / +1 lines)
Lines 3-9 Link Here
3
a split screen interface to separate mud output from client input, and
3
a split screen interface to separate mud output from client input, and
4
keyboard macros that work on all systems. 
4
keyboard macros that work on all systems. 
5
5
6
TinTin++ projet is now hosted on Google Code sine version 1.99.6b1.
7
8
WWW:    http://tintin.sourceforge.net/
6
WWW:    http://tintin.sourceforge.net/
9
	http://code.google.com/p/tintin-mud-client
7
	http://sourceforge.net/projects/tintin/

Return to bug 149966