Page MenuHomeFreeBSD

New port: sysutils/intel-undervolt: Intel CPU undervolting tool
ClosedPublic

Authored by val_packett.cool on Jan 3 2019, 6:39 PM.
Tags
None
Referenced Files
F150403018: D18729.id52711.diff
Tue, Mar 31, 10:23 PM
Unknown Object (File)
Mon, Mar 30, 1:38 PM
Unknown Object (File)
Thu, Mar 26, 3:00 AM
Unknown Object (File)
Mon, Mar 23, 8:35 AM
Unknown Object (File)
Feb 27 2026, 7:55 AM
Unknown Object (File)
Feb 6 2026, 9:41 PM
Unknown Object (File)
Feb 5 2026, 12:29 AM
Unknown Object (File)
Jan 31 2026, 1:40 PM

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arrowd added inline comments.
sysutils/intel-undervolt/Makefile
5 ↗(On Diff #52516)

Aren't you reimplementing GH_TAGNAME with this?

0mp added inline comments.
sysutils/intel-undervolt/Makefile
5 ↗(On Diff #52516)

I think this is fine, see Example 5.14. Using USE_GITHUB to Access a Commit Between Two Versions in the Porter's Handbook.

23 ↗(On Diff #52516)

I think that we should use @sample here (see 8.6.9. @sample file [file] in the Porter's Handbook).

sysutils/intel-undervolt/Makefile
5 ↗(On Diff #52516)

Yeah, I always thought of DISTVERSIONSUFFIX=-gWHATEVER as a "higher level" wrapper around GH_TAGNAME

23 ↗(On Diff #52516)

Do the @ things work with PLIST_FILES (w/o dedicated pkg-plist file)?

sysutils/intel-undervolt/Makefile
23 ↗(On Diff #52516)

AFAIR, yes.

tobik added inline comments.
sysutils/intel-undervolt/Makefile
20 ↗(On Diff #52516)

Why +=?

23 ↗(On Diff #52516)

Yes, of course. PLIST_FILES is basically just appended to TMPPLIST. Just make sure to quote the entry like "@sample etc/intel-undervolt.conf.sample", so that make(1) treats it as a single word and it's added as one line to it.

linimon retitled this revision from New port: sysutils/intel-undervolt to New port: sysutils/intel-undervolt: Intel CPU undervolting tool.Jan 15 2019, 4:23 PM
This revision is now accepted and ready to land.Jan 20 2019, 1:38 PM
This revision was automatically updated to reflect the committed changes.

@greg_unrelenting.technology Committed. Thanks!

As a general rule, it's better if you also submit a bug on https://bugs.freebsd.org for new ports and updates, so that things can be tracked better. Bugzilla is also where more committers look for things to commit.