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:40:03 +0000
commitc3a4b195360f0e395568416c24fa30fe685a5b13 (patch)
tree6d78a913cca60e788f78d35ce3ed3aef65adfdf4
parent2c993f12e393c84a2392ff4aa82739e14998088e (diff)
downloadports-c3a4b195360f0e395568416c24fa30fe685a5b13.tar.gz
ports-c3a4b195360f0e395568416c24fa30fe685a5b13.zip
graphics/grafx2: Add message that procfs is required
PR: 275151 (cherry picked from commit c8961191accdc63e1308fce416f17514f4db1897)
-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
+}
+]