summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.