aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-12-14 00:14:54 +0800
committeralepulver <alepulver@FreeBSD.org>2006-12-14 00:14:54 +0800
commitfcafde0db82dff03db12c732fdfb084fac2eeb28 (patch)
tree4a747851228b4917294a3e360ad31e0ef2db8f8d
parenta763aa8073f5a837e1949205f0fea54ba8d7b413 (diff)
downloadfreebsd-ports-gnome-fcafde0db82dff03db12c732fdfb084fac2eeb28.tar.gz
freebsd-ports-gnome-fcafde0db82dff03db12c732fdfb084fac2eeb28.tar.zst
freebsd-ports-gnome-fcafde0db82dff03db12c732fdfb084fac2eeb28.zip
- Mark BROKEN for ia64.
Reported by: pointyhat
-rw-r--r--lang/yarv/Makefile4
-rw-r--r--lang/yarv/files/patch-gc.c13
2 files changed, 4 insertions, 13 deletions
diff --git a/lang/yarv/Makefile b/lang/yarv/Makefile
index 57327523c412..406f6fc2ae8e 100644
--- a/lang/yarv/Makefile
+++ b/lang/yarv/Makefile
@@ -29,6 +29,10 @@ OPTIONS= DEBUG "Enable debugging information" off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= does not build
+.endif
+
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+=--enable-ipv6
.if ${OSVERSION} < 500000
diff --git a/lang/yarv/files/patch-gc.c b/lang/yarv/files/patch-gc.c
deleted file mode 100644
index bbd94a880004..000000000000
--- a/lang/yarv/files/patch-gc.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./gc.c.orig Thu Apr 13 05:18:48 2006
-+++ ./gc.c Thu Oct 19 13:56:46 2006
-@@ -34,6 +34,10 @@
- #include <windows.h>
- #endif
-
-+#ifdef __ia64__
-+#include <ucontext.h>
-+#endif
-+
- int rb_io_fptr_finalize(struct OpenFile*);
-
- #if !defined(setjmp) && defined(HAVE__SETJMP)