Port details |
- intel-undervolt Intel CPU undervolting tool
- 1.7 sysutils =2 1.7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2019-01-26 08:35:46
- Last Update: 2024-12-13 08:22:37
- Commit Hash: aa886fe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/kitsunyan/intel-undervolt
- Description:
- intel-undervolt is a tool for undervolting Haswell and newer Intel
CPUs using MSR. Also allows to alter power limits and temperature
limit using MSR and MCHBAR registers.
Use at your own risk.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- intel-undervolt>0:sysutils/intel-undervolt
- To install the port:
- cd /usr/ports/sysutils/intel-undervolt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/intel-undervolt
- pkg install intel-undervolt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: intel-undervolt
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1692823288
SHA256 (kitsunyan-intel-undervolt-1.7_GH0.tar.gz) = 29a7ebaee4830d65d0b5cefa6d497887d4f23f34659876dfe944f3a020cf33ff
SIZE (kitsunyan-intel-undervolt-1.7_GH0.tar.gz) = 31481
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_intel-undervolt
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7 13 Dec 2024 08:22:37 |
Dima Panov (fluffy) |
sysutils/intel-undervolt: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC |
1.7 24 Aug 2023 09:13:13 |
Rodrigo Osorio (rodrigo) |
sysutils/intel-undervolt: update to 1.7
Major changes for 1.6:
* Fix flipped short term and long term enabled state
* Partial FreeBSD and DragonFly BSD support
* Allow to measure the power consumption using intel_rapl
* Allow to enable or disable power limits
* tdp is replaced with power package
* apply is replaced with undervolt
Major changes for 1.7:
* Add HWP hint switching feature
* Add elogind support
* Add OpenRC support
* Use /bin/sh instead of /bin/bash
* Add command line options
* Allow to configure daemon actions
* Add configuration option for triggers
Port changes:
* reorder makefile to make linter happy
* remove bash run dependency |
1.5.7 09 Oct 2022 11:56:28 |
Fernando Apesteguía (fernape) |
*/*: Release ports from maintainership
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.7 11 Apr 2019 12:50:46 |
linimon |
Although this showed up as "builds correctly" in the latest powerpc64
build logs, it cannot possibly make sense to build it there -- or
anything other than x86.
Approved by: portmgr (tier-2 blanket) |
1.5.7 26 Jan 2019 08:25:09 |
tobik |
New port: sysutils/intel-undervolt
intel-undervolt is a tool for undervolting Haswell and newer Intel
CPUs using MSR. Also allows to alter power limits and temperature
limit using MSR and MCHBAR registers.
Use at your own risk.
WWW: https://github.com/kitsunyan/intel-undervolt
Submitted by: greg@unrelenting.technology
Reviewed by: arrowd, 0mp, tobik
Differential Revision: https://reviews.freebsd.org/D18729 |