notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2026Q1
amdmsrtweaker Tool to reprogram the P-states on various AMD CPUs and APUs
1.1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. sbin/amdmsrt
  2. /usr/local/share/licenses/amdmsrtweaker-1.1/catalog.mk
  3. /usr/local/share/licenses/amdmsrtweaker-1.1/LICENSE
  4. /usr/local/share/licenses/amdmsrtweaker-1.1/GPLv3
Collapse this list.
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: pkg-fallout
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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/danfe/amdmsrtweaker-lnx/tar.gz/6139b13?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1
24 Feb 2026 01:20:54
commit hash: 1225ae3055d47fda41991432843b756e0df8294ecommit hash: 1225ae3055d47fda41991432843b756e0df8294ecommit hash: 1225ae3055d47fda41991432843b756e0df8294ecommit hash: 1225ae3055d47fda41991432843b756e0df8294e files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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