aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Rehbein <tobias.rehbein@web.de>2023-11-17 16:38:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-11-17 16:38:57 +0000
commitc8961191accdc63e1308fce416f17514f4db1897 (patch)
tree3a92f17b516cd8e416e3578764d94b709600d2d1
parentb36c83676ca5b2a8e650095f44622fe24ac8d3cd (diff)
downloadports-c8961191accdc63e1308fce416f17514f4db1897.tar.gz
ports-c8961191accdc63e1308fce416f17514f4db1897.zip
graphics/grafx2: Add message that procfs is required
PR: 275151
-rw-r--r--graphics/grafx2/Makefile2
-rw-r--r--graphics/grafx2/pkg-message16
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile
index 220dc2a2ab41..7ced07b7d25d 100644
--- a/graphics/grafx2/Makefile
+++ b/graphics/grafx2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= grafx2
PORTVERSION= 2.8
DISTVERSIONSUFFIX= .3091-HEAD-src
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://pulkomandy.tk/projects/GrafX2/downloads/ \
LOCAL/ehaupt
diff --git a/graphics/grafx2/pkg-message b/graphics/grafx2/pkg-message
new file mode 100644
index 000000000000..c43274f63b16
--- /dev/null
+++ b/graphics/grafx2/pkg-message
@@ -0,0 +1,16 @@
+[
+{ type: install
+ message: <<EOM
+
+GrafX2 requires procfs(5) mounted on /proc.
+
+If you have not done it yet, please do the following:
+
+ mount -t procfs proc /proc
+
+To make it permanent, you need the following lines in /etc/fstab:
+
+ proc /proc procfs rw 0 0
+EOM
+}
+]