diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-01 06:54:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-01 06:54:30 +0800 |
commit | 1cb16816769152da411fbb3c9a2493307c7c1a64 (patch) | |
tree | 92be6569a7e3b90377dc83294bb6b06e7a7e889a /lang/mosh | |
parent | b5e06a17148952057cba69c174e1f016e0cbb9db (diff) | |
download | freebsd-ports-gnome-1cb16816769152da411fbb3c9a2493307c7c1a64.tar.gz freebsd-ports-gnome-1cb16816769152da411fbb3c9a2493307c7c1a64.tar.zst freebsd-ports-gnome-1cb16816769152da411fbb3c9a2493307c7c1a64.zip |
- Set ONLY_FOR_ARCHS= i386 (amd64/sparc64 core dump)
PR: 133076
Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> (maintainer)
Diffstat (limited to 'lang/mosh')
-rw-r--r-- | lang/mosh/Makefile | 10 | ||||
-rw-r--r-- | lang/mosh/files/patch-TextualInputPort.cpp | 11 |
2 files changed, 3 insertions, 18 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index b4b4e3e4c937..58e8acea7d20 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -7,6 +7,7 @@ PORTNAME= mosh PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -17,6 +18,7 @@ PROJECTHOST= mosh-scheme GNU_CONFIGURE= yes USE_GCC= 4.2+ +ONLY_FOR_ARCHS= i386 SCMS= all-tests.scm repl.scm tools/psyntax-r6rs/rev10_to_10/psyntax.scm SS1= lib/srfi/%3A8.ss lib/srfi/%3A98.ss @@ -41,10 +43,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/mosh/files/patch-TextualInputPort.cpp b/lang/mosh/files/patch-TextualInputPort.cpp index 6c0994eb127b..e69de29bb2d1 100644 --- a/lang/mosh/files/patch-TextualInputPort.cpp +++ b/lang/mosh/files/patch-TextualInputPort.cpp @@ -1,11 +0,0 @@ ---- TextualInputPort.cpp.orig 2008-10-30 10:15:23.000000000 +0300 -+++ TextualInputPort.cpp 2009-03-02 22:01:49.000000000 +0300 -@@ -52,7 +52,7 @@ - TextualInputPort::TextualInputPort(BinaryInputPort* port, Transcoder* coder) : codec_(coder->codec()), - port_(port), - coder_(coder), -- buffer_(NULL), -+ buffer_((const ucs4char*)NULL), - line_(1), - error_(Object::Nil), - scanner_(new Scanner) |