Remove PREFIX/modules directory if it doesn't contain other modules;
use static plist (new file: pkg-plist).
Switch to a modern USE_RC_SUBR (moved file: files/est.sh --> files/est.in).
Silence install here and there.
Fix IGNORE message.
IGNORE if no kernel sources installed.
Bump PORTREVISION for plist change.
PR: ports/93985
Submitted by: itetcu (who really needs to get a commit bit soon...)
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
managed to break the 5.x build. Upgrade to version 0.7.1 and hope that
I didn't miss anything this time. :-\
Reported by: Volker Kindermann
Approved by: erwin
Update port to version 0.6. This adds a sysctl "hw.est_verbose"
which controls whether frequency changes are logged, and converts
the rc.d script to use the rcNG framework.
Note that the module will now only load if 'est_enable="YES"'
appears in rc.conf, rc.conf.local, or rc.conf.d/est.
PR: ports/71269
Submitted by: Colin Percival <cperciva@daemonology.net>
This port builds a kernel module providing two sysctls
(hw.est_freqs, hw.est_curfreq) for controlling Enhanced
SpeedStep on Intel Pentium M processors.
PR: 71007
Submitted by: Colin Percival <cperciva@daemonology.net>