aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2018-12-17 15:59:57 +0800
committerale <ale@FreeBSD.org>2018-12-17 15:59:57 +0800
commit849484e4fce054b62f28e07bffe0eff8ad35226c (patch)
treed9f47ec59fd5e495300589509ffa59d3f1a0bac9 /devel
parentcc9a58179d154af99d7d8b0e94d5a4300f005d9b (diff)
downloadfreebsd-ports-gnome-849484e4fce054b62f28e07bffe0eff8ad35226c.tar.gz
freebsd-ports-gnome-849484e4fce054b62f28e07bffe0eff8ad35226c.tar.zst
freebsd-ports-gnome-849484e4fce054b62f28e07bffe0eff8ad35226c.zip
Remove a misleading and obsolete suggestion on kern.maxfiles value.
A typical desktop has a default auto-tuned value that is already much higher than 25000. Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/gamin/Makefile2
-rw-r--r--devel/gamin/pkg-message5
-rw-r--r--devel/libinotify/Makefile1
-rw-r--r--devel/libinotify/pkg-message5
4 files changed, 2 insertions, 11 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile
index 7aa977bf46b5..b0434d5e44da 100644
--- a/devel/gamin/Makefile
+++ b/devel/gamin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gamin
PORTVERSION= 0.1.10
-PORTREVISION?= 9
+PORTREVISION?= 10
CATEGORIES?= devel
MASTER_SITES= http://people.gnome.org/~veillard/gamin/sources/
diff --git a/devel/gamin/pkg-message b/devel/gamin/pkg-message
index 28586c6c63c3..32525db575bf 100644
--- a/devel/gamin/pkg-message
+++ b/devel/gamin/pkg-message
@@ -8,11 +8,6 @@ If you often open several large folders with Nautilus, you might want to
increase the kern.maxfiles tunable (you do not need to set
kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).
-For a typical desktop, add the following line to /boot/loader.conf, then
-reboot the system:
-
- kern.maxfiles="25000"
-
The behavior of gamin can be controlled via the various gaminrc files.
See http://www.gnome.org/~veillard/gamin/config.html on how to create
these files. In particular, if you find gam_server is taking up too much
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile
index 79f3d474f659..1b6e39eb0f9d 100644
--- a/devel/libinotify/Makefile
+++ b/devel/libinotify/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libinotify
PORTVERSION= 20180201
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/devel/libinotify/pkg-message b/devel/libinotify/pkg-message
index cd37f611726e..50a688d8621f 100644
--- a/devel/libinotify/pkg-message
+++ b/devel/libinotify/pkg-message
@@ -36,9 +36,4 @@ https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches
You might want to consider increasing the kern.maxfiles tunable if you plan
to use this library for applications that need to monitor activity of a lot
of files.
-
-If the default on your system is too low, add the following line to
-/boot/loader.conf, then reboot the system:
-
- kern.maxfiles="25000"
=============================================================================