| Port details on branch 2026Q1 |
- amdmsrtweaker Tool to reprogram the P-states on various AMD CPUs and APUs
- 1.1 sysutils
=0 1.1Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2026-02-24 01:24:23
- Last Update: 2026-02-24 01:20:54
- Commit Hash: 1225ae3
- License: GPLv3
- WWW:
- https://github.com/danfe/amdmsrtweaker-lnx
- Description:
- FreeBSD port of the AmdMsrTweaker program to adjust P-states for AMD 10h,
12h, and 15h family processors, originally written by Martin Kinkelin and
extended by Marcus Pollice.
It has been tested with a 14h (AMD E-350) and a 15h (AMD A10-5700) CPUs,
but should work with all processors supported by AmdMsrTweaker.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- amdmsrtweaker>0:sysutils/amdmsrtweaker
- To install the port:
- cd /usr/ports/sysutils/amdmsrtweaker/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/amdmsrtweaker
- pkg install amdmsrtweaker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: amdmsrtweaker
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1487988716
SHA256 (danfe-amdmsrtweaker-lnx-1.1-6139b13_GH0.tar.gz) = 023bf6d712ef6fcc1b2c370066585e80bf08a8104bc1e894c5868d529ca1147c
SIZE (danfe-amdmsrtweaker-lnx-1.1-6139b13_GH0.tar.gz) = 22723
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for amdmsrtweaker-1.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_amdmsrtweaker
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.1 24 Feb 2026 01:20:54
    |
Robert Clausecker (fuz)  |
sysutils/amdmsrtweaker: fix build on recent FreeBSD
bmake has recently started to support $^ in addition to $>, causing
both to expand and leading to a build error like
c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Wall \
-Werror -pedantic -o amdmsrt Info.o AmdMsrTweaker.o WinRing0.o \
Worker.oInfo.o AmdMsrTweaker.o WinRing0.o Worker.o
c++: error: no such file or directory: 'Worker.oInfo.o'
Fix the error by avoiding both $^ and $>.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
(cherry picked from commit 87999cd890995b259fa61e70dba80e8a8d153964) |
Number of commits found: 1
|