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

(-)./Makefile (-3 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mosh
8
PORTNAME=	mosh
9
PORTVERSION=	0.0.7
9
PORTVERSION=	0.0.7
10
PORTREVISION=	1
10
CATEGORIES=	lang
11
CATEGORIES=	lang
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
13
Lines 43-50 Link Here
43
44
44
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
45
46
46
.if ${ARCH} == "sparc64"
47
ONLY_FOR_ARCHS=	i386
47
BROKEN=		Does not compile on sparc64
48
.endif
49
48
50
.include <bsd.port.post.mk>
49
.include <bsd.port.post.mk>
(-)./files/patch-TextualInputPort.cpp (-11 / +1 lines)
Lines 1-11 Link Here
1
--- TextualInputPort.cpp.orig	2008-10-30 10:15:23.000000000 +0300
1
2
+++ TextualInputPort.cpp	2009-03-02 22:01:49.000000000 +0300
3
@@ -52,7 +52,7 @@
4
 TextualInputPort::TextualInputPort(BinaryInputPort* port, Transcoder* coder) : codec_(coder->codec()),
5
                                                                                port_(port),
6
                                                                                coder_(coder),
7
-                                                                               buffer_(NULL),
8
+                                                                               buffer_((const ucs4char*)NULL),
9
                                                                                line_(1),
10
                                                                                error_(Object::Nil),
11
                                                                                scanner_(new Scanner)

Return to bug 133076