aboutsummaryrefslogtreecommitdiff
path: root/devel/radrails
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-11-01 10:09:19 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-11-01 10:09:19 +0000
commit1d50dfb5a595d41b224223fdb7e6ca1a6e6ff8be (patch)
tree25ca00acda6454d4fe6b31d145e3111521f12cb7 /devel/radrails
parent4bff95ac22a27ee528827d0466e39694bd2bc250 (diff)
Add some advice about what to in case of error "Fatal: Stack size too small."
PR: ports/103187 Submitted by: Mihnea Capraru <mihnea_capraru@fastmail.fm> Approved by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=176030
Diffstat (limited to 'devel/radrails')
-rw-r--r--devel/radrails/Makefile1
-rw-r--r--devel/radrails/pkg-message4
2 files changed, 5 insertions, 0 deletions
diff --git a/devel/radrails/Makefile b/devel/radrails/Makefile
index ad14780681eb..b88c930a4fcd 100644
--- a/devel/radrails/Makefile
+++ b/devel/radrails/Makefile
@@ -69,5 +69,6 @@ post-install:
| ${SED} 's,^\.,${DATADIR:S,^${PREFIX}/,,},' >>${TMPPLIST} \
&& ${FIND} -s -d . -type d \
| ${SED} 's,^\.,@dirrm ${DATADIR:S,^${PREFIX}/,,},' >>${TMPPLIST}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/devel/radrails/pkg-message b/devel/radrails/pkg-message
new file mode 100644
index 000000000000..6488cc04e42d
--- /dev/null
+++ b/devel/radrails/pkg-message
@@ -0,0 +1,4 @@
+If you are using a Linux JDK and linprocfs is mounted on /compat/linux/proc,
+RadRails may print the error "Fatal: Stack size too small" and fail to run.
+
+If this happens please unmount /compat/linux/proc before running RadRails.