1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Colin Percival
8968cce14b A much-needed cleanup of the portification of this code:
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...)
2006-03-18 00:32:05 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
6075e8825a SHA256ify (manually checked)
>
> Approved by: krion@
2006-01-24 05:43:37 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
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.
2006-01-07 06:29:57 +00:00
Colin Percival
635bb209f8 Correction to previous commit: IGNORE isn't supposed to be quoted at all.
Pointy hat to:	cperciva
Pointed out by:	kris
Approved by:	kris (implicitly)
2005-10-28 06:54:18 +00:00
Colin Percival
3ac50b036e Replace IGNORE="foo (bar)" with IGNORE='foo (bar)'. With double
quotes, sh chokes on the parentheses.

Submitted by:	Peter Schuller
Approved by:	flz
2005-10-27 00:10:40 +00:00
Colin Percival
93517e4c8b Set IGNORE for est and estctrl on recent -CURRENTs, since njl has added
them to the base system (as part of cpufreq, and under the name
"powerd", respectively).

Approved by:	pav
2005-03-06 11:32:22 +00:00
Michael Nottebrock
c0e75a67cb Update to 0.7.2.
By order of: maintainer
2004-10-31 18:17:33 +00:00
Colin Percival
6a20da26fe Sigh. I fat-fingered my #if __FreeBSD_version tests in version 0.7, and
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
2004-10-28 17:42:59 +00:00
Pav Lucistnik
f4111be940 - Update to 0.7
PR:		ports/73175
Submitted by:	cperciva (maintainer)
2004-10-26 22:34:24 +00:00
Edwin Groothuis
d2d87f21b3 [MAINTAINER UPDATE] sysutils/est
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>
2004-09-02 04:14:21 +00:00
Edwin Groothuis
9ce7786b97 [NEW PORT] sysutils/es
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>
2004-08-27 00:13:12 +00:00